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-10-07T05:24:23.175Z||main|||||INFO|500||The following profiles are active: basic
2022-10-07T05:24:35.484Z||main|||||INFO|500||Starting service [Tomcat]
2022-10-07T05:24:35.485Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-10-07T05:24:35.601Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-10-07T05:24:39.557Z||main|||||INFO|500||catdb-pool - Starting...
2022-10-07T05:24:40.093Z||main|||||INFO|500||catdb-pool - Start completed.
2022-10-07T05:24:40.610Z||main|||||INFO|500||reqdb-pool - Starting...
2022-10-07T05:24:40.626Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-10-07T05:24:40.764Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-10-07T05:24:41.007Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-10-07T05:24:41.700Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-10-07T05:24:43.476Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-07T05:24:46.108Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-07T05:24:46.166Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-10-07T05:24:46.818Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-07T05:24:47.053Z||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-10-07T05:24:48.354Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-07T05:24:49.469Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-10-07T05:24:49.491Z||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$$75ebdfa9.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-10-07T05:24:49.495Z||main|||||WARN|500||The sdc end point is not alive
2022-10-07T05:24:52.752Z||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-10-07T05:24:55.924Z||main|||||WARN|500||---
2022-10-07T05:24:55.925Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-10-07T05:24:55.925Z||main|||||WARN|500||---
2022-10-07T05:24:56.364Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-10-07T05:25:01.830Z||main|||||INFO|500||Started Application in 42.036 seconds (JVM running for 44.182)
2022-10-07T05:25:01.860Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-10-07T05:25:01.895Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-10-07T05:25:01.919Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-10-07T05:25:01.949Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-10-07T05:25:02.007Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2ed215d6-2761-4426-bdf9-379cbdc2d38d url= /sdc/v1/artifactTypes
2022-10-07T05:25:02.008Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-10-07T05:25:02.453Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-10-07T05:25:02.479Z||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-10-07T05:25:02.501Z||scheduling-1|||||DEBUG|500||create keys
2022-10-07T05:25:02.510Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-10-07T05:25:02.565Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T05:25:02.585Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 21e0d7e5-471a-4793-9325-1a24002dc6a8 url= /sdc/v1/registerForDistribution
2022-10-07T05:25:02.996Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 21e0d7e5-471a-4793-9325-1a24002dc6a8 url= /sdc/v1/registerForDistribution
2022-10-07T05:25:02.996Z||scheduling-1|||||INFO|500||start DistributionClient
2022-10-07T05:25:03.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:25:03.024Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:25:03.035Z||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-10-07T05:25:03.036Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:25:03.037Z||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-10-07T05:25:03.038Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:25:03.040Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-10-07T05:25:13.390Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T05:25:13.514Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T05:26:03.016Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:26:03.018Z||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-10-07T05:26:03.019Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:26:03.026Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:26:03.026Z||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-10-07T05:26:03.027Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:26:12.590Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T05:26:12.598Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T05:27:03.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:27:03.017Z||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-10-07T05:27:03.017Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:27:03.029Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:27:03.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-10-07T05:27:03.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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:27:12.584Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T05:27:12.587Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T05:28:03.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:28:03.017Z||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-10-07T05:28:03.017Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:28:03.024Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:28:03.025Z||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-10-07T05:28:03.025Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:28:12.574Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T05:28:12.577Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T05:29:03.015Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:29:03.016Z||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-10-07T05:29:03.016Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:29:03.024Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:29:03.024Z||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-10-07T05:29:03.025Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:29:12.570Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T05:29:12.571Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T05:30:03.015Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:30:03.017Z||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-10-07T05:30:03.017Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:30:03.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:30:03.024Z||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-10-07T05:30:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:30:12.570Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T05:30:12.589Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T05:31:03.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:31:03.020Z||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-10-07T05:31:03.020Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:31:03.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:31:03.024Z||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-10-07T05:31:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:31:12.586Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T05:31:12.593Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T05:32:03.015Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:32:03.017Z||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-10-07T05:32:03.018Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:32:03.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:32:03.024Z||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-10-07T05:32:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:32:12.583Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T05:32:12.585Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T05:33:03.015Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:33:03.018Z||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-10-07T05:33:03.019Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:33:03.023Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:33:03.024Z||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-10-07T05:33:03.025Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:33:12.589Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T05:33:12.594Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T05:34:03.015Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:34:03.016Z||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-10-07T05:34:03.017Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:34:03.029Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:34:03.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-10-07T05:34:03.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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:34:12.591Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T05:34:12.594Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T05:34:33.008Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-10-07T05:35:03.015Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:35:03.016Z||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-10-07T05:35:03.016Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:35:03.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:35:03.024Z||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-10-07T05:35:03.025Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:35:12.566Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T05:35:12.574Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T05:36:03.015Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:36:03.017Z||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-10-07T05:36:03.017Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:36:03.024Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:36:03.024Z||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-10-07T05:36:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:36:12.565Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T05:36:12.569Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T05:37:03.015Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:37:03.017Z||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-10-07T05:37:03.017Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:37:03.024Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:37:03.024Z||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-10-07T05:37:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:37:12.582Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T05:37:12.595Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T05:38:03.015Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:38:03.017Z||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-10-07T05:38:03.017Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:38:03.023Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:38:03.024Z||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-10-07T05:38:03.025Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:38:12.580Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T05:38:12.581Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T05:39:03.015Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:39:03.017Z||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-10-07T05:39:03.017Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:39:03.038Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:39:03.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-10-07T05:39:03.039Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:39:12.586Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T05:39:12.603Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T05:40:03.015Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:40:03.016Z||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-10-07T05:40:03.017Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:40:03.023Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:40:03.024Z||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-10-07T05:40:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:40:12.561Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T05:40:12.577Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T05:41:03.015Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:41:03.017Z||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-10-07T05:41:03.017Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:41:03.024Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:41:03.024Z||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-10-07T05:41:03.025Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:41:12.600Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T05:41:12.603Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T05:42:03.015Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:42:03.016Z||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-10-07T05:42:03.017Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:42:03.024Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:42:03.024Z||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-10-07T05:42:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:42:12.580Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T05:42:12.581Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T05:43:03.015Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:43:03.016Z||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-10-07T05:43:03.022Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:43:03.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:43:03.024Z||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-10-07T05:43:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:43:12.590Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T05:43:12.590Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T05:44:03.015Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:44:03.016Z||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-10-07T05:44:03.016Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:44:03.023Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:44:03.024Z||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-10-07T05:44:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:44:12.594Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T05:44:12.595Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T05:45:03.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:45:03.019Z||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-10-07T05:45:03.019Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:45:03.023Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:45:03.024Z||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-10-07T05:45:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:45:12.576Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T05:45:12.576Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T05:46:03.015Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:46:03.017Z||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-10-07T05:46:03.018Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:46:03.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:46:03.025Z||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-10-07T05:46:03.025Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:46:12.611Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T05:46:12.613Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T05:47:03.015Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:47:03.016Z||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-10-07T05:47:03.016Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:47:03.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:47:03.025Z||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-10-07T05:47:03.025Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:47:12.588Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T05:47:12.590Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T05:48:03.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:48:03.019Z||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-10-07T05:48:03.019Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:48:03.023Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:48:03.024Z||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-10-07T05:48:03.025Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:48:12.563Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T05:48:12.569Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T05:49:03.015Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:49:03.016Z||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-10-07T05:49:03.016Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:49:03.024Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:49:03.025Z||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-10-07T05:49:03.025Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:49:12.564Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T05:49:12.565Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T05:50:03.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:50:03.016Z||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-10-07T05:50:03.016Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:50:03.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:50:03.024Z||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-10-07T05:50:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:50:12.592Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T05:50:12.594Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T05:51:03.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:51:03.016Z||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-10-07T05:51:03.016Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:51:03.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:51:03.024Z||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-10-07T05:51:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:51:12.566Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T05:51:12.579Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T05:52:03.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:52:03.016Z||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-10-07T05:52:03.016Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:52:03.024Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:52:03.024Z||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-10-07T05:52:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:52:12.591Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T05:52:12.592Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T05:53:03.016Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:53:03.018Z||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-10-07T05:53:03.018Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:53:03.023Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:53:03.024Z||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-10-07T05:53:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:53:12.565Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T05:53:12.565Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T05:54:03.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:54:03.017Z||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-10-07T05:54:03.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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:54:03.023Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:54:03.025Z||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-10-07T05:54:03.025Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:54:12.571Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T05:54:12.571Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T05:55:03.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:55:03.016Z||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-10-07T05:55:03.016Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:55:03.023Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:55:03.024Z||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-10-07T05:55:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:55:12.560Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T05:55:12.568Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T05:56:03.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:56:03.018Z||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-10-07T05:56:03.018Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:56:03.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:56:03.024Z||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-10-07T05:56:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:56:12.570Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T05:56:12.573Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T05:57:03.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:57:03.017Z||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-10-07T05:57:03.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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:57:03.023Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:57:03.024Z||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-10-07T05:57:03.025Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:57:12.565Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T05:57:12.570Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T05:58:03.021Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:58:03.022Z||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-10-07T05:58:03.022Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:58:03.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:58:03.024Z||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-10-07T05:58:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:58:12.570Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T05:58:12.571Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T05:59:03.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:59:03.016Z||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-10-07T05:59:03.016Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:59:03.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T05:59:03.024Z||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-10-07T05:59:03.025Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T05:59:12.563Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T05:59:12.569Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:00:03.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:00:03.016Z||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-10-07T06:00:03.016Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:00:03.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:00:03.024Z||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-10-07T06:00:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:00:12.564Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:00:12.565Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:01:03.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:01:03.018Z||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-10-07T06:01:03.018Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:01:03.023Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:01:03.024Z||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-10-07T06:01:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:01:12.575Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:01:12.579Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:02:03.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:02:03.017Z||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-10-07T06:02:03.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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:02:03.025Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:02:03.026Z||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-10-07T06:02:03.026Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:02:12.574Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:02:12.579Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:03:03.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:03:03.017Z||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-10-07T06:03:03.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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:03:03.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:03:03.024Z||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-10-07T06:03:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:03:12.570Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:03:12.586Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:04:03.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:04:03.016Z||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-10-07T06:04:03.016Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:04:03.024Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:04:03.025Z||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-10-07T06:04:03.025Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:04:12.566Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:04:12.572Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:05:03.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:05:03.016Z||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-10-07T06:05:03.016Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:05:03.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:05:03.024Z||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-10-07T06:05:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:05:12.566Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:05:12.568Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:06:03.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:06:03.016Z||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-10-07T06:06:03.016Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:06:03.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:06:03.024Z||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-10-07T06:06:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:06:12.588Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:06:12.593Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:07:03.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:07:03.016Z||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-10-07T06:07:03.016Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:07:03.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:07:03.024Z||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-10-07T06:07:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:07:12.575Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:07:12.585Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:08:03.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:08:03.016Z||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-10-07T06:08:03.016Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:08:03.023Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:08:03.024Z||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-10-07T06:08:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:08:12.594Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:08:12.624Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:09:03.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:09:03.016Z||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-10-07T06:09:03.016Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:09:03.025Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:09:03.026Z||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-10-07T06:09:03.026Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:09:12.586Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:09:12.590Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:10:03.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:10:03.016Z||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-10-07T06:10:03.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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:10:03.023Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:10:03.024Z||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-10-07T06:10:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:10:12.566Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:10:12.567Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:11:03.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:11:03.016Z||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-10-07T06:11:03.016Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:11:03.023Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:11:03.024Z||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-10-07T06:11:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:11:12.562Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:11:12.565Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:12:03.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:12:03.016Z||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-10-07T06:12:03.016Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:12:03.023Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:12:03.024Z||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-10-07T06:12:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:12:12.582Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:12:12.586Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:13:03.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:13:03.016Z||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-10-07T06:13:03.016Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:13:03.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:13:03.024Z||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-10-07T06:13:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:13:12.570Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:13:12.571Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:14:03.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:14:03.016Z||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-10-07T06:14:03.016Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:14:03.024Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:14:03.024Z||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-10-07T06:14:03.025Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:14:12.580Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:14:12.594Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:15:03.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:15:03.016Z||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-10-07T06:15:03.016Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:15:03.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:15:03.024Z||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-10-07T06:15:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:15:12.568Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:15:12.574Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:16:03.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:16:03.016Z||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-10-07T06:16:03.016Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:16:03.023Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:16:03.024Z||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-10-07T06:16:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:16:12.577Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:16:12.580Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:17:03.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:17:03.016Z||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-10-07T06:17:03.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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:17:03.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:17:03.024Z||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-10-07T06:17:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:17:12.564Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:17:12.568Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:18:03.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:18:03.017Z||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-10-07T06:18:03.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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:18:03.024Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:18:03.025Z||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-10-07T06:18:03.025Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:18:12.578Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:18:12.578Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:19:03.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:19:03.016Z||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-10-07T06:19:03.016Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:19:03.023Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:19:03.024Z||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-10-07T06:19:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:19:12.585Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:19:12.587Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:20:03.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:20:03.016Z||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-10-07T06:20:03.016Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:20:03.023Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:20:03.024Z||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-10-07T06:20:03.025Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:20:12.583Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:20:12.617Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:21:03.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:21:03.017Z||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-10-07T06:21:03.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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:21:03.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:21:03.024Z||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-10-07T06:21:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:21:12.570Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:21:12.571Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:22:03.016Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:22:03.018Z||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-10-07T06:22:03.019Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:22:03.024Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:22:03.024Z||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-10-07T06:22:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:22:12.580Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:22:12.581Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:23:03.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:23:03.018Z||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-10-07T06:23:03.018Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:23:03.023Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:23:03.024Z||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-10-07T06:23:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:23:06.174Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:23:06.195Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-07T06:23:06.195Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"b993d311-894b-4a81-a146-05749d8e29ce","serviceName":"basic_onboard_oGNXcZ","serviceVersion":"1.0","serviceUUID":"e48f6bc4-e90c-4062-a013-c027d63ce3a0","serviceDescription":"service","serviceInvariantUUID":"aaf225f3-69e0-42ea-bb36-2163587198b1","resources":[{"resourceInstanceName":"basic_onboard_oGNXcZ 0","resourceName":"basic_onboard_oGNXcZ","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7564eeb1-38bc-4ca0-bbb0-8a63115e2ce2","resourceInvariantUUID":"f71deefb-6b19-438f-8991-f2d537efd688","resourceCustomizationUUID":"6de00ba0-2e92-4e92-900f-d1715b76b555","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/vf-license-model.xml","artifactChecksum":"ZDRkMDllYzE1N2I3OThlMWZjM2U5ZDZkNDc3NTdjZmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f06a0098-f9fd-4eae-99a3-9ca636d77bab","artifactVersion":"1"},{"artifactName":"basic_onboard_ognxcz0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/basic_onboard_ognxcz0_modules.json","artifactChecksum":"NTZkY2M5NjA1NGUzYTk5YjgxNWQxZTBjNDNlOGM5N2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f320a5db-6f2b-4d8b-a8fe-2775d9197b54","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e11a9a68-8947-4e1a-a7cb-8d0f7c5f2cfa","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f74fc865-3f78-42eb-bbf3-1578ca4010b9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b6ad2aff-7814-45e6-b33e-14a31ed673d3","artifactVersion":"2","generatedFromUUID":"e11a9a68-8947-4e1a-a7cb-8d0f7c5f2cfa"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOgnxcz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/artifacts/service-BasicOnboardOgnxcz-template.yml","artifactChecksum":"OTgzNWVmNTVlOGE2YjM3NWIxMzJhYTJkYzA4MmQ3MTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fe55b5ec-3f5b-421e-8c7e-8de2a639a957","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOgnxcz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/artifacts/service-BasicOnboardOgnxcz-csar.csar","artifactChecksum":"YWE4NjU5YWE3ODkwZTMzYzQyNzZlZjc2Yzg2ZmYwMzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c4c14008-ed9d-4c52-b7cb-10fd9bac390e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-07T06:23:06.215Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T06:23:06.223Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:23:06.237Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:23:06.238Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665123783015,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:23:06.337Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-10-07T06:23:06.343Z||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-10-07T06:23:06.344Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:23:06.358Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:23:06.360Z||pool-3-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:23:06.465Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:23:06.466Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T06:23:06.466Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665123784046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:23:06.493Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:23:07.248Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T06:23:07.248Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:23:07.250Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:23:07.250Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665123783015,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/basic_onboard_ognxcz0_modules.json",
  "status": "NOTIFIED"
}
2022-10-07T06:23:07.350Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:23:07.351Z||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-10-07T06:23:07.351Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:23:07.363Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:23:07.363Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:23:08.250Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T06:23:08.251Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:23:08.253Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:23:08.253Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665123783015,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-10-07T06:23:08.353Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:23:08.354Z||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-10-07T06:23:08.355Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:23:08.366Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:23:08.367Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:23:09.253Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T06:23:09.254Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:23:09.257Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:23:09.257Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665123783015,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:23:09.357Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:23:09.358Z||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-10-07T06:23:09.358Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:23:09.368Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:23:09.369Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:23:10.257Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T06:23:10.258Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:23:10.260Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:23:10.260Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665123783015,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-10-07T06:23:10.365Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-10-07T06:23:10.366Z||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-10-07T06:23:10.366Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:23:10.375Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:23:10.376Z||pool-7-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:23:11.261Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T06:23:11.261Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:23:11.263Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:23:11.263Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665123783015,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/artifacts/service-BasicOnboardOgnxcz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:23:11.363Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:23:11.364Z||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-10-07T06:23:11.365Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:23:11.373Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:23:11.374Z||pool-8-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:23:12.264Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T06:23:12.265Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:23:12.267Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:23:12.267Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665123783015,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/artifacts/service-BasicOnboardOgnxcz-csar.csar",
  "status": "NOTIFIED"
}
2022-10-07T06:23:12.367Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:23:12.368Z||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-10-07T06:23:12.368Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:23:12.380Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:23:12.380Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:23:13.269Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "serviceName": "basic_onboard_oGNXcZ",
  "serviceVersion": "1.0",
  "serviceUUID": "e48f6bc4-e90c-4062-a013-c027d63ce3a0",
  "serviceDescription": "service",
  "serviceInvariantUUID": "aaf225f3-69e0-42ea-bb36-2163587198b1",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_oGNXcZ 0",
      "resourceCustomizationUUID": "6de00ba0-2e92-4e92-900f-d1715b76b555",
      "resourceName": "basic_onboard_oGNXcZ",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7564eeb1-38bc-4ca0-bbb0-8a63115e2ce2",
      "resourceInvariantUUID": "f71deefb-6b19-438f-8991-f2d537efd688",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_ognxcz0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/basic_onboard_ognxcz0_modules.json",
          "artifactChecksum": "NTZkY2M5NjA1NGUzYTk5YjgxNWQxZTBjNDNlOGM5N2M\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f320a5db-6f2b-4d8b-a8fe-2775d9197b54",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "e11a9a68-8947-4e1a-a7cb-8d0f7c5f2cfa",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "b6ad2aff-7814-45e6-b33e-14a31ed673d3",
            "generatedFromUUID": "e11a9a68-8947-4e1a-a7cb-8d0f7c5f2cfa"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "b6ad2aff-7814-45e6-b33e-14a31ed673d3",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardOgnxcz-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/artifacts/service-BasicOnboardOgnxcz-csar.csar",
      "artifactChecksum": "YWE4NjU5YWE3ODkwZTMzYzQyNzZlZjc2Yzg2ZmYwMzA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c4c14008-ed9d-4c52-b7cb-10fd9bac390e"
    }
  ],
  "workloadContext": "Production"
}
2022-10-07T06:23:13.270Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-07T06:23:13.270Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e48f6bc4-e90c-4062-a013-c027d63ce3a0 ASDC
2022-10-07T06:23:13.425Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:b993d311-894b-4a81-a146-05749d8e29ce
ServiceName:basic_onboard_oGNXcZ
ServiceVersion:1.0
ServiceUUID:e48f6bc4-e90c-4062-a013-c027d63ce3a0
ServiceInvariantUUID:aaf225f3-69e0-42ea-bb36-2163587198b1
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardOgnxcz-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/artifacts/service-BasicOnboardOgnxcz-csar.csar
ArtifactUUID:c4c14008-ed9d-4c52-b7cb-10fd9bac390e
ArtifactChecksum:YWE4NjU5YWE3ODkwZTMzYzQyNzZlZjc2Yzg2ZmYwMzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_oGNXcZ 0
ResourceCustomizationUUID:6de00ba0-2e92-4e92-900f-d1715b76b555
ResourceInvariantUUID:f71deefb-6b19-438f-8991-f2d537efd688
ResourceName:basic_onboard_oGNXcZ
ResourceType:VF
ResourceUUID:7564eeb1-38bc-4ca0-bbb0-8a63115e2ce2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ognxcz0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/basic_onboard_ognxcz0_modules.json
ArtifactUUID:f320a5db-6f2b-4d8b-a8fe-2775d9197b54
ArtifactChecksum:NTZkY2M5NjA1NGUzYTk5YjgxNWQxZTBjNDNlOGM5N2M=
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/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.yaml
ArtifactUUID:e11a9a68-8947-4e1a-a7cb-8d0f7c5f2cfa
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/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.env
ArtifactUUID:b6ad2aff-7814-45e6-b33e-14a31ed673d3
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/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.env
ArtifactUUID:b6ad2aff-7814-45e6-b33e-14a31ed673d3
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-10-07T06:23:13.425Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e48f6bc4-e90c-4062-a013-c027d63ce3a0 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-10-07T06:23:13.740Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-07T06:23:13.741Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-10-07T06:23:13.743Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-10-07T06:23:13.743Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c4c14008-ed9d-4c52-b7cb-10fd9bac390e from URL: /sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/artifacts/service-BasicOnboardOgnxcz-csar.csar
2022-10-07T06:23:13.743Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-10-07T06:23:13.745Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/artifacts/service-BasicOnboardOgnxcz-csar.csar
2022-10-07T06:23:14.052Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-10-07T06:23:14.070Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/artifacts/service-BasicOnboardOgnxcz-csar.csar c4c14008-ed9d-4c52-b7cb-10fd9bac390e 75309
2022-10-07T06:23:14.072Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/artifacts/service-BasicOnboardOgnxcz-csar.csar ASDC sendASDCNotification
2022-10-07T06:23:14.072Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/artifacts/service-BasicOnboardOgnxcz-csar.csar
2022-10-07T06:23:14.074Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-07T06:23:14.075Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:23:14.081Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:23:14.082Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665123794070,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/artifacts/service-BasicOnboardOgnxcz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:23:14.178Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-10-07T06:23:14.179Z||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-10-07T06:23:14.179Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:23:14.190Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:23:14.191Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-07T06:23:15.082Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-07T06:23:15.083Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-10-07T06:23:15.084Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: c4c14008-ed9d-4c52-b7cb-10fd9bac390e, URL: /sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/artifacts/service-BasicOnboardOgnxcz-csar.csar to file: /app/ASDC/1/service-BasicOnboardOgnxcz-csar.csar
2022-10-07T06:23:15.085Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardOgnxcz-csar.csar
2022-10-07T06:23:15.197Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardOgnxcz-csar.csar
2022-10-07T06:23:15.198Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardOgnxcz-csar.csar
2022-10-07T06:23:15.821Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9226588747277204403/Definitions/service-BasicOnboardOgnxcz-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-10-07T06:23:17.942Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-07T06:23:17.947Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-10-07T06:23:17.947Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardOgnxcz-csar.csar
2022-10-07T06:23:17.947Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-07T06:23:17.947Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_oGNXcZ 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-BasicOnboardOgnxcz-csar.csar
2022-10-07T06:23:17.947Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardOgnxcz-csar.csar
2022-10-07T06:23:17.947Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardOgnxcz-csar.csar
2022-10-07T06:23:17.948Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardOgnxcz-csar.csar
2022-10-07T06:23:17.948Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardOgnxcz-csar.csar
2022-10-07T06:23:17.948Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardOgnxcz-csar.csar
2022-10-07T06:23:17.948Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardOgnxcz-csar.csar
2022-10-07T06:23:17.948Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-10-07T06:23:17.955Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:23:17.956Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_oGNXcZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:23:17.960Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_oGNXcZ 0 is matching search criteria
2022-10-07T06:23:17.961Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-10-07T06:23:17.962Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_oGNXcZ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-07T06:23:17.964Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:23:17.964Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_oGNXcZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:23:17.964Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_oGNXcZ 0 is matching search criteria
2022-10-07T06:23:17.965Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-10-07T06:23:17.965Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_oGNXcZ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-07T06:23:17.965Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:23:17.965Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_oGNXcZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:23:17.969Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:23:17.969Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_oGNXcZ 0 is not matching search criteria
2022-10-07T06:23:17.969Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-10-07T06:23:17.969Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-10-07T06:23:17.970Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-10-07T06:23:17.970Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-07T06:23:17.970Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-07T06:23:17.970Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:23:17.971Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_oGNXcZ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-07T06:23:17.972Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:23:17.972Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_oGNXcZ 0 is matching search criteria
2022-10-07T06:23:17.972Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_oGNXcZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-07T06:23:17.973Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:23:17.973Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_oGNXcZ 0 is matching search criteria
2022-10-07T06:23:17.973Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_oGNXcZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-07T06:23:17.974Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:23:17.974Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_oGNXcZ 0 is matching search criteria
2022-10-07T06:23:17.974Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_oGNXcZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-07T06:23:17.974Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:23:17.975Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_oGNXcZ 0 is not matching search criteria
2022-10-07T06:23:17.975Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-07T06:23:17.975Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-07T06:23:17.975Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ac89cd38-ba3a-44aa-8f7e-4465676ae85c
2022-10-07T06:23:17.976Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:23:17.976Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_oGNXcZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:23:17.976Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:23:17.976Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_oGNXcZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:23:17.977Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:23:17.977Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_oGNXcZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:23:17.977Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:23:17.977Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_oGNXcZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:23:17.978Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_oGNXcZ
Description:service
Model UUID:e48f6bc4-e90c-4062-a013-c027d63ce3a0
Model Version:NULL
Model InvariantUuid:aaf225f3-69e0-42ea-bb36-2163587198b1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_oGNXcZ
Model UUID:7a521434-9a8c-4ce4-8ec3-00872885f3fa
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f71deefb-6b19-438f-8991-f2d537efd688
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:6de00ba0-2e92-4e92-900f-d1715b76b555
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:67675188-30e0-4bd6-bbec-c65b8b53beef
ModelName:BasicOnboardOgnxcz..base_ubuntu18..module-0
ModelUuid:72e167e3-f16f-42cc-bebb-70003f1acfc3
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ac89cd38-ba3a-44aa-8f7e-4465676ae85c
ModelInvariantUuid:2e26f4d5-6647-400b-899f-1a714c145a4a
ModelName:basic_onboard_oGNXcZ-nodes.ubuntu18Cvfc
ModelUuid:30cf0e4e-7c39-4311-8c95-4ac96a43a265
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:5e3488b6-2962-46d9-b861-64904488d277
ModelInvariantUuid:e008758a-7d4b-49dc-8f29-c671cf144844
ModelName:BasicOnboardOgnxcz.compute.nodes.heat.ubuntu18
ModelUuid:e2b7585b-91c5-4526-9593-0b50cd47fdaa
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-10-07T06:23:18.004Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 7564eeb1-38bc-4ca0-bbb0-8a63115e2ce2
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-10-07T06:23:18.111Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||basic_onboard_oGNXcZ 0
2022-10-07T06:23:18.120Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7564eeb1-38bc-4ca0-bbb0-8a63115e2ce2
2022-10-07T06:23:18.121Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f320a5db-6f2b-4d8b-a8fe-2775d9197b54 from URL: /sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/basic_onboard_ognxcz0_modules.json
2022-10-07T06:23:18.121Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-10-07T06:23:18.121Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/basic_onboard_ognxcz0_modules.json
2022-10-07T06:23:18.195Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-10-07T06:23:18.195Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/basic_onboard_ognxcz0_modules.json f320a5db-6f2b-4d8b-a8fe-2775d9197b54 798
2022-10-07T06:23:18.195Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/basic_onboard_ognxcz0_modules.json ASDC sendASDCNotification
2022-10-07T06:23:18.196Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/basic_onboard_ognxcz0_modules.json
2022-10-07T06:23:18.196Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-07T06:23:18.196Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:23:18.199Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:23:18.199Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665123798195,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/basic_onboard_ognxcz0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:23:18.299Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:23:18.300Z||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-10-07T06:23:18.300Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:23:18.312Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:23:18.313Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:23:19.200Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardOgnxcz..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "67675188-30e0-4bd6-bbec-c65b8b53beef",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "72e167e3-f16f-42cc-bebb-70003f1acfc3",
    "vfModuleModelCustomizationUUID": "80ee13d2-5fbe-4447-954c-a34352024eb1",
    "isBase": true,
    "artifacts": [
      "e11a9a68-8947-4e1a-a7cb-8d0f7c5f2cfa",
      "b6ad2aff-7814-45e6-b33e-14a31ed673d3"
    ],
    "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-10-07T06:23:19.218Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardOgnxcz..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:72e167e3-f16f-42cc-bebb-70003f1acfc3
VfModuleModelInvariantUUID:67675188-30e0-4bd6-bbec-c65b8b53beef
VfModuleModelDescription:NULL
Artifacts UUID List:{
e11a9a68-8947-4e1a-a7cb-8d0f7c5f2cfa
,
b6ad2aff-7814-45e6-b33e-14a31ed673d3

}
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-10-07T06:23:19.221Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardOgnxcz..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "67675188-30e0-4bd6-bbec-c65b8b53beef",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "72e167e3-f16f-42cc-bebb-70003f1acfc3",
    "vfModuleModelCustomizationUUID": "80ee13d2-5fbe-4447-954c-a34352024eb1",
    "isBase": true,
    "artifacts": [
      "e11a9a68-8947-4e1a-a7cb-8d0f7c5f2cfa",
      "b6ad2aff-7814-45e6-b33e-14a31ed673d3"
    ],
    "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-10-07T06:23:19.222Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardOgnxcz..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:72e167e3-f16f-42cc-bebb-70003f1acfc3
VfModuleModelInvariantUUID:67675188-30e0-4bd6-bbec-c65b8b53beef
VfModuleModelDescription:NULL
Artifacts UUID List:{
e11a9a68-8947-4e1a-a7cb-8d0f7c5f2cfa
,
b6ad2aff-7814-45e6-b33e-14a31ed673d3

}
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-10-07T06:23:19.222Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e11a9a68-8947-4e1a-a7cb-8d0f7c5f2cfa from URL: /sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.yaml
2022-10-07T06:23:19.222Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-10-07T06:23:19.222Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.yaml
2022-10-07T06:23:19.344Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-10-07T06:23:19.345Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.yaml e11a9a68-8947-4e1a-a7cb-8d0f7c5f2cfa 5033
2022-10-07T06:23:19.345Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-07T06:23:19.346Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.yaml
2022-10-07T06:23:19.346Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-07T06:23:19.346Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:23:19.348Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:23:19.348Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665123799345,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:23:19.448Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:23:19.449Z||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-10-07T06:23:19.449Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:23:19.464Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:23:19.465Z||pool-12-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:23:20.349Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b6ad2aff-7814-45e6-b33e-14a31ed673d3 from URL: /sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.env
2022-10-07T06:23:20.349Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-10-07T06:23:20.349Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.env
2022-10-07T06:23:20.521Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-10-07T06:23:20.521Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.env b6ad2aff-7814-45e6-b33e-14a31ed673d3 909
2022-10-07T06:23:20.522Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-07T06:23:20.522Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.env
2022-10-07T06:23:20.522Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-07T06:23:20.522Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:23:20.526Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:23:20.526Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665123800522,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:23:20.625Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-10-07T06:23:20.626Z||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-10-07T06:23:20.626Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:23:20.640Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:23:20.641Z||pool-13-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-07T06:23:21.527Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: e48f6bc4-e90c-4062-a013-c027d63ce3a0
2022-10-07T06:23:21.527Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_oGNXcZ 0 7564eeb1-38bc-4ca0-bbb0-8a63115e2ce2 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-10-07T06:23:21.563Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@44f7f843, org.onap.sdc.toscaparser.api.parameters.Input@4feff755, org.onap.sdc.toscaparser.api.parameters.Input@2594818b, org.onap.sdc.toscaparser.api.parameters.Input@3d334360, org.onap.sdc.toscaparser.api.parameters.Input@46fd9165]
2022-10-07T06:23:21.567Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:23:21.567Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_oGNXcZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:23:21.568Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-10-07T06:23:21.568Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 6de00ba0-2e92-4e92-900f-d1715b76b555
2022-10-07T06:23:21.568Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6de00ba0-2e92-4e92-900f-d1715b76b555 matches Tosca VF Customization UUID: 6de00ba0-2e92-4e92-900f-d1715b76b555
2022-10-07T06:23:21.568Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 6de00ba0-2e92-4e92-900f-d1715b76b555  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-10-07T06:23:21.577Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:23:21.578Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_oGNXcZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:23:21.579Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 6de00ba0-2e92-4e92-900f-d1715b76b555: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-10-07T06:23:21.579Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6b8d45b9
2022-10-07T06:23:21.580Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:23:21.580Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_oGNXcZ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-07T06:23:21.580Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 80ee13d2-5fbe-4447-954c-a34352024eb1
2022-10-07T06:23:21.582Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 80ee13d2-5fbe-4447-954c-a34352024eb1
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-10-07T06:23:21.597Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:23:21.598Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_oGNXcZ 0 is matching search criteria
2022-10-07T06:23:21.598Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_oGNXcZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-07T06:23:21.599Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:23:21.599Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_oGNXcZ 0 is matching search criteria
2022-10-07T06:23:21.600Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_oGNXcZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-07T06:23:21.600Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:23:21.600Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_oGNXcZ 0 is not matching search criteria
2022-10-07T06:23:21.600Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-07T06:23:21.601Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-07T06:23:21.601Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ac89cd38-ba3a-44aa-8f7e-4465676ae85c
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-10-07T06:23:21.613Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:23:21.613Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_oGNXcZ 0 is matching search criteria
2022-10-07T06:23:21.613Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_oGNXcZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-07T06:23:21.614Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:23:21.614Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_oGNXcZ 0 is matching search criteria
2022-10-07T06:23:21.614Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_oGNXcZ 0] matching following query criteria: sdcType=VF, customizationUUID=6de00ba0-2e92-4e92-900f-d1715b76b555
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-10-07T06:23:21.616Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:23:21.617Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_oGNXcZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:23:21.617Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid e48f6bc4-e90c-4062-a013-c027d63ce3a0: basic_onboard_oGNXcZ
2022-10-07T06:23:21.617Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:23:21.618Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_oGNXcZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:23:21.618Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:23:21.618Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_oGNXcZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:23:21.618Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:23:21.619Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_oGNXcZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:23:21.619Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:23:21.619Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_oGNXcZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:23:21.619Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:23:21.620Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_oGNXcZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:23:21.620Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_oGNXcZ 
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-10-07T06:23:21.814Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_oGNXcZ 7564eeb1-38bc-4ca0-bbb0-8a63115e2ce2 1 ASDC deployResourceStructure
2022-10-07T06:23:21.815Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/basic_onboard_ognxcz0_modules.json ASDC sendASDCNotification
2022-10-07T06:23:21.815Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/basic_onboard_ognxcz0_modules.json
2022-10-07T06:23:21.815Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-07T06:23:21.815Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:23:21.817Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:23:21.817Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665123801815,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/basic_onboard_ognxcz0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-07T06:23:21.917Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:23:21.919Z||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-10-07T06:23:21.919Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:23:21.929Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:23:21.929Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:23:22.819Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-07T06:23:22.820Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.yaml
2022-10-07T06:23:22.820Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-07T06:23:22.820Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:23:22.823Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:23:22.823Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665123802819,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-10-07T06:23:22.923Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-07T06:23:22.924Z||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-10-07T06:23:22.924Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:23:22.936Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:23:22.936Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:23:23.824Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-07T06:23:23.826Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.env
2022-10-07T06:23:23.826Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-07T06:23:23.827Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:23:23.829Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:23:23.830Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665123803824,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-10-07T06:23:23.929Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-07T06:23:23.930Z||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-10-07T06:23:23.931Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:23:23.941Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:23:23.942Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:23:24.831Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/artifacts/service-BasicOnboardOgnxcz-csar.csar ASDC sendASDCNotification
2022-10-07T06:23:24.832Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/artifacts/service-BasicOnboardOgnxcz-csar.csar
2022-10-07T06:23:24.832Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-07T06:23:24.833Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:23:24.835Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:23:24.836Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665123804831,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/artifacts/service-BasicOnboardOgnxcz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-07T06:23:24.935Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-07T06:23:24.936Z||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-10-07T06:23:24.937Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:23:24.950Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:23:24.950Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:23:25.837Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b993d311-894b-4a81-a146-05749d8e29ce
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-07T06:23:25.865Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b993d311-894b-4a81-a146-05749d8e29ce
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-10-07T06:23:25.868Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-07T06:23:25.868Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-07T06:23:25.868Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-07T06:23:55.869Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b993d311-894b-4a81-a146-05749d8e29ce
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-07T06:23:55.880Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b993d311-894b-4a81-a146-05749d8e29ce
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-10-07T06:23:55.883Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-07T06:23:55.884Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-07T06:23:55.884Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-07T06:24:03.024Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:24:03.024Z||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-10-07T06:24:03.025Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:24:03.056Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:24:03.056Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T06:24:03.057Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665123783015,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:24:03.057Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:24:25.884Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b993d311-894b-4a81-a146-05749d8e29ce
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-07T06:24:25.914Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b993d311-894b-4a81-a146-05749d8e29ce
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-10-07T06:24:25.917Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-07T06:24:25.918Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-07T06:24:25.918Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-07T06:24:55.919Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b993d311-894b-4a81-a146-05749d8e29ce
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-07T06:24:55.936Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b993d311-894b-4a81-a146-05749d8e29ce
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-10-07T06:24:55.938Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-07T06:24:55.938Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-07T06:24:55.939Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-07T06:25:03.023Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:25:03.024Z||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-10-07T06:25:03.025Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:25:03.076Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:25:03.077Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T06:25:03.077Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665123776247,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:25:03.078Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:25:03.079Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-07T06:25:03.079Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665123784650,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:25:03.079Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:25:25.939Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b993d311-894b-4a81-a146-05749d8e29ce
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-07T06:25:25.954Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b993d311-894b-4a81-a146-05749d8e29ce
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-10-07T06:25:25.957Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-07T06:25:25.958Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-07T06:25:25.958Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-07T06:25:55.958Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b993d311-894b-4a81-a146-05749d8e29ce
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-07T06:25:55.968Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b993d311-894b-4a81-a146-05749d8e29ce
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-10-07T06:25:55.971Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-07T06:25:55.972Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-07T06:25:55.972Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-07T06:26:03.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:26:03.025Z||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-10-07T06:26:03.025Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:26:03.555Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:26:03.561Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.561Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665123784046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/basic_onboard_ognxcz0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:26:03.562Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:26:03.563Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.563Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665123783015,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/basic_onboard_ognxcz0_modules.json",
  "status": "NOTIFIED"
}
2022-10-07T06:26:03.563Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:26:03.563Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.563Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665123776247,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/basic_onboard_ognxcz0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:26:03.564Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:26:03.564Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.564Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665123784650,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/basic_onboard_ognxcz0_modules.json",
  "status": "NOTIFIED"
}
2022-10-07T06:26:03.564Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:26:03.565Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.565Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665123784046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:26:03.565Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:26:03.565Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.566Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665123783015,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-10-07T06:26:03.566Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:26:03.567Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.567Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665123776247,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:26:03.567Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:26:03.567Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.567Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665123784650,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-10-07T06:26:03.568Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:26:03.568Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.568Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665123784046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:26:03.568Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:26:03.569Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.569Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665123783015,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:26:03.569Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:26:03.569Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.569Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665123776247,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:26:03.570Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:26:03.570Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.570Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665123784650,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:26:03.571Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:26:03.572Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.572Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "cds",
  "timestamp": 1665123788790,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:26:03.572Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:26:03.572Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.572Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665123784046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:26:03.573Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:26:03.573Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.573Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665123783015,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-10-07T06:26:03.573Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:26:03.574Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.574Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665123784650,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-10-07T06:26:03.574Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:26:03.574Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.575Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665123776247,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:26:03.575Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:26:03.575Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.575Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "cds",
  "timestamp": 1665123788790,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/basic_onboard_ognxcz0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:26:03.576Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:26:03.576Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.576Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665123784046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/artifacts/service-BasicOnboardOgnxcz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:26:03.576Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:26:03.576Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.576Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665123783015,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/artifacts/service-BasicOnboardOgnxcz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:26:03.577Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:26:03.577Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.577Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665123784650,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/artifacts/service-BasicOnboardOgnxcz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:26:03.577Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:26:03.577Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.577Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665123776247,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/artifacts/service-BasicOnboardOgnxcz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:26:03.577Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:26:03.578Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.578Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "cds",
  "timestamp": 1665123788790,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:26:03.578Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:26:03.578Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.578Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665123784046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/artifacts/service-BasicOnboardOgnxcz-csar.csar",
  "status": "NOTIFIED"
}
2022-10-07T06:26:03.578Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:26:03.578Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.579Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665123783015,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/artifacts/service-BasicOnboardOgnxcz-csar.csar",
  "status": "NOTIFIED"
}
2022-10-07T06:26:03.579Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:26:03.579Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.579Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665123784650,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/artifacts/service-BasicOnboardOgnxcz-csar.csar",
  "status": "NOTIFIED"
}
2022-10-07T06:26:03.579Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:26:03.580Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.580Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665123776247,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/artifacts/service-BasicOnboardOgnxcz-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:26:03.580Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:26:03.580Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.580Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "cds",
  "timestamp": 1665123788790,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:26:03.581Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:26:03.581Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.581Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "cds",
  "timestamp": 1665123788790,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:26:03.581Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:26:03.581Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.582Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665123794070,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/artifacts/service-BasicOnboardOgnxcz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:26:03.582Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:26:03.582Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.582Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665123794078,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/basic_onboard_ognxcz0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:26:03.583Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:26:03.583Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.583Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665123793710,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/artifacts/service-BasicOnboardOgnxcz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:26:03.583Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:26:03.584Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.584Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "cds",
  "timestamp": 1665123788790,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/artifacts/service-BasicOnboardOgnxcz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:26:03.584Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:26:03.584Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.584Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665123795196,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:26:03.585Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:26:03.585Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.585Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "cds",
  "timestamp": 1665123788790,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/artifacts/service-BasicOnboardOgnxcz-csar.csar",
  "status": "NOTIFIED"
}
2022-10-07T06:26:03.585Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:26:03.585Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.586Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665123796351,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:26:03.586Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:26:03.586Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.586Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "cds",
  "timestamp": 1665123796698,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/artifacts/service-BasicOnboardOgnxcz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:26:03.587Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:26:03.587Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.587Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665123796996,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/artifacts/service-BasicOnboardOgnxcz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-07T06:26:03.587Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:26:03.587Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.588Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665123797497,
  "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-10-07T06:26:03.597Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b993d311-894b-4a81-a146-05749d8e29ce
2022-10-07T06:26:03.598Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b993d311-894b-4a81-a146-05749d8e29ce 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-10-07T06:26:03.608Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.608Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665123798195,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/basic_onboard_ognxcz0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:26:03.608Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:26:03.609Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.609Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "cds",
  "timestamp": 1665123797724,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/artifacts/service-BasicOnboardOgnxcz-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-10-07T06:26:03.613Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b993d311-894b-4a81-a146-05749d8e29ce
2022-10-07T06:26:03.613Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b993d311-894b-4a81-a146-05749d8e29ce 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-10-07T06:26:03.622Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.622Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665123798001,
  "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-10-07T06:26:03.627Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b993d311-894b-4a81-a146-05749d8e29ce
2022-10-07T06:26:03.627Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b993d311-894b-4a81-a146-05749d8e29ce 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-10-07T06:26:03.637Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.637Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665123798506,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/basic_onboard_ognxcz0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-07T06:26:03.637Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:26:03.637Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.637Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "clamp",
  "timestamp": 1665123797428,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:26:03.638Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:26:03.638Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.638Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665123799345,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:26:03.638Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:26:03.638Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.638Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "clamp",
  "timestamp": 1665123797428,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/basic_onboard_ognxcz0_modules.json",
  "status": "NOTIFIED"
}
2022-10-07T06:26:03.638Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:26:03.639Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.639Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "aai-ml",
  "timestamp": 1665123801134,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:26:03.639Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:26:03.639Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.639Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "clamp",
  "timestamp": 1665123797428,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:26:03.640Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:26:03.640Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.640Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665123800522,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:26:03.640Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:26:03.640Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.640Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "aai-ml",
  "timestamp": 1665123801134,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/basic_onboard_ognxcz0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:26:03.641Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:26:03.641Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.641Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "clamp",
  "timestamp": 1665123797428,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:26:03.641Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:26:03.641Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.641Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665123801815,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/basic_onboard_ognxcz0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-07T06:26:03.641Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:26:03.642Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.642Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "aai-ml",
  "timestamp": 1665123801134,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:26:03.642Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:26:03.642Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.642Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "clamp",
  "timestamp": 1665123797428,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:26:03.643Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:26:03.643Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.643Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665123802819,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-10-07T06:26:03.643Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:26:03.644Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.644Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "aai-ml",
  "timestamp": 1665123801134,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:26:03.644Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:26:03.644Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.644Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "clamp",
  "timestamp": 1665123797428,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/artifacts/service-BasicOnboardOgnxcz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:26:03.644Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:26:03.645Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.645Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665123803824,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-10-07T06:26:03.645Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:26:03.645Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.645Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "aai-ml",
  "timestamp": 1665123801134,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/resourceInstances/basic_onboard_ognxcz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:26:03.645Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:26:03.645Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.646Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "clamp",
  "timestamp": 1665123797428,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/artifacts/service-BasicOnboardOgnxcz-csar.csar",
  "status": "NOTIFIED"
}
2022-10-07T06:26:03.646Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:26:03.646Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.646Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665123804831,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/artifacts/service-BasicOnboardOgnxcz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-07T06:26:03.646Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:26:03.646Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.646Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "aai-ml",
  "timestamp": 1665123801134,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/artifacts/service-BasicOnboardOgnxcz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:26:03.647Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:26:03.647Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.647Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "aai-ml",
  "timestamp": 1665123801134,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/artifacts/service-BasicOnboardOgnxcz-csar.csar",
  "status": "NOTIFIED"
}
2022-10-07T06:26:03.647Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:26:03.647Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.648Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "aai-ml",
  "timestamp": 1665123809135,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/artifacts/service-BasicOnboardOgnxcz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:26:03.648Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:26:03.648Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.648Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "clamp",
  "timestamp": 1665123809038,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/artifacts/service-BasicOnboardOgnxcz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:26:03.648Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:26:03.648Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.648Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "clamp",
  "timestamp": 1665123811047,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/artifacts/service-BasicOnboardOgnxcz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-07T06:26:03.649Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:26:03.649Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.649Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "clamp",
  "timestamp": 1665123812053,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-07T06:26:03.654Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b993d311-894b-4a81-a146-05749d8e29ce
2022-10-07T06:26:03.654Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b993d311-894b-4a81-a146-05749d8e29ce and ComponentName clamp
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-10-07T06:26:03.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.662Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "aai-ml",
  "timestamp": 1665123823656,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgnxcz/1.0/artifacts/service-BasicOnboardOgnxcz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-07T06:26:03.662Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:26:03.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:26:03.662Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "aai-ml",
  "timestamp": 1665123824662,
  "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-10-07T06:26:03.667Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b993d311-894b-4a81-a146-05749d8e29ce
2022-10-07T06:26:03.667Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b993d311-894b-4a81-a146-05749d8e29ce 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-10-07T06:26:25.972Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b993d311-894b-4a81-a146-05749d8e29ce
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-07T06:26:25.996Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b993d311-894b-4a81-a146-05749d8e29ce
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-10-07T06:26:26.001Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-07T06:26:26.002Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-07T06:26:26.002Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-07T06:26:26.002Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-07T06:26:26.002Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-07T06:26:26.003Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-07T06:26:26.003Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-07T06:26:26.003Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-07T06:26:26.003Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-07T06:26:26.003Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-07T06:26:26.004Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-07T06:26:26.027Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-07T06:26:56.028Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b993d311-894b-4a81-a146-05749d8e29ce 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-10-07T06:26:56.041Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b993d311-894b-4a81-a146-05749d8e29ce and serviceModelVersionId: e48f6bc4-e90c-4062-a013-c027d63ce3a0
2022-10-07T06:26:56.041Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : aaf225f3-69e0-42ea-bb36-2163587198b1
2022-10-07T06:27:03.023Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:27:03.024Z||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-10-07T06:27:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:27:11.900Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/aaf225f3-69e0-42ea-bb36-2163587198b1/model-vers/model-ver/e48f6bc4-e90c-4062-a013-c027d63ce3a0?depth=0
2022-10-07T06:27:12.017Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-10-07T06:27:12.502Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aaf225f3-69e0-42ea-bb36-2163587198b1/model-vers/model-ver/e48f6bc4-e90c-4062-a013-c027d63ce3a0?depth=0|INFO|500||Invoke
2022-10-07T06:27:12.509Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aaf225f3-69e0-42ea-bb36-2163587198b1/model-vers/model-ver/e48f6bc4-e90c-4062-a013-c027d63ce3a0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aaf225f3-69e0-42ea-bb36-2163587198b1/model-vers/model-ver/e48f6bc4-e90c-4062-a013-c027d63ce3a0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b993d311-894b-4a81-a146-05749d8e29ce], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6169ce18-91f3-4245-b7fa-bcc3a7acd367], X-ECOMP-RequestID=[b993d311-894b-4a81-a146-05749d8e29ce], X-TransactionId=[], X-ONAP-RequestID=[b993d311-894b-4a81-a146-05749d8e29ce], Content-Type=[application/merge-patch+json]}
2022-10-07T06:27:12.572Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:27:12.630Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aaf225f3-69e0-42ea-bb36-2163587198b1/model-vers/model-ver/e48f6bc4-e90c-4062-a013-c027d63ce3a0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-07T06:27:13.094Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aaf225f3-69e0-42ea-bb36-2163587198b1/model-vers/model-ver/e48f6bc4-e90c-4062-a013-c027d63ce3a0?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/aaf225f3-69e0-42ea-bb36-2163587198b1/model-vers/model-ver/e48f6bc4-e90c-4062-a013-c027d63ce3a0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221007-06:27:11:833-47443], vertex-id=[397488], Content-Length=[0], Date=[Fri, 07 Oct 2022 06:27:11 GMT], Content-Type=[application/json]}
2022-10-07T06:27:13.096Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aaf225f3-69e0-42ea-bb36-2163587198b1/model-vers/model-ver/e48f6bc4-e90c-4062-a013-c027d63ce3a0?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-07T06:27:13.096Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aaf225f3-69e0-42ea-bb36-2163587198b1/model-vers/model-ver/e48f6bc4-e90c-4062-a013-c027d63ce3a0?depth=0|INFO|500||InvokeReturn
2022-10-07T06:27:13.101Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-07T06:27:13.101Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-07T06:27:13.108Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-10-07T06:27:13.110Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b993d311-894b-4a81-a146-05749d8e29ce and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-07T06:27:13.111Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-07T06:27:13.112Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:27:13.116Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:27:13.116Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124033110,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-07T06:27:13.215Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-07T06:27:13.216Z||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-10-07T06:27:13.217Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:27:13.231Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:27:13.231Z||pool-18-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-07T06:27:14.130Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:27:14.130Z|b993d311-894b-4a81-a146-05749d8e29ce|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-10-07T06:27:14.131Z|b993d311-894b-4a81-a146-05749d8e29ce|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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:27:24.425Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:27:24.426Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:27:24.426Z|b993d311-894b-4a81-a146-05749d8e29ce|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-10-07T06:27:24.427Z|b993d311-894b-4a81-a146-05749d8e29ce|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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:27:33.974Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:27:33.975Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:27:33.975Z|b993d311-894b-4a81-a146-05749d8e29ce|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-10-07T06:27:33.975Z|b993d311-894b-4a81-a146-05749d8e29ce|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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:27:43.514Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:27:43.515Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:27:43.516Z|b993d311-894b-4a81-a146-05749d8e29ce|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-10-07T06:27:43.516Z|b993d311-894b-4a81-a146-05749d8e29ce|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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:27:53.061Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:28:03.015Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:28:03.016Z|b993d311-894b-4a81-a146-05749d8e29ce|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-10-07T06:28:03.016Z|b993d311-894b-4a81-a146-05749d8e29ce|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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:28:03.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:28:03.024Z||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-10-07T06:28:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:28:03.655Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:28:03.655Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:28:03.655Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b993d311-894b-4a81-a146-05749d8e29ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124033110,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-07T06:28:03.656Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:28:12.561Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:29:03.016Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:29:03.017Z||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-10-07T06:29:03.023Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:29:03.023Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:29:03.024Z||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-10-07T06:29:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:29:12.573Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:29:12.577Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:30:03.015Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:30:03.017Z||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-10-07T06:30:03.017Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:30:03.023Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:30:03.024Z||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-10-07T06:30:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:30:12.577Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:30:12.588Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:31:03.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:31:03.016Z||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-10-07T06:31:03.017Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:31:03.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:31:03.024Z||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-10-07T06:31:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:31:12.577Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:31:12.578Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:32:03.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:32:03.016Z||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-10-07T06:32:03.016Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:32:03.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:32:03.024Z||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-10-07T06:32:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:32:12.568Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:32:12.570Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:33:03.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:33:03.016Z||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-10-07T06:33:03.017Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:33:03.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:33:03.024Z||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-10-07T06:33:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:33:12.569Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:33:12.570Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:34:03.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:34:03.016Z||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-10-07T06:34:03.016Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:34:03.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:34:03.024Z||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-10-07T06:34:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:34:12.573Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:34:12.599Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:35:03.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:35:03.016Z||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-10-07T06:35:03.016Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:35:03.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:35:03.024Z||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-10-07T06:35:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:35:12.566Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:35:12.604Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:36:03.016Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:36:03.019Z||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-10-07T06:36:03.019Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:36:03.038Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:36:03.038Z||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-10-07T06:36:03.038Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:36:03.681Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:36:03.682Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:36:03.682Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"ed638b00-fb2f-4f91-9cab-11030bdc0b31","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"56aafba7-ddeb-43c9-82a6-bad760f0fe5d","serviceDescription":"service","serviceInvariantUUID":"0e77a48f-3a27-4d47-b488-fdaeb9483cd9","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"52bb3a1a-581a-431e-b989-7826f418add8","resourceInvariantUUID":"32594a98-8a0a-4988-9ba8-8e95d683938e","resourceCustomizationUUID":"e8efd4a2-fd15-4550-93fb-7606b2c3ee16","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":"MjM4NmU0ZmRlYjc3OTg5N2ZkNjZiNDk4Yjk5OGU0NmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3de61d77-5e3f-4d80-8ee5-75c6e457899b","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NTJiYTMxOWQ0ZTQzZjg3NjMwOTY5MTM1Nzg2NjZkOTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"305bc275-eea1-4d54-937d-de3bd8e9ef91","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-07T06:36:03.686Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T06:36:03.687Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:36:03.693Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:36:03.693Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ed638b00-fb2f-4f91-9cab-11030bdc0b31",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124563016,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:36:03.702Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:36:03.702Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-07T06:36:03.703Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed638b00-fb2f-4f91-9cab-11030bdc0b31",
  "consumerID": "cds",
  "timestamp": 1665124538790,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:36:03.704Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:36:03.704Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-07T06:36:03.704Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed638b00-fb2f-4f91-9cab-11030bdc0b31",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665124536248,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:36:03.704Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:36:03.704Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-07T06:36:03.704Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed638b00-fb2f-4f91-9cab-11030bdc0b31",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665124534046,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:36:03.704Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:36:03.704Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-07T06:36:03.704Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed638b00-fb2f-4f91-9cab-11030bdc0b31",
  "consumerID": "cds",
  "timestamp": 1665124538790,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-07T06:36:03.705Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:36:03.705Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-07T06:36:03.705Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed638b00-fb2f-4f91-9cab-11030bdc0b31",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665124536248,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:36:03.705Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:36:03.705Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-07T06:36:03.705Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed638b00-fb2f-4f91-9cab-11030bdc0b31",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665124534046,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-07T06:36:03.705Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:36:03.706Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-07T06:36:03.706Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed638b00-fb2f-4f91-9cab-11030bdc0b31",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665124543685,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:36:03.706Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:36:03.706Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-07T06:36:03.706Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed638b00-fb2f-4f91-9cab-11030bdc0b31",
  "consumerID": "cds",
  "timestamp": 1665124543548,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:36:03.706Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:36:03.706Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-07T06:36:03.706Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed638b00-fb2f-4f91-9cab-11030bdc0b31",
  "consumerID": "cds",
  "timestamp": 1665124544556,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-07T06:36:03.741Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ed638b00-fb2f-4f91-9cab-11030bdc0b31
2022-10-07T06:36:03.741Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed638b00-fb2f-4f91-9cab-11030bdc0b31 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-10-07T06:36:03.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-07T06:36:03.752Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed638b00-fb2f-4f91-9cab-11030bdc0b31",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665124544650,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:36:03.753Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:36:03.753Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-07T06:36:03.753Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed638b00-fb2f-4f91-9cab-11030bdc0b31",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665124545317,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-07T06:36:03.753Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:36:03.753Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-07T06:36:03.753Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed638b00-fb2f-4f91-9cab-11030bdc0b31",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665124544650,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-07T06:36:03.753Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:36:03.753Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-07T06:36:03.754Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed638b00-fb2f-4f91-9cab-11030bdc0b31",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665124546321,
  "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-10-07T06:36:03.762Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ed638b00-fb2f-4f91-9cab-11030bdc0b31
2022-10-07T06:36:03.762Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed638b00-fb2f-4f91-9cab-11030bdc0b31 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-10-07T06:36:03.772Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-07T06:36:03.772Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed638b00-fb2f-4f91-9cab-11030bdc0b31",
  "consumerID": "clamp",
  "timestamp": 1665124547428,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:36:03.772Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:36:03.772Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-07T06:36:03.772Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed638b00-fb2f-4f91-9cab-11030bdc0b31",
  "consumerID": "clamp",
  "timestamp": 1665124547428,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-07T06:36:03.772Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:36:03.773Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-07T06:36:03.773Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed638b00-fb2f-4f91-9cab-11030bdc0b31",
  "consumerID": "aai-ml",
  "timestamp": 1665124551134,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:36:03.773Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:36:03.773Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-07T06:36:03.773Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed638b00-fb2f-4f91-9cab-11030bdc0b31",
  "consumerID": "aai-ml",
  "timestamp": 1665124551134,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-07T06:36:03.774Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:36:03.774Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-07T06:36:03.774Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed638b00-fb2f-4f91-9cab-11030bdc0b31",
  "consumerID": "aai-ml",
  "timestamp": 1665124554651,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:36:03.774Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:36:03.774Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-07T06:36:03.775Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed638b00-fb2f-4f91-9cab-11030bdc0b31",
  "consumerID": "aai-ml",
  "timestamp": 1665124560539,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-07T06:36:03.775Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:36:03.775Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-07T06:36:03.775Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed638b00-fb2f-4f91-9cab-11030bdc0b31",
  "consumerID": "aai-ml",
  "timestamp": 1665124561544,
  "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-10-07T06:36:03.780Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ed638b00-fb2f-4f91-9cab-11030bdc0b31
2022-10-07T06:36:03.780Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed638b00-fb2f-4f91-9cab-11030bdc0b31 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-10-07T06:36:03.789Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-07T06:36:03.789Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed638b00-fb2f-4f91-9cab-11030bdc0b31",
  "consumerID": "clamp",
  "timestamp": 1665124560150,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:36:03.789Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:36:03.789Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-07T06:36:03.790Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed638b00-fb2f-4f91-9cab-11030bdc0b31",
  "consumerID": "clamp",
  "timestamp": 1665124562158,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-07T06:36:03.790Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:36:03.792Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-07T06:36:03.794Z||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-10-07T06:36:03.794Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:36:03.807Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:36:03.808Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:36:04.694Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T06:36:04.695Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:36:04.719Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:36:04.719Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ed638b00-fb2f-4f91-9cab-11030bdc0b31",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124563016,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-07T06:36:04.805Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 86 ms
2022-10-07T06:36:04.806Z||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-10-07T06:36:04.806Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:36:04.817Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:36:04.818Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:36:05.722Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "ed638b00-fb2f-4f91-9cab-11030bdc0b31",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "56aafba7-ddeb-43c9-82a6-bad760f0fe5d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0e77a48f-3a27-4d47-b488-fdaeb9483cd9",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "e8efd4a2-fd15-4550-93fb-7606b2c3ee16",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "52bb3a1a-581a-431e-b989-7826f418add8",
      "resourceInvariantUUID": "32594a98-8a0a-4988-9ba8-8e95d683938e",
      "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": "NTJiYTMxOWQ0ZTQzZjg3NjMwOTY5MTM1Nzg2NjZkOTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "305bc275-eea1-4d54-937d-de3bd8e9ef91"
    }
  ],
  "workloadContext": "Production"
}
2022-10-07T06:36:05.722Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-07T06:36:05.723Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 56aafba7-ddeb-43c9-82a6-bad760f0fe5d ASDC
2022-10-07T06:36:05.724Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:ed638b00-fb2f-4f91-9cab-11030bdc0b31
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:56aafba7-ddeb-43c9-82a6-bad760f0fe5d
ServiceInvariantUUID:0e77a48f-3a27-4d47-b488-fdaeb9483cd9
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:305bc275-eea1-4d54-937d-de3bd8e9ef91
ArtifactChecksum:NTJiYTMxOWQ0ZTQzZjg3NjMwOTY5MTM1Nzg2NjZkOTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:e8efd4a2-fd15-4550-93fb-7606b2c3ee16
ResourceInvariantUUID:32594a98-8a0a-4988-9ba8-8e95d683938e
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:52bb3a1a-581a-431e-b989-7826f418add8
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-10-07T06:36:05.724Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 56aafba7-ddeb-43c9-82a6-bad760f0fe5d 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-10-07T06:36:05.761Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-07T06:36:05.765Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-07T06:36:05.765Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-07T06:36:05.765Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 305bc275-eea1-4d54-937d-de3bd8e9ef91 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-07T06:36:05.766Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-07T06:36:05.766Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-07T06:36:06.019Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-07T06:36:06.023Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 305bc275-eea1-4d54-937d-de3bd8e9ef91 57660
2022-10-07T06:36:06.023Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-10-07T06:36:06.023Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-07T06:36:06.023Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-07T06:36:06.024Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:36:06.026Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:36:06.026Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ed638b00-fb2f-4f91-9cab-11030bdc0b31",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124566023,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:36:06.126Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:36:06.127Z||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-10-07T06:36:06.127Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:36:06.140Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:36:06.141Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-07T06:36:07.026Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-07T06:36:07.030Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-07T06:36:07.031Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 305bc275-eea1-4d54-937d-de3bd8e9ef91, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-07T06:36:07.031Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-10-07T06:36:07.032Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-07T06:36:07.032Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-07T06:36:07.328Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11671611572717038320/Definitions/service-BasicNetwork-template.yml
2022-10-07T06:36:07.886Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-07T06:36:07.887Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-10-07T06:36:07.888Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-07T06:36:07.888Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-10-07T06:36:07.888Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||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-10-07T06:36:07.889Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||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-10-07T06:36:07.889Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||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-10-07T06:36:07.889Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||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-10-07T06:36:07.889Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|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-BasicNetwork-csar.csar
2022-10-07T06:36:07.890Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||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-10-07T06:36:07.890Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||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-10-07T06:36:07.890Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||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-10-07T06:36:07.890Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-10-07T06:36:07.891Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:36:07.891Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:36:07.892Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-07T06:36:07.892Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-10-07T06:36:07.892Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-07T06:36:07.893Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:36:07.893Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:36:07.893Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-07T06:36:07.893Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-10-07T06:36:07.894Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-07T06:36:07.894Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:36:07.894Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:36:07.895Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:36:07.895Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:36:07.896Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:36:07.896Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:36:07.896Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:36:07.896Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:36:07.897Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:36:07.897Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:36:07.897Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:56aafba7-ddeb-43c9-82a6-bad760f0fe5d
Model Version:NULL
Model InvariantUuid:0e77a48f-3a27-4d47-b488-fdaeb9483cd9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:32594a98-8a0a-4988-9ba8-8e95d683938e
Model UUID:2ba08ad5-acfe-4aed-b62c-f14c704effcc
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:e8efd4a2-fd15-4550-93fb-7606b2c3ee16
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-10-07T06:36:07.906Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: 52bb3a1a-581a-431e-b989-7826f418add8
2022-10-07T06:36:07.907Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||No resources found for Service: 56aafba7-ddeb-43c9-82a6-bad760f0fe5d
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-10-07T06:36:07.913Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||
2022-10-07T06:36:07.913Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-10-07T06:36:07.914Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 56aafba7-ddeb-43c9-82a6-bad760f0fe5d
2022-10-07T06:36:07.915Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 56aafba7-ddeb-43c9-82a6-bad760f0fe5d
2022-10-07T06:36:07.915Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-10-07T06:36:07.915Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||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-10-07T06:36:07.921Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@19968161, org.onap.sdc.toscaparser.api.parameters.Input@5585d8e0, org.onap.sdc.toscaparser.api.parameters.Input@39430935, org.onap.sdc.toscaparser.api.parameters.Input@6d851eb9, org.onap.sdc.toscaparser.api.parameters.Input@403517e1]
2022-10-07T06:36:07.923Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:36:07.923Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:36:07.923Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:36:07.924Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:36:07.924Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 56aafba7-ddeb-43c9-82a6-bad760f0fe5d: Generic NeutronNet
2022-10-07T06:36:07.925Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:36:07.925Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:36:07.925Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:36:07.925Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||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-10-07T06:36:07.958Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:36:07.959Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:36:07.959Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:36:07.959Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:36:07.960Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:36:07.960Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:36:07.960Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||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-10-07T06:36:08.019Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-10-07T06:36:08.019Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-10-07T06:36:08.020Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-07T06:36:08.020Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-07T06:36:08.020Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:36:08.023Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:36:08.023Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ed638b00-fb2f-4f91-9cab-11030bdc0b31",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124568019,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-07T06:36:08.123Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:36:08.124Z||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-10-07T06:36:08.124Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:36:08.136Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:36:08.136Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:36:09.027Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed638b00-fb2f-4f91-9cab-11030bdc0b31
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-07T06:36:09.038Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed638b00-fb2f-4f91-9cab-11030bdc0b31
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-10-07T06:36:09.042Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-07T06:36:09.042Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-07T06:36:09.042Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-07T06:36:09.042Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-07T06:36:09.043Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-07T06:36:09.043Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-07T06:36:09.043Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-07T06:36:09.043Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-07T06:36:09.043Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|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-10-07T06:36:09.049Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-07T06:36:39.049Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ed638b00-fb2f-4f91-9cab-11030bdc0b31 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-10-07T06:36:39.056Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ed638b00-fb2f-4f91-9cab-11030bdc0b31 and serviceModelVersionId: 56aafba7-ddeb-43c9-82a6-bad760f0fe5d
2022-10-07T06:36:39.056Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0e77a48f-3a27-4d47-b488-fdaeb9483cd9
2022-10-07T06:36:39.058Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0e77a48f-3a27-4d47-b488-fdaeb9483cd9/model-vers/model-ver/56aafba7-ddeb-43c9-82a6-bad760f0fe5d?depth=0
2022-10-07T06:36:39.069Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-10-07T06:36:39.129Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0e77a48f-3a27-4d47-b488-fdaeb9483cd9/model-vers/model-ver/56aafba7-ddeb-43c9-82a6-bad760f0fe5d?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-10-07T06:36:39.131Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0e77a48f-3a27-4d47-b488-fdaeb9483cd9/model-vers/model-ver/56aafba7-ddeb-43c9-82a6-bad760f0fe5d?depth=0|INFO|500||Invoke
2022-10-07T06:36:39.157Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0e77a48f-3a27-4d47-b488-fdaeb9483cd9/model-vers/model-ver/56aafba7-ddeb-43c9-82a6-bad760f0fe5d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-07T06:36:39.373Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0e77a48f-3a27-4d47-b488-fdaeb9483cd9/model-vers/model-ver/56aafba7-ddeb-43c9-82a6-bad760f0fe5d?depth=0|INFO|500||InvokeReturn
2022-10-07T06:36:39.375Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0e77a48f-3a27-4d47-b488-fdaeb9483cd9/model-vers/model-ver/56aafba7-ddeb-43c9-82a6-bad760f0fe5d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221007-06:36:38:363-51765], vertex-id=[417968], Content-Length=[0], Date=[Fri, 07 Oct 2022 06:36:38 GMT], Content-Type=[application/json]}
2022-10-07T06:36:39.375Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-10-07T06:36:39.376Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-07T06:36:39.376Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|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-10-07T06:36:39.380Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|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-10-07T06:36:39.380Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ed638b00-fb2f-4f91-9cab-11030bdc0b31 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-07T06:36:39.381Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-07T06:36:39.381Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:36:39.383Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:36:39.383Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ed638b00-fb2f-4f91-9cab-11030bdc0b31",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124599381,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-07T06:36:39.483Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:36:39.484Z||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-10-07T06:36:39.485Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:36:39.503Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:36:39.504Z||pool-23-thread-1|||||INFO|500||cambria reply ok (20 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-10-07T06:37:03.015Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:37:03.016Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|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-10-07T06:37:03.016Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:37:03.023Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:37:03.024Z||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-10-07T06:37:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:37:03.165Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:37:03.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:37:03.166Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed638b00-fb2f-4f91-9cab-11030bdc0b31",
  "consumerID": "clamp",
  "timestamp": 1665124563163,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-07T06:37:03.174Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ed638b00-fb2f-4f91-9cab-11030bdc0b31
2022-10-07T06:37:03.174Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed638b00-fb2f-4f91-9cab-11030bdc0b31 and ComponentName clamp
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-10-07T06:37:03.656Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:37:03.657Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:37:03.657Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"9a4bed21-bf46-4818-aa68-35493a56706b","serviceName":"Demo_pNF_5HVHIVr8rnbgK81sW2LK","serviceVersion":"1.0","serviceUUID":"2b168432-5bbe-4298-8501-1c565cc505ab","serviceDescription":"catalog service description","serviceInvariantUUID":"e58a6d0a-c4cf-4bec-a0ee-0c9a900b8229","resources":[{"resourceInstanceName":"pNF 30ad2a22-420e 0","resourceName":"pNF 30ad2a22-420e","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2ad9e961-c421-4846-ab1e-b5be4f244f35","resourceInvariantUUID":"8fd6eefc-9206-49fb-a2f3-6e21e959208d","resourceCustomizationUUID":"cc0d8d45-1bc9-47f4-96a6-958633224611","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/vf-license-model.xml","artifactChecksum":"ZjQyZWYyMmY3Yzc4OWNkY2E0MjI2YzUyMWU5OTU5YjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b741428e-0607-481d-81b4-0b6f50620744","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/pNF.csar","artifactChecksum":"NGM4YmY1NzkxMzYxMzhmMmVmYTdiMGRmMzU3MTc5NWQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a3268a4d-191d-4900-9d90-a734fb881996","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b609715b-0c8b-4d06-8eae-8c15f93ece7c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/vendor-license-model.xml","artifactChecksum":"ZmFhYTQyMzYzMTI5OGI2M2FjNWI2MWM5NGFiOTA2YTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5a99c37c-40f8-4834-93fe-defd617f0416","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d02e620c-4aef-49ec-a972-bbc24968b9db","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"31a6bde7-3266-46f7-8604-6debcae80156","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf5hvhivr8rnbgk81sw2lk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/artifacts/service-DemoPnf5hvhivr8rnbgk81sw2lk-template.yml","artifactChecksum":"MGJhOTAwZmUzNTg0NjEzMzA4Nzc3ZjQ2NTkzMjY0OWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"01fb648f-8231-4988-bf3e-4072e5377d85","artifactVersion":"1"},{"artifactName":"service-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/artifacts/service-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar","artifactChecksum":"OGRhZTcwMzQyMTUyOTFjZWEyY2FhNGI4NDgxZGZjNTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3c451528-ac32-4055-be9b-bea2595eb0a9","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-07T06:37:03.661Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T06:37:03.661Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:37:03.663Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:37:03.663Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124623015,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:37:03.763Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:37:03.764Z||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-10-07T06:37:03.764Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:37:03.775Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:37:03.775Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:37:04.664Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T06:37:04.665Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:37:04.666Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:37:04.667Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124623015,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:37:04.767Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:37:04.768Z||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-10-07T06:37:04.768Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:37:04.778Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:37:04.778Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:37:05.667Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T06:37:05.668Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:37:05.670Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:37:05.670Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124623015,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:37:05.770Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-07T06:37:05.771Z||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-10-07T06:37:05.772Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:37:05.784Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:37:05.785Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-07T06:37:06.671Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T06:37:06.673Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:37:06.676Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:37:06.676Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124623015,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:37:06.776Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:37:06.777Z||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-10-07T06:37:06.777Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:37:06.790Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:37:06.790Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:37:07.676Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T06:37:07.678Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:37:07.679Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:37:07.680Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124623015,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:37:07.780Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:37:07.781Z||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-10-07T06:37:07.781Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:37:07.810Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:37:07.810Z||pool-28-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:37:08.680Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T06:37:08.681Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:37:08.683Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:37:08.683Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124623015,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:37:08.783Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-07T06:37:08.784Z||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-10-07T06:37:08.784Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:37:08.794Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:37:08.794Z||pool-29-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:37:09.684Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T06:37:09.686Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:37:09.688Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:37:09.688Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124623015,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/artifacts/service-DemoPnf5hvhivr8rnbgk81sw2lk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:37:09.788Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-07T06:37:09.790Z||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-10-07T06:37:09.790Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:37:09.803Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:37:09.803Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:37:10.689Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T06:37:10.690Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:37:10.710Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:37:10.711Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124623015,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/artifacts/service-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar",
  "status": "NOTIFIED"
}
2022-10-07T06:37:10.810Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-07T06:37:10.811Z||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-10-07T06:37:10.811Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:37:10.824Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:37:10.824Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:37:11.712Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
  "serviceName": "Demo_pNF_5HVHIVr8rnbgK81sW2LK",
  "serviceVersion": "1.0",
  "serviceUUID": "2b168432-5bbe-4298-8501-1c565cc505ab",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e58a6d0a-c4cf-4bec-a0ee-0c9a900b8229",
  "resources": [
    {
      "resourceInstanceName": "pNF 30ad2a22-420e 0",
      "resourceCustomizationUUID": "cc0d8d45-1bc9-47f4-96a6-958633224611",
      "resourceName": "pNF 30ad2a22-420e",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "2ad9e961-c421-4846-ab1e-b5be4f244f35",
      "resourceInvariantUUID": "8fd6eefc-9206-49fb-a2f3-6e21e959208d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/artifacts/service-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar",
      "artifactChecksum": "OGRhZTcwMzQyMTUyOTFjZWEyY2FhNGI4NDgxZGZjNTM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3c451528-ac32-4055-be9b-bea2595eb0a9"
    }
  ],
  "workloadContext": "Production"
}
2022-10-07T06:37:11.712Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-07T06:37:11.713Z|ed638b00-fb2f-4f91-9cab-11030bdc0b31|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2b168432-5bbe-4298-8501-1c565cc505ab ASDC
2022-10-07T06:37:11.713Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:9a4bed21-bf46-4818-aa68-35493a56706b
ServiceName:Demo_pNF_5HVHIVr8rnbgK81sW2LK
ServiceVersion:1.0
ServiceUUID:2b168432-5bbe-4298-8501-1c565cc505ab
ServiceInvariantUUID:e58a6d0a-c4cf-4bec-a0ee-0c9a900b8229
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/artifacts/service-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar
ArtifactUUID:3c451528-ac32-4055-be9b-bea2595eb0a9
ArtifactChecksum:OGRhZTcwMzQyMTUyOTFjZWEyY2FhNGI4NDgxZGZjNTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 30ad2a22-420e 0
ResourceCustomizationUUID:cc0d8d45-1bc9-47f4-96a6-958633224611
ResourceInvariantUUID:8fd6eefc-9206-49fb-a2f3-6e21e959208d
ResourceName:pNF 30ad2a22-420e
ResourceType:PNF
ResourceUUID:2ad9e961-c421-4846-ab1e-b5be4f244f35
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-10-07T06:37:11.714Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2b168432-5bbe-4298-8501-1c565cc505ab 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-10-07T06:37:11.738Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-07T06:37:11.739Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-07T06:37:11.739Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-07T06:37:11.739Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3c451528-ac32-4055-be9b-bea2595eb0a9 from URL: /sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/artifacts/service-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar
2022-10-07T06:37:11.740Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-07T06:37:11.740Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/artifacts/service-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar
2022-10-07T06:37:11.913Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-07T06:37:11.917Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/artifacts/service-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar 3c451528-ac32-4055-be9b-bea2595eb0a9 87766
2022-10-07T06:37:11.918Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/artifacts/service-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar ASDC sendASDCNotification
2022-10-07T06:37:11.918Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/artifacts/service-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar
2022-10-07T06:37:11.918Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-07T06:37:11.918Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:37:11.920Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:37:11.920Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124631917,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/artifacts/service-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:37:12.020Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-07T06:37:12.022Z||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-10-07T06:37:12.022Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:37:12.033Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:37:12.034Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:37:12.921Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-07T06:37:12.922Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-07T06:37:12.922Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 3c451528-ac32-4055-be9b-bea2595eb0a9, URL: /sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/artifacts/service-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar to file: /app/ASDC/1/service-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar
2022-10-07T06:37:12.923Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar
2022-10-07T06:37:12.923Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar
2022-10-07T06:37:12.923Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar
2022-10-07T06:37:13.029Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1610452767539174862/Definitions/service-DemoPnf5hvhivr8rnbgk81sw2lk-template.yml
2022-10-07T06:37:13.809Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-07T06:37:13.810Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-10-07T06:37:13.810Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar
2022-10-07T06:37:13.811Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-07T06:37:13.811Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 30ad2a22-420e 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-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar
2022-10-07T06:37:13.811Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||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-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar
2022-10-07T06:37:13.811Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar
2022-10-07T06:37:13.811Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||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-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar
2022-10-07T06:37:13.811Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar
2022-10-07T06:37:13.812Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar
2022-10-07T06:37:13.812Z|9a4bed21-bf46-4818-aa68-35493a56706b|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-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar
2022-10-07T06:37:13.812Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-10-07T06:37:13.812Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:37:13.812Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_5HVHIVr8rnbgK81sW2LK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:37:13.813Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Node template pNF 30ad2a22-420e 0 is matching search criteria
2022-10-07T06:37:13.813Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-10-07T06:37:13.813Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 30ad2a22-420e 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-07T06:37:13.813Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:37:13.814Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_5HVHIVr8rnbgK81sW2LK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:37:13.814Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Node template pNF 30ad2a22-420e 0 is matching search criteria
2022-10-07T06:37:13.814Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-10-07T06:37:13.814Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 30ad2a22-420e 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-07T06:37:13.816Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:37:13.816Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_5HVHIVr8rnbgK81sW2LK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:37:13.816Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:37:13.816Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_5HVHIVr8rnbgK81sW2LK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:37:13.817Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:37:13.817Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_5HVHIVr8rnbgK81sW2LK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:37:13.817Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:37:13.817Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_5HVHIVr8rnbgK81sW2LK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:37:13.817Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:37:13.818Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_5HVHIVr8rnbgK81sW2LK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:37:13.818Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_5HVHIVr8rnbgK81sW2LK
Description:catalog service description
Model UUID:2b168432-5bbe-4298-8501-1c565cc505ab
Model Version:NULL
Model InvariantUuid:e58a6d0a-c4cf-4bec-a0ee-0c9a900b8229
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-10-07T06:37:13.825Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 2ad9e961-c421-4846-ab1e-b5be4f244f35
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-10-07T06:37:13.828Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||pNF 30ad2a22-420e 0
2022-10-07T06:37:13.828Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 2ad9e961-c421-4846-ab1e-b5be4f244f35
2022-10-07T06:37:13.829Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 2b168432-5bbe-4298-8501-1c565cc505ab
2022-10-07T06:37:13.829Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 2b168432-5bbe-4298-8501-1c565cc505ab
2022-10-07T06:37:13.829Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 30ad2a22-420e 0 2ad9e961-c421-4846-ab1e-b5be4f244f35 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-10-07T06:37:13.833Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@775fceb, org.onap.sdc.toscaparser.api.parameters.Input@7e69a22, org.onap.sdc.toscaparser.api.parameters.Input@7e818dc4, org.onap.sdc.toscaparser.api.parameters.Input@39e9b74b, org.onap.sdc.toscaparser.api.parameters.Input@11538639]
2022-10-07T06:37:13.833Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:37:13.833Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_5HVHIVr8rnbgK81sW2LK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:37:13.834Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 2b168432-5bbe-4298-8501-1c565cc505ab: pNF 30ad2a22-420e
2022-10-07T06:37:13.834Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||Processing PNF resource: 2ad9e961-c421-4846-ab1e-b5be4f244f35
2022-10-07T06:37:13.834Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:37:13.834Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_5HVHIVr8rnbgK81sW2LK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:37:13.835Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||Resource customization UUID: cc0d8d45-1bc9-47f4-96a6-958633224611 is the same as notified resource customizationUUID: cc0d8d45-1bc9-47f4-96a6-958633224611
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-10-07T06:37:13.872Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 30ad2a22-420e 2ad9e961-c421-4846-ab1e-b5be4f244f35 0 ASDC deployResourceStructure
2022-10-07T06:37:13.873Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/artifacts/service-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar ASDC sendASDCNotification
2022-10-07T06:37:13.873Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/artifacts/service-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar
2022-10-07T06:37:13.873Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-07T06:37:13.873Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:37:13.875Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:37:13.875Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124633873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/artifacts/service-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-07T06:37:13.975Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:37:13.976Z||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-10-07T06:37:13.976Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:37:13.988Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:37:13.988Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:37:14.876Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9a4bed21-bf46-4818-aa68-35493a56706b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-07T06:37:14.888Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9a4bed21-bf46-4818-aa68-35493a56706b
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-10-07T06:37:14.890Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-07T06:37:14.890Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-07T06:37:14.890Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-07T06:37:44.891Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9a4bed21-bf46-4818-aa68-35493a56706b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-07T06:37:44.907Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9a4bed21-bf46-4818-aa68-35493a56706b
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-10-07T06:37:44.909Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-07T06:37:44.909Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-07T06:37:44.909Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-07T06:38:03.024Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:38:03.026Z||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-10-07T06:38:03.026Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:38:03.073Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:38:03.078Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.078Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed638b00-fb2f-4f91-9cab-11030bdc0b31",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124563016,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:38:03.080Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:38:03.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed638b00-fb2f-4f91-9cab-11030bdc0b31",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124563016,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-07T06:38:03.081Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:38:03.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed638b00-fb2f-4f91-9cab-11030bdc0b31",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124566023,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:38:03.082Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:38:03.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed638b00-fb2f-4f91-9cab-11030bdc0b31",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124568019,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-07T06:38:03.083Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:38:03.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665124594046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:38:03.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:38:03.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665124596253,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:38:03.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:38:03.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed638b00-fb2f-4f91-9cab-11030bdc0b31",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124599381,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-07T06:38:03.085Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:38:03.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665124594046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:38:03.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:38:03.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665124596253,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:38:03.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:38:03.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
  "consumerID": "cds",
  "timestamp": 1665124598790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:38:03.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:38:03.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665124594046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:38:03.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:38:03.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665124596253,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:38:03.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:38:03.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
  "consumerID": "cds",
  "timestamp": 1665124598790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:38:03.090Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:38:03.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665124594046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:38:03.090Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:38:03.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665124596253,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:38:03.091Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:38:03.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
  "consumerID": "cds",
  "timestamp": 1665124598790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:38:03.092Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:38:03.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665124594046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:38:03.092Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:38:03.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.093Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665124596253,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:38:03.093Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:38:03.093Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.093Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
  "consumerID": "cds",
  "timestamp": 1665124598790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:38:03.093Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:38:03.093Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.093Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665124594046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:38:03.094Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:38:03.094Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.094Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665124596253,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-10-07T06:38:03.094Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:38:03.094Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.094Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
  "consumerID": "cds",
  "timestamp": 1665124598790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:38:03.094Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:38:03.095Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.095Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665124594046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/artifacts/service-DemoPnf5hvhivr8rnbgk81sw2lk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:38:03.095Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:38:03.095Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.095Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665124596253,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/artifacts/service-DemoPnf5hvhivr8rnbgk81sw2lk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:38:03.095Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:38:03.096Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.096Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
  "consumerID": "cds",
  "timestamp": 1665124598790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:38:03.096Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:38:03.096Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.096Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665124604650,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:38:03.096Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:38:03.096Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.096Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665124594046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/artifacts/service-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar",
  "status": "NOTIFIED"
}
2022-10-07T06:38:03.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:38:03.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665124596253,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/artifacts/service-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:38:03.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:38:03.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
  "consumerID": "cds",
  "timestamp": 1665124598790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/artifacts/service-DemoPnf5hvhivr8rnbgk81sw2lk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:38:03.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:38:03.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665124604650,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:38:03.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:38:03.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
  "consumerID": "cds",
  "timestamp": 1665124598790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/artifacts/service-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar",
  "status": "NOTIFIED"
}
2022-10-07T06:38:03.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:38:03.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665124606843,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/artifacts/service-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:38:03.099Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:38:03.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665124604650,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:38:03.099Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:38:03.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.100Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665124607027,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:38:03.100Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:38:03.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.100Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665124604650,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:38:03.100Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:38:03.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.100Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
  "consumerID": "cds",
  "timestamp": 1665124607853,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/artifacts/service-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:38:03.101Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:38:03.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.101Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
  "consumerID": "clamp",
  "timestamp": 1665124607428,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:38:03.101Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:38:03.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.101Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665124608537,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-10-07T06:38:03.101Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:38:03.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.102Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665124608671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/artifacts/service-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-07T06:38:03.102Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:38:03.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.102Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665124604650,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:38:03.102Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:38:03.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.103Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
  "consumerID": "cds",
  "timestamp": 1665124608862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/artifacts/service-DemoPnf5hvhivr8rnbgk81sw2lk-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-10-07T06:38:03.111Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9a4bed21-bf46-4818-aa68-35493a56706b
2022-10-07T06:38:03.111Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a4bed21-bf46-4818-aa68-35493a56706b 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-10-07T06:38:03.122Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.122Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
  "consumerID": "clamp",
  "timestamp": 1665124607428,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:38:03.122Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:38:03.122Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.122Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665124609558,
  "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-10-07T06:38:03.128Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 9a4bed21-bf46-4818-aa68-35493a56706b
2022-10-07T06:38:03.128Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a4bed21-bf46-4818-aa68-35493a56706b 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-10-07T06:38:03.137Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.137Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665124609675,
  "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-10-07T06:38:03.142Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9a4bed21-bf46-4818-aa68-35493a56706b
2022-10-07T06:38:03.142Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a4bed21-bf46-4818-aa68-35493a56706b 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-10-07T06:38:03.151Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.151Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
  "consumerID": "aai-ml",
  "timestamp": 1665124611134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:38:03.151Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:38:03.152Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.152Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665124604650,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:38:03.152Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:38:03.152Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.152Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
  "consumerID": "clamp",
  "timestamp": 1665124607428,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:38:03.152Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:38:03.152Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.152Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
  "consumerID": "aai-ml",
  "timestamp": 1665124611134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:38:03.153Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:38:03.153Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.153Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665124604650,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/artifacts/service-DemoPnf5hvhivr8rnbgk81sw2lk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:38:03.153Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:38:03.153Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.153Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
  "consumerID": "clamp",
  "timestamp": 1665124607428,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:38:03.154Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:38:03.154Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.154Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
  "consumerID": "aai-ml",
  "timestamp": 1665124611134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:38:03.154Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:38:03.154Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.154Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665124604650,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/artifacts/service-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar",
  "status": "NOTIFIED"
}
2022-10-07T06:38:03.154Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:38:03.155Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.155Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
  "consumerID": "clamp",
  "timestamp": 1665124607428,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:38:03.155Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:38:03.155Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.155Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
  "consumerID": "aai-ml",
  "timestamp": 1665124611134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:38:03.155Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:38:03.155Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.155Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
  "consumerID": "clamp",
  "timestamp": 1665124607428,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:38:03.156Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:38:03.156Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.156Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
  "consumerID": "aai-ml",
  "timestamp": 1665124611134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:38:03.156Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:38:03.156Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.156Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
  "consumerID": "clamp",
  "timestamp": 1665124607428,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/artifacts/service-DemoPnf5hvhivr8rnbgk81sw2lk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:38:03.156Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:38:03.157Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.157Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
  "consumerID": "aai-ml",
  "timestamp": 1665124611134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:38:03.157Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:38:03.157Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.157Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
  "consumerID": "clamp",
  "timestamp": 1665124607428,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/artifacts/service-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar",
  "status": "NOTIFIED"
}
2022-10-07T06:38:03.157Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:38:03.157Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.158Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
  "consumerID": "aai-ml",
  "timestamp": 1665124611134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/artifacts/service-DemoPnf5hvhivr8rnbgk81sw2lk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:38:03.158Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:38:03.158Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.158Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
  "consumerID": "aai-ml",
  "timestamp": 1665124611134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/artifacts/service-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar",
  "status": "NOTIFIED"
}
2022-10-07T06:38:03.158Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:38:03.158Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:38:03.158Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
  "consumerID": "aai-ml",
  "timestamp": 1665124620125,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/artifacts/service-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:38:03.159Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:38:14.909Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9a4bed21-bf46-4818-aa68-35493a56706b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-07T06:38:14.923Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9a4bed21-bf46-4818-aa68-35493a56706b
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-10-07T06:38:14.929Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-07T06:38:14.929Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-07T06:38:14.929Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-07T06:38:44.930Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9a4bed21-bf46-4818-aa68-35493a56706b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-07T06:38:44.948Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9a4bed21-bf46-4818-aa68-35493a56706b
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-10-07T06:38:44.951Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-07T06:38:44.951Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-07T06:38:44.952Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-07T06:39:03.024Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:39:03.025Z||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-10-07T06:39:03.025Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:39:03.051Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:39:03.074Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.074Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124623015,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.075Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.076Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.076Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124623015,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.076Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.076Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.076Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
  "consumerID": "aai-ml",
  "timestamp": 1665124626714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/artifacts/service-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-07T06:39:03.077Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:39:03.077Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.077Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
  "consumerID": "clamp",
  "timestamp": 1665124625163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/artifacts/service-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:39:03.077Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:39:03.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124623015,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.090Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
  "consumerID": "aai-ml",
  "timestamp": 1665124627722,
  "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-10-07T06:39:03.100Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9a4bed21-bf46-4818-aa68-35493a56706b
2022-10-07T06:39:03.100Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a4bed21-bf46-4818-aa68-35493a56706b 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-10-07T06:39:03.114Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.114Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124623015,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.114Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.114Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.114Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
  "consumerID": "clamp",
  "timestamp": 1665124627172,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/artifacts/service-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-07T06:39:03.115Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:39:03.115Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.115Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124623015,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.115Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.115Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.115Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
  "consumerID": "clamp",
  "timestamp": 1665124628177,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-07T06:39:03.121Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9a4bed21-bf46-4818-aa68-35493a56706b
2022-10-07T06:39:03.121Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a4bed21-bf46-4818-aa68-35493a56706b and ComponentName clamp
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-10-07T06:39:03.132Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.133Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124623015,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/resourceInstances/pnf30ad2a22420e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.133Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.133Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.133Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124623015,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/artifacts/service-DemoPnf5hvhivr8rnbgk81sw2lk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.133Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.133Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.133Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124623015,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/artifacts/service-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar",
  "status": "NOTIFIED"
}
2022-10-07T06:39:03.134Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.134Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.134Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124631917,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/artifacts/service-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:39:03.134Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:39:03.134Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.134Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124633873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5hvhivr8rnbgk81sw2lk/1.0/artifacts/service-DemoPnf5hvhivr8rnbgk81sw2lk-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-07T06:39:03.134Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:39:03.134Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.135Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "cds",
  "timestamp": 1665124628790,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.135Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.135Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.135Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665124624046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.135Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.135Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.135Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665124624650,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.135Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.135Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.135Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "cds",
  "timestamp": 1665124628790,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.136Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.136Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.136Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665124624046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.136Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.136Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.136Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665124624650,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-10-07T06:39:03.136Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.136Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.136Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "cds",
  "timestamp": 1665124628790,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.137Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.137Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.137Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665124624046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.137Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.137Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.137Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665124624650,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-10-07T06:39:03.137Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.137Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.137Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665124636247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.138Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.138Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.138Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665124624046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.138Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.138Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.138Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "cds",
  "timestamp": 1665124628790,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.138Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.138Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.138Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665124624650,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-10-07T06:39:03.139Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.139Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.139Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665124636247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.139Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.139Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.139Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "cds",
  "timestamp": 1665124628790,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.139Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.139Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.139Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665124624046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.139Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.140Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.140Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665124624650,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-10-07T06:39:03.140Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.140Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.140Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "clamp",
  "timestamp": 1665124637428,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.140Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.140Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.140Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665124636247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.140Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.141Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.141Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "cds",
  "timestamp": 1665124628790,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.141Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.141Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.141Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665124624046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.141Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.141Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.141Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665124624650,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.141Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.142Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.142Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "clamp",
  "timestamp": 1665124637428,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.142Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.142Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.142Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "aai-ml",
  "timestamp": 1665124641134,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.142Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.142Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.142Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665124636247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.142Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.143Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.143Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "cds",
  "timestamp": 1665124628790,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.143Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.143Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.143Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665124624046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.143Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.143Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.143Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665124624650,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-10-07T06:39:03.143Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.143Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.144Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "clamp",
  "timestamp": 1665124637428,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.144Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.144Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.144Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "aai-ml",
  "timestamp": 1665124641134,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.144Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.144Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.144Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665124636247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.144Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.144Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.145Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "cds",
  "timestamp": 1665124628790,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.145Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.145Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.145Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665124624046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.145Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.145Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.145Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665124624650,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.145Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.145Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.145Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "clamp",
  "timestamp": 1665124637428,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-10-07T06:39:03.146Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.146Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.146Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "aai-ml",
  "timestamp": 1665124641134,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.146Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.146Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.146Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665124636247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.146Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.146Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.146Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "cds",
  "timestamp": 1665124628790,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-07T06:39:03.147Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.147Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.147Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665124624046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-07T06:39:03.147Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.147Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.147Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665124624650,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-07T06:39:03.147Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.147Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.147Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "clamp",
  "timestamp": 1665124637428,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.147Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.148Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.148Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "aai-ml",
  "timestamp": 1665124641134,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.148Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.148Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.148Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665124636247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.148Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.148Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.148Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "clamp",
  "timestamp": 1665124637428,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.148Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.148Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.149Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665124644073,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:39:03.149Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:39:03.149Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.149Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665124643696,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:39:03.149Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:39:03.149Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.149Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "cds",
  "timestamp": 1665124643559,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:39:03.153Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:39:03.154Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.154Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "aai-ml",
  "timestamp": 1665124641134,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.154Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.154Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.154Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665124636247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.154Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.154Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.155Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "clamp",
  "timestamp": 1665124637428,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.155Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.155Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.155Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "cds",
  "timestamp": 1665124644564,
  "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-10-07T06:39:03.171Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 81c083b8-9794-42f2-8933-9a74f409f660
2022-10-07T06:39:03.171Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81c083b8-9794-42f2-8933-9a74f409f660 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-10-07T06:39:03.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.179Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "aai-ml",
  "timestamp": 1665124641134,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.180Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.180Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665124636247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.180Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.180Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665124645320,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:39:03.181Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:39:03.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.181Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "clamp",
  "timestamp": 1665124637428,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.181Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.181Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665124645681,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-07T06:39:03.181Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:39:03.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.182Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "aai-ml",
  "timestamp": 1665124641134,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.182Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.182Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "clamp",
  "timestamp": 1665124637428,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-07T06:39:03.182Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.182Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665124646528,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:39:03.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:39:03.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.183Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "cds",
  "timestamp": 1665124645568,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.183Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.183Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665124646686,
  "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-10-07T06:39:03.188Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 81c083b8-9794-42f2-8933-9a74f409f660
2022-10-07T06:39:03.188Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81c083b8-9794-42f2-8933-9a74f409f660 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-10-07T06:39:03.195Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.195Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "aai-ml",
  "timestamp": 1665124641134,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.196Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.196Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.196Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "cds",
  "timestamp": 1665124645568,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.196Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.196Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.196Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665124647983,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:39:03.197Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:39:03.197Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.197Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "aai-ml",
  "timestamp": 1665124641134,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-07T06:39:03.197Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.197Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.197Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "cds",
  "timestamp": 1665124645568,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.197Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.197Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.198Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665124649169,
  "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-10-07T06:39:03.202Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 81c083b8-9794-42f2-8933-9a74f409f660
2022-10-07T06:39:03.202Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81c083b8-9794-42f2-8933-9a74f409f660 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-10-07T06:39:03.211Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.212Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "aai-ml",
  "timestamp": 1665124651301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:39:03.212Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:39:03.212Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.212Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "cds",
  "timestamp": 1665124645568,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.212Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.212Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.212Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665124650188,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-07T06:39:03.213Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:39:03.213Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.213Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "cds",
  "timestamp": 1665124645568,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.213Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.213Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.213Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "cds",
  "timestamp": 1665124645568,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.213Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.214Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.214Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665124651208,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.214Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.214Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.214Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "cds",
  "timestamp": 1665124645568,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-07T06:39:03.214Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.214Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.214Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665124651208,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-10-07T06:39:03.215Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.215Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.215Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665124651208,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-07T06:39:03.215Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.215Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.215Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "cds",
  "timestamp": 1665124653394,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:39:03.215Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:39:03.215Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.216Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665124651208,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.216Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.216Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.216Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "cds",
  "timestamp": 1665124654398,
  "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-10-07T06:39:03.228Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6382dc2b-e72f-4728-b9b7-8ebb60fd95f9
2022-10-07T06:39:03.228Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6382dc2b-e72f-4728-b9b7-8ebb60fd95f9 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-10-07T06:39:03.236Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.236Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665124654046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.236Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.236Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.236Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665124651208,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-10-07T06:39:03.236Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.237Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.237Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665124654046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.237Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.237Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.237Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665124651208,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.237Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.237Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.238Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665124654046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.238Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.238Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.238Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665124656248,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.238Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.238Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.238Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665124651208,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-07T06:39:03.238Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.239Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.239Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665124654046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.239Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.239Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.239Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665124656248,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.239Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.239Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.239Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665124659075,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:39:03.240Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:39:03.240Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.240Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665124654046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.240Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.240Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.240Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "aai-ml",
  "timestamp": 1665124660838,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-07T06:39:03.241Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:39:03.241Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.242Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665124656248,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.242Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.242Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.242Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "clamp",
  "timestamp": 1665124659167,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:39:03.243Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:39:03.243Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.243Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665124654046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.243Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.243Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.243Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "aai-ml",
  "timestamp": 1665124661842,
  "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-10-07T06:39:03.249Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 81c083b8-9794-42f2-8933-9a74f409f660
2022-10-07T06:39:03.249Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81c083b8-9794-42f2-8933-9a74f409f660 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-10-07T06:39:03.264Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.264Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665124656248,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.265Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.265Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.265Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665124660309,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:39:03.265Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:39:03.265Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.265Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "clamp",
  "timestamp": 1665124660195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-07T06:39:03.266Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:39:03.266Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.266Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665124654046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-07T06:39:03.266Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.266Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.266Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665124656248,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.267Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.267Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.267Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665124661477,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:39:03.267Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:39:03.267Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.267Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "clamp",
  "timestamp": 1665124661199,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-07T06:39:03.272Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 81c083b8-9794-42f2-8933-9a74f409f660
2022-10-07T06:39:03.272Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81c083b8-9794-42f2-8933-9a74f409f660 and ComponentName clamp
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-10-07T06:39:03.290Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.290Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665124661815,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:39:03.291Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:39:03.291Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.291Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665124656248,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.291Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.291Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.291Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665124662507,
  "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-10-07T06:39:03.296Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6382dc2b-e72f-4728-b9b7-8ebb60fd95f9
2022-10-07T06:39:03.296Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6382dc2b-e72f-4728-b9b7-8ebb60fd95f9 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-10-07T06:39:03.311Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.312Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665124656248,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.312Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.312Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.312Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665124663520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-07T06:39:03.313Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:39:03.314Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.314Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665124663867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-07T06:39:03.315Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:39:03.315Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.315Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665124664871,
  "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-10-07T06:39:03.325Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6382dc2b-e72f-4728-b9b7-8ebb60fd95f9
2022-10-07T06:39:03.325Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6382dc2b-e72f-4728-b9b7-8ebb60fd95f9 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-10-07T06:39:03.333Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.333Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "clamp",
  "timestamp": 1665124667429,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.334Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.334Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.334Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "clamp",
  "timestamp": 1665124667429,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-10-07T06:39:03.334Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.334Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.334Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "aai-ml",
  "timestamp": 1665124671134,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.335Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.335Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.335Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "clamp",
  "timestamp": 1665124667429,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.335Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.335Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.335Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "aai-ml",
  "timestamp": 1665124671134,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.335Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.336Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.336Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "clamp",
  "timestamp": 1665124667429,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.336Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.336Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.336Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "aai-ml",
  "timestamp": 1665124671134,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.336Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.336Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.336Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "clamp",
  "timestamp": 1665124667429,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.337Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.337Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.337Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "aai-ml",
  "timestamp": 1665124671134,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.337Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.337Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.337Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "clamp",
  "timestamp": 1665124667429,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.338Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.338Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.338Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "aai-ml",
  "timestamp": 1665124671134,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.338Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.338Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.338Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "clamp",
  "timestamp": 1665124667429,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-07T06:39:03.338Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.339Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.339Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "aai-ml",
  "timestamp": 1665124671134,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:39:03.339Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.339Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.339Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "aai-ml",
  "timestamp": 1665124671134,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-07T06:39:03.339Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:39:03.339Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.339Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "aai-ml",
  "timestamp": 1665124678930,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:39:03.340Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:39:03.340Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:39:03.340Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "clamp",
  "timestamp": 1665124681171,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:39:03.342Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:39:14.953Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9a4bed21-bf46-4818-aa68-35493a56706b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-07T06:39:14.966Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9a4bed21-bf46-4818-aa68-35493a56706b
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-10-07T06:39:14.969Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-07T06:39:14.969Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-07T06:39:14.970Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-07T06:39:14.970Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-07T06:39:14.970Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-07T06:39:14.970Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-07T06:39:14.970Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-07T06:39:14.971Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-07T06:39:14.971Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-07T06:39:14.971Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-07T06:39:14.972Z|9a4bed21-bf46-4818-aa68-35493a56706b|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-10-07T06:39:14.976Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-07T06:39:44.977Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9a4bed21-bf46-4818-aa68-35493a56706b 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-10-07T06:39:44.984Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9a4bed21-bf46-4818-aa68-35493a56706b and serviceModelVersionId: 2b168432-5bbe-4298-8501-1c565cc505ab
2022-10-07T06:39:44.984Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e58a6d0a-c4cf-4bec-a0ee-0c9a900b8229
2022-10-07T06:39:44.986Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e58a6d0a-c4cf-4bec-a0ee-0c9a900b8229/model-vers/model-ver/2b168432-5bbe-4298-8501-1c565cc505ab?depth=0
2022-10-07T06:39:44.992Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-10-07T06:39:45.051Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e58a6d0a-c4cf-4bec-a0ee-0c9a900b8229/model-vers/model-ver/2b168432-5bbe-4298-8501-1c565cc505ab?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-10-07T06:39:45.055Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e58a6d0a-c4cf-4bec-a0ee-0c9a900b8229/model-vers/model-ver/2b168432-5bbe-4298-8501-1c565cc505ab?depth=0|INFO|500||Invoke
2022-10-07T06:39:45.076Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e58a6d0a-c4cf-4bec-a0ee-0c9a900b8229/model-vers/model-ver/2b168432-5bbe-4298-8501-1c565cc505ab?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-07T06:39:45.483Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e58a6d0a-c4cf-4bec-a0ee-0c9a900b8229/model-vers/model-ver/2b168432-5bbe-4298-8501-1c565cc505ab?depth=0|INFO|500||InvokeReturn
2022-10-07T06:39:45.483Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e58a6d0a-c4cf-4bec-a0ee-0c9a900b8229/model-vers/model-ver/2b168432-5bbe-4298-8501-1c565cc505ab?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221007-06:39:44:281-63096], vertex-id=[426160], Content-Length=[0], Date=[Fri, 07 Oct 2022 06:39:44 GMT], Content-Type=[application/json]}
2022-10-07T06:39:45.484Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-10-07T06:39:45.485Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-07T06:39:45.485Z|9a4bed21-bf46-4818-aa68-35493a56706b|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-10-07T06:39:45.489Z|9a4bed21-bf46-4818-aa68-35493a56706b|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-10-07T06:39:45.490Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9a4bed21-bf46-4818-aa68-35493a56706b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-07T06:39:45.490Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-07T06:39:45.490Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:39:45.493Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:39:45.493Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124785490,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-07T06:39:45.593Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-07T06:39:45.595Z||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-10-07T06:39:45.595Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:39:45.610Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:39:45.611Z||pool-34-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-07T06:39:46.522Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:39:46.522Z|9a4bed21-bf46-4818-aa68-35493a56706b|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-10-07T06:39:46.526Z|9a4bed21-bf46-4818-aa68-35493a56706b|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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:39:50.998Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:39:50.999Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:39:50.999Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"81c083b8-9794-42f2-8933-9a74f409f660","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"225222ad-89b8-4b8e-8a67-b0253c8a3c00","serviceDescription":"service","serviceInvariantUUID":"99e955eb-1018-4d58-8a1b-c7aab5f5e4f0","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"eaf52858-8837-44da-a930-064db14f3dd9","resourceInvariantUUID":"92d0a11d-cdcf-4cf9-880c-02bc8371c7a2","resourceCustomizationUUID":"6d7f8d09-ab66-44f5-afbb-e8e7a6dc5c01","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":"OTRkNDg5MzM1MDQxODQxNzc5M2Q1MDA1NTk0MjkwOTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c3bd5f75-191f-4217-8bd3-b394ffb761b4","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":"315b4972-88cc-409c-81f2-6bf0af706f29","artifactVersion":"2","generatedFromUUID":"4b34b145-61c9-4c42-b1b8-1a1ebd29f82b"},{"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":"4b34b145-61c9-4c42-b1b8-1a1ebd29f82b","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":"ZTQwMWQyYTliMDRhZmFhY2Y3MDNhZDFmNDczMDFlNmY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9a89970f-0eec-4ab0-81e2-a9dbcc2f9950","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":"245fdc0b-bc4b-43ed-b2a3-305b4756b909","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":"25117af2-125d-409d-8fac-897ce9aaef1d","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":"533082d0-277b-43df-b031-7657a5b3d2f5","artifactVersion":"2","generatedFromUUID":"245fdc0b-bc4b-43ed-b2a3-305b4756b909"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MmMwODc4ZDQ2Y2QyYmFmMWY2MDI0MWJlMTkyNDlmZDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1a676f39-bf8d-4820-83ee-c388840c548f","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"M2Y2MWU4MTI0NDM1MzM4ZjUwMmNkMDBlYzZjOGRlODc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b7785ccb-c289-4135-a7cf-8f895af22cb1","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-07T06:39:51.004Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T06:39:51.005Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:39:51.008Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:39:51.009Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124786522,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:39:51.109Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:39:51.110Z||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-10-07T06:39:51.110Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:39:51.126Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:39:51.126Z||pool-35-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:39:52.009Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T06:39:52.010Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:39:52.012Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:39:52.012Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124786522,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-10-07T06:39:52.112Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:39:52.113Z||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-10-07T06:39:52.113Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:39:52.127Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:39:52.128Z||pool-36-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:39:53.012Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T06:39:53.013Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:39:53.015Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:39:53.015Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124786522,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-10-07T06:39:53.117Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-10-07T06:39:53.118Z||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-10-07T06:39:53.118Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:39:53.137Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:39:53.137Z||pool-37-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:39:54.016Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T06:39:54.016Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:39:54.018Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:39:54.018Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124786522,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-10-07T06:39:54.118Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:39:54.119Z||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-10-07T06:39:54.119Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:39:54.145Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:39:54.145Z||pool-38-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:39:55.019Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T06:39:55.019Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:39:55.021Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:39:55.022Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124786522,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-10-07T06:39:55.122Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:39:55.122Z||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-10-07T06:39:55.123Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:39:55.140Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:39:55.140Z||pool-39-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:39:56.022Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T06:39:56.023Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:39:56.025Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:39:56.025Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124786522,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:39:56.125Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:39:56.126Z||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-10-07T06:39:56.126Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:39:56.138Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:39:56.138Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:39:57.025Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T06:39:57.026Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:39:57.028Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:39:57.028Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124786522,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-10-07T06:39:57.128Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-07T06:39:57.129Z||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-10-07T06:39:57.130Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:39:57.140Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:39:57.140Z||pool-41-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:39:58.029Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T06:39:58.030Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:39:58.033Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:39:58.033Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124786522,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:39:58.134Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:39:58.135Z||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-10-07T06:39:58.135Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:39:58.149Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:39:58.149Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:39:59.034Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T06:39:59.035Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:39:59.037Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:39:59.037Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124786522,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-07T06:39:59.137Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:39:59.138Z||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-10-07T06:39:59.138Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:39:59.150Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:39:59.150Z||pool-43-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:40:00.039Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "225222ad-89b8-4b8e-8a67-b0253c8a3c00",
  "serviceDescription": "service",
  "serviceInvariantUUID": "99e955eb-1018-4d58-8a1b-c7aab5f5e4f0",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "6d7f8d09-ab66-44f5-afbb-e8e7a6dc5c01",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "eaf52858-8837-44da-a930-064db14f3dd9",
      "resourceInvariantUUID": "92d0a11d-cdcf-4cf9-880c-02bc8371c7a2",
      "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": "315b4972-88cc-409c-81f2-6bf0af706f29",
          "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": "4b34b145-61c9-4c42-b1b8-1a1ebd29f82b",
          "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": "ZTQwMWQyYTliMDRhZmFhY2Y3MDNhZDFmNDczMDFlNmY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "9a89970f-0eec-4ab0-81e2-a9dbcc2f9950",
          "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": "245fdc0b-bc4b-43ed-b2a3-305b4756b909",
          "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": "533082d0-277b-43df-b031-7657a5b3d2f5",
            "generatedFromUUID": "245fdc0b-bc4b-43ed-b2a3-305b4756b909"
          },
          "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": "533082d0-277b-43df-b031-7657a5b3d2f5",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "M2Y2MWU4MTI0NDM1MzM4ZjUwMmNkMDBlYzZjOGRlODc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b7785ccb-c289-4135-a7cf-8f895af22cb1"
    }
  ],
  "workloadContext": "Production"
}
2022-10-07T06:40:00.040Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-07T06:40:00.040Z|9a4bed21-bf46-4818-aa68-35493a56706b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 225222ad-89b8-4b8e-8a67-b0253c8a3c00 ASDC
2022-10-07T06:40:00.040Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:81c083b8-9794-42f2-8933-9a74f409f660
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:225222ad-89b8-4b8e-8a67-b0253c8a3c00
ServiceInvariantUUID:99e955eb-1018-4d58-8a1b-c7aab5f5e4f0
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:b7785ccb-c289-4135-a7cf-8f895af22cb1
ArtifactChecksum:M2Y2MWU4MTI0NDM1MzM4ZjUwMmNkMDBlYzZjOGRlODc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:6d7f8d09-ab66-44f5-afbb-e8e7a6dc5c01
ResourceInvariantUUID:92d0a11d-cdcf-4cf9-880c-02bc8371c7a2
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:eaf52858-8837-44da-a930-064db14f3dd9
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:315b4972-88cc-409c-81f2-6bf0af706f29
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:4b34b145-61c9-4c42-b1b8-1a1ebd29f82b
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:9a89970f-0eec-4ab0-81e2-a9dbcc2f9950
ArtifactChecksum:ZTQwMWQyYTliMDRhZmFhY2Y3MDNhZDFmNDczMDFlNmY=
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:245fdc0b-bc4b-43ed-b2a3-305b4756b909
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:533082d0-277b-43df-b031-7657a5b3d2f5
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:533082d0-277b-43df-b031-7657a5b3d2f5
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-10-07T06:40:00.040Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 225222ad-89b8-4b8e-8a67-b0253c8a3c00 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-10-07T06:40:00.095Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-07T06:40:00.095Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-07T06:40:00.095Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-07T06:40:00.095Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b7785ccb-c289-4135-a7cf-8f895af22cb1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-10-07T06:40:00.095Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-07T06:40:00.096Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-10-07T06:40:00.363Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-07T06:40:00.371Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar b7785ccb-c289-4135-a7cf-8f895af22cb1 73673
2022-10-07T06:40:00.371Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-10-07T06:40:00.372Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-10-07T06:40:00.372Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-07T06:40:00.372Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:40:00.374Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:40:00.374Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124800371,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:40:00.475Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:40:00.476Z||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-10-07T06:40:00.476Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:40:00.498Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:40:00.498Z||pool-44-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:40:01.375Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-07T06:40:01.376Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-07T06:40:01.377Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: b7785ccb-c289-4135-a7cf-8f895af22cb1, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-07T06:40:01.377Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-10-07T06:40:01.378Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-07T06:40:01.378Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-07T06:40:01.537Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8439742304342696642/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-10-07T06:40:02.800Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-07T06:40:02.800Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-10-07T06:40:02.800Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-07T06:40:02.800Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-10-07T06:40:02.801Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||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-10-07T06:40:02.801Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||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-10-07T06:40:02.801Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||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-10-07T06:40:02.801Z|81c083b8-9794-42f2-8933-9a74f409f660|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-BasicCnf-csar.csar
2022-10-07T06:40:02.801Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-10-07T06:40:02.801Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:40:02.801Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:40:02.801Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-07T06:40:02.802Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-10-07T06:40:02.802Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-07T06:40:02.802Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:40:02.802Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:40:02.802Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-07T06:40:02.802Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-10-07T06:40:02.802Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-07T06:40:02.802Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:40:02.803Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:40:02.803Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:40:02.803Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-10-07T06:40:02.803Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-10-07T06:40:02.803Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Node template dummy is not matching search criteria
2022-10-07T06:40:02.803Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-07T06:40:02.803Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:40:02.803Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-07T06:40:02.804Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:40:02.804Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-07T06:40:02.804Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-07T06:40:02.804Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:40:02.804Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-07T06:40:02.804Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-07T06:40:02.804Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:40:02.805Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-07T06:40:02.805Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-07T06:40:02.805Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:40:02.805Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-10-07T06:40:02.805Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-10-07T06:40:02.805Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=b578caa6-7d42-4270-9d08-9611b86c4664
2022-10-07T06:40:02.806Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:40:02.806Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:40:02.806Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:40:02.806Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:40:02.806Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:40:02.806Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:40:02.806Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:40:02.806Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:40:02.806Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:225222ad-89b8-4b8e-8a67-b0253c8a3c00
Model Version:NULL
Model InvariantUuid:99e955eb-1018-4d58-8a1b-c7aab5f5e4f0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:9767b0b4-024d-4fbd-bd1e-e619348a8904
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:92d0a11d-cdcf-4cf9-880c-02bc8371c7a2
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:6d7f8d09-ab66-44f5-afbb-e8e7a6dc5c01
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:94835735-c2aa-47b4-8d94-78acbb6a513d
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:d5a78112-9736-43e8-a0ac-8aa84d6c63a8
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b578caa6-7d42-4270-9d08-9611b86c4664
ModelInvariantUuid:3f74b81a-9b16-4d1b-b4d8-0954dbd20492
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:9046877f-ac23-48a6-835e-1420487a7fdd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:f15dbd18-68c0-41b7-8b62-61750cb92052
ModelInvariantUuid:0fd1515f-00fb-42a0-b0fa-e2b4d5981000
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:960ece5b-c89c-4efb-8f03-60d4b8ab1ce7
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-10-07T06:40:02.814Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: eaf52858-8837-44da-a930-064db14f3dd9
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-10-07T06:40:02.816Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||basic_cnf 0
2022-10-07T06:40:02.816Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: eaf52858-8837-44da-a930-064db14f3dd9
2022-10-07T06:40:02.817Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 315b4972-88cc-409c-81f2-6bf0af706f29 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-10-07T06:40:02.817Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-07T06:40:02.817Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||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-10-07T06:40:02.931Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-07T06:40:02.931Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 315b4972-88cc-409c-81f2-6bf0af706f29 12
2022-10-07T06:40:02.931Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||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-10-07T06:40:02.931Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||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-10-07T06:40:02.931Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-07T06:40:02.932Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:40:02.954Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:40:02.955Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124802931,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:40:03.023Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:40:03.024Z||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-10-07T06:40:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:40:03.033Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 78 ms
2022-10-07T06:40:03.034Z||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-10-07T06:40:03.034Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:40:03.044Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:40:03.044Z||pool-45-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:40:03.048Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:40:03.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:40:03.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "clamp",
  "timestamp": 1665124683179,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-07T06:40:03.050Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:40:03.050Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:40:03.050Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "clamp",
  "timestamp": 1665124684182,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-07T06:40:03.056Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6382dc2b-e72f-4728-b9b7-8ebb60fd95f9
2022-10-07T06:40:03.057Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6382dc2b-e72f-4728-b9b7-8ebb60fd95f9 and ComponentName clamp
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-10-07T06:40:03.066Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:40:03.066Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "aai-ml",
  "timestamp": 1665124686638,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-07T06:40:03.066Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:40:03.066Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:40:03.066Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "aai-ml",
  "timestamp": 1665124687644,
  "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-10-07T06:40:03.073Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6382dc2b-e72f-4728-b9b7-8ebb60fd95f9
2022-10-07T06:40:03.073Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6382dc2b-e72f-4728-b9b7-8ebb60fd95f9 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-10-07T06:40:03.955Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4b34b145-61c9-4c42-b1b8-1a1ebd29f82b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-10-07T06:40:03.956Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-07T06:40:03.956Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||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-10-07T06:40:04.078Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-07T06:40:04.079Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 4b34b145-61c9-4c42-b1b8-1a1ebd29f82b 2688
2022-10-07T06:40:04.079Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||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-10-07T06:40:04.080Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||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-10-07T06:40:04.080Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-07T06:40:04.080Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:40:04.082Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:40:04.082Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124804079,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:40:04.182Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:40:04.183Z||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-10-07T06:40:04.183Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:40:04.194Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:40:04.194Z||pool-46-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:40:05.083Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 9a89970f-0eec-4ab0-81e2-a9dbcc2f9950 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-10-07T06:40:05.084Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-07T06:40:05.084Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||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-10-07T06:40:05.212Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-07T06:40:05.213Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 9a89970f-0eec-4ab0-81e2-a9dbcc2f9950 828
2022-10-07T06:40:05.213Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||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-10-07T06:40:05.213Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||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-10-07T06:40:05.214Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-07T06:40:05.214Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:40:05.216Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:40:05.216Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124805213,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:40:05.316Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-07T06:40:05.317Z||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-10-07T06:40:05.317Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:40:05.328Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:40:05.329Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:40:06.217Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "94835735-c2aa-47b4-8d94-78acbb6a513d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d5a78112-9736-43e8-a0ac-8aa84d6c63a8",
    "vfModuleModelCustomizationUUID": "925fff29-7fe4-450f-a4c2-35a32ebe4306",
    "isBase": true,
    "artifacts": [
      "4b34b145-61c9-4c42-b1b8-1a1ebd29f82b",
      "245fdc0b-bc4b-43ed-b2a3-305b4756b909",
      "533082d0-277b-43df-b031-7657a5b3d2f5"
    ],
    "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-10-07T06:40:06.223Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d5a78112-9736-43e8-a0ac-8aa84d6c63a8
VfModuleModelInvariantUUID:94835735-c2aa-47b4-8d94-78acbb6a513d
VfModuleModelDescription:NULL
Artifacts UUID List:{
4b34b145-61c9-4c42-b1b8-1a1ebd29f82b
,
245fdc0b-bc4b-43ed-b2a3-305b4756b909
,
533082d0-277b-43df-b031-7657a5b3d2f5

}
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-10-07T06:40:06.225Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "94835735-c2aa-47b4-8d94-78acbb6a513d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d5a78112-9736-43e8-a0ac-8aa84d6c63a8",
    "vfModuleModelCustomizationUUID": "925fff29-7fe4-450f-a4c2-35a32ebe4306",
    "isBase": true,
    "artifacts": [
      "4b34b145-61c9-4c42-b1b8-1a1ebd29f82b",
      "245fdc0b-bc4b-43ed-b2a3-305b4756b909",
      "533082d0-277b-43df-b031-7657a5b3d2f5"
    ],
    "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-10-07T06:40:06.226Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d5a78112-9736-43e8-a0ac-8aa84d6c63a8
VfModuleModelInvariantUUID:94835735-c2aa-47b4-8d94-78acbb6a513d
VfModuleModelDescription:NULL
Artifacts UUID List:{
4b34b145-61c9-4c42-b1b8-1a1ebd29f82b
,
245fdc0b-bc4b-43ed-b2a3-305b4756b909
,
533082d0-277b-43df-b031-7657a5b3d2f5

}
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-10-07T06:40:06.226Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 245fdc0b-bc4b-43ed-b2a3-305b4756b909 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-10-07T06:40:06.226Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-07T06:40:06.226Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||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-10-07T06:40:06.418Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-07T06:40:06.419Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 245fdc0b-bc4b-43ed-b2a3-305b4756b909 1164
2022-10-07T06:40:06.419Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||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-10-07T06:40:06.419Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||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-10-07T06:40:06.419Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-07T06:40:06.420Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:40:06.422Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:40:06.422Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124806419,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:40:06.522Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:40:06.523Z||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-10-07T06:40:06.523Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:40:06.534Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:40:06.535Z||pool-48-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:40:07.423Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 533082d0-277b-43df-b031-7657a5b3d2f5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-10-07T06:40:07.423Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-07T06:40:07.424Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||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-10-07T06:40:07.595Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-07T06:40:07.596Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 533082d0-277b-43df-b031-7657a5b3d2f5 200
2022-10-07T06:40:07.599Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||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-10-07T06:40:07.599Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||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-10-07T06:40:07.599Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-07T06:40:07.600Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:40:07.601Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:40:07.602Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124807599,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:40:07.702Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:40:07.702Z||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-10-07T06:40:07.703Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:40:07.715Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:40:07.715Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:40:08.602Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 225222ad-89b8-4b8e-8a67-b0253c8a3c00
2022-10-07T06:40:08.603Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 eaf52858-8837-44da-a930-064db14f3dd9 ASDC
2022-10-07T06:40:08.630Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select 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-10-07T06:40:08.644Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@416c3355, org.onap.sdc.toscaparser.api.parameters.Input@5c604e0e, org.onap.sdc.toscaparser.api.parameters.Input@4b82e58b, org.onap.sdc.toscaparser.api.parameters.Input@15e8e0a2, org.onap.sdc.toscaparser.api.parameters.Input@35be8fd1]
2022-10-07T06:40:08.646Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:40:08.647Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:40:08.647Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-10-07T06:40:08.647Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 6d7f8d09-ab66-44f5-afbb-e8e7a6dc5c01
2022-10-07T06:40:08.648Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6d7f8d09-ab66-44f5-afbb-e8e7a6dc5c01 matches Tosca VF Customization UUID: 6d7f8d09-ab66-44f5-afbb-e8e7a6dc5c01
2022-10-07T06:40:08.648Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 6d7f8d09-ab66-44f5-afbb-e8e7a6dc5c01  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-10-07T06:40:08.650Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:40:08.650Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:40:08.651Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 6d7f8d09-ab66-44f5-afbb-e8e7a6dc5c01: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-10-07T06:40:08.651Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@65bdb2ac
2022-10-07T06:40:08.651Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:40:08.652Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-07T06:40:08.652Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 925fff29-7fe4-450f-a4c2-35a32ebe4306
2022-10-07T06:40:08.652Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 925fff29-7fe4-450f-a4c2-35a32ebe4306
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-10-07T06:40:08.654Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:40:08.655Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-07T06:40:08.655Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-07T06:40:08.658Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:40:08.659Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-07T06:40:08.659Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-07T06:40:08.659Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:40:08.659Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-10-07T06:40:08.660Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-10-07T06:40:08.660Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=b578caa6-7d42-4270-9d08-9611b86c4664
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-10-07T06:40:08.662Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:40:08.663Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-07T06:40:08.663Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-07T06:40:08.663Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:40:08.663Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-07T06:40:08.663Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=6d7f8d09-ab66-44f5-afbb-e8e7a6dc5c01
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-10-07T06:40:08.679Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:40:08.679Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:40:08.679Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 225222ad-89b8-4b8e-8a67-b0253c8a3c00: basic_cnf
2022-10-07T06:40:08.679Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:40:08.680Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:40:08.680Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:40:08.680Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:40:08.680Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:40:08.680Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:40:08.681Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:40:08.681Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:40:08.681Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:40:08.681Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:40:08.681Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||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-10-07T06:40:08.762Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf eaf52858-8837-44da-a930-064db14f3dd9 1 ASDC deployResourceStructure
2022-10-07T06:40:08.763Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||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-10-07T06:40:08.763Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||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-10-07T06:40:08.764Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-10-07T06:40:08.764Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:40:08.765Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:40:08.766Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124808763,
  "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-10-07T06:40:08.866Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:40:08.867Z||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-10-07T06:40:08.867Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:40:08.882Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:40:08.882Z||pool-50-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-07T06:40:09.767Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||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-10-07T06:40:09.767Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||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-10-07T06:40:09.767Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-10-07T06:40:09.767Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:40:09.770Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:40:09.770Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124809766,
  "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-10-07T06:40:09.869Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-07T06:40:09.871Z||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-10-07T06:40:09.871Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:40:09.884Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:40:09.884Z||pool-51-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:40:10.771Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||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-10-07T06:40:10.772Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||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-10-07T06:40:10.772Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-07T06:40:10.772Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:40:10.774Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:40:10.774Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124810771,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-07T06:40:10.874Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:40:10.875Z||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-10-07T06:40:10.876Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:40:10.891Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:40:10.892Z||pool-52-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:40:11.775Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||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-10-07T06:40:11.775Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||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-10-07T06:40:11.775Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-07T06:40:11.775Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:40:11.778Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:40:11.778Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124811775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-10-07T06:40:11.877Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-07T06:40:11.878Z||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-10-07T06:40:11.878Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:40:11.891Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:40:11.891Z||pool-53-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:40:12.781Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||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-10-07T06:40:12.782Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||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-10-07T06:40:12.782Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-07T06:40:12.782Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:40:12.785Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:40:12.785Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124812781,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-10-07T06:40:12.886Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-07T06:40:12.887Z||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-10-07T06:40:12.887Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:40:12.901Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:40:12.902Z||pool-54-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:40:13.787Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-10-07T06:40:13.787Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-10-07T06:40:13.787Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-07T06:40:13.787Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:40:13.790Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:40:13.790Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124813787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-07T06:40:13.890Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:40:13.890Z||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-10-07T06:40:13.891Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:40:13.902Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:40:13.902Z||pool-55-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-10-07T06:40:14.791Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 81c083b8-9794-42f2-8933-9a74f409f660
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-07T06:40:14.805Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 81c083b8-9794-42f2-8933-9a74f409f660
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-10-07T06:40:14.808Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-07T06:40:14.808Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-07T06:40:14.809Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-07T06:40:14.809Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-07T06:40:14.809Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-07T06:40:14.809Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-07T06:40:14.810Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-07T06:40:14.810Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-07T06:40:14.810Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-07T06:40:14.810Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-07T06:40:14.810Z|81c083b8-9794-42f2-8933-9a74f409f660|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-10-07T06:40:14.815Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-07T06:40:44.815Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 81c083b8-9794-42f2-8933-9a74f409f660 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-10-07T06:40:44.824Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 81c083b8-9794-42f2-8933-9a74f409f660 and serviceModelVersionId: 225222ad-89b8-4b8e-8a67-b0253c8a3c00
2022-10-07T06:40:44.824Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 99e955eb-1018-4d58-8a1b-c7aab5f5e4f0
2022-10-07T06:40:44.825Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/99e955eb-1018-4d58-8a1b-c7aab5f5e4f0/model-vers/model-ver/225222ad-89b8-4b8e-8a67-b0253c8a3c00?depth=0
2022-10-07T06:40:44.829Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-10-07T06:40:44.875Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e955eb-1018-4d58-8a1b-c7aab5f5e4f0/model-vers/model-ver/225222ad-89b8-4b8e-8a67-b0253c8a3c00?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-10-07T06:40:44.876Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e955eb-1018-4d58-8a1b-c7aab5f5e4f0/model-vers/model-ver/225222ad-89b8-4b8e-8a67-b0253c8a3c00?depth=0|INFO|500||Invoke
2022-10-07T06:40:44.896Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e955eb-1018-4d58-8a1b-c7aab5f5e4f0/model-vers/model-ver/225222ad-89b8-4b8e-8a67-b0253c8a3c00?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-07T06:40:45.064Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e955eb-1018-4d58-8a1b-c7aab5f5e4f0/model-vers/model-ver/225222ad-89b8-4b8e-8a67-b0253c8a3c00?depth=0|INFO|500||InvokeReturn
2022-10-07T06:40:45.064Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e955eb-1018-4d58-8a1b-c7aab5f5e4f0/model-vers/model-ver/225222ad-89b8-4b8e-8a67-b0253c8a3c00?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221007-06:40:44:096-73271], vertex-id=[213040], Content-Length=[0], Date=[Fri, 07 Oct 2022 06:40:44 GMT], Content-Type=[application/json]}
2022-10-07T06:40:45.064Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-10-07T06:40:45.065Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-07T06:40:45.065Z|81c083b8-9794-42f2-8933-9a74f409f660|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-10-07T06:40:45.069Z|81c083b8-9794-42f2-8933-9a74f409f660|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-10-07T06:40:45.069Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 81c083b8-9794-42f2-8933-9a74f409f660 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-07T06:40:45.069Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-07T06:40:45.069Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:40:45.071Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:40:45.071Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124845069,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-07T06:40:45.171Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:40:45.172Z||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-10-07T06:40:45.172Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:40:45.197Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:40:45.198Z||pool-56-thread-1|||||INFO|500||cambria reply ok (26 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-10-07T06:40:46.084Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:40:46.084Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"6382dc2b-e72f-4728-b9b7-8ebb60fd95f9","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"80d1dc78-feb0-4b6d-b0d4-0680ae53522f","serviceDescription":"service","serviceInvariantUUID":"377a3d3c-a5ef-43f8-864f-516adccc4871","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"04ca43c2-62f4-4d3d-b64a-51577842b775","resourceInvariantUUID":"0693fa2f-e67f-4b64-ada9-bada659ea2c8","resourceCustomizationUUID":"7ff31e22-04c8-4bcf-ae43-389315520bba","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":"MDJkZGI1ZGQzNzQxMTM5NDg1MjI1YzMwNjNkYjFlZDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2d7a02c3-22b5-419a-a445-e2a897ebab3e","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":"MGM1NDFiYTczNmViNjUwOWNlODQwZjM5NjIwNWY4YzY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"83f9e181-8900-4c78-9f54-c572650e2afe","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":"6a8a075c-48e5-4740-9e50-c02932d950e6","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":"9bfe0672-a8c8-4cc1-a932-fc0c0c747cd7","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":"ae644f06-d2de-4fde-a3a0-057da5fc6289","artifactVersion":"2","generatedFromUUID":"6a8a075c-48e5-4740-9e50-c02932d950e6"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NDg0NjcyMjNiZDY3YzJmMWVhMzk0MGYyNGY0YzhmZGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"893237d2-db77-4010-afa3-20166bf1c69c","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YmJlYmQ3OTIwYzZkNTc4ZjMwNTYxMDk2MDg1OTJhZGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"91b48e3b-43b0-4e54-9422-2bbf00a08a8a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-07T06:40:46.085Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T06:40:46.085Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:40:46.088Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:40:46.088Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124786522,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:40:46.190Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-10-07T06:40:46.196Z||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-10-07T06:40:46.196Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:40:46.208Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:40:46.208Z||pool-57-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-10-07T06:40:47.090Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T06:40:47.090Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:40:47.092Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:40:47.092Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124786522,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-10-07T06:40:47.192Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:40:47.193Z||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-10-07T06:40:47.193Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:40:47.206Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:40:47.206Z||pool-58-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:40:48.092Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T06:40:48.093Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:40:48.095Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:40:48.095Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124786522,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-07T06:40:48.195Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:40:48.196Z||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-10-07T06:40:48.196Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:40:48.208Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:40:48.208Z||pool-59-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:40:49.095Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T06:40:49.096Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:40:49.098Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:40:49.098Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124786522,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:40:49.200Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-07T06:40:49.201Z||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-10-07T06:40:49.201Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:40:49.218Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:40:49.218Z||pool-60-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:40:50.099Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T06:40:50.100Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:40:50.102Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:40:50.102Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124786522,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-10-07T06:40:50.202Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:40:50.203Z||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-10-07T06:40:50.203Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:40:50.215Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:40:50.215Z||pool-61-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:40:51.102Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T06:40:51.103Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:40:51.106Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:40:51.106Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124786522,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:40:51.206Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-07T06:40:51.207Z||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-10-07T06:40:51.207Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:40:51.238Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:40:51.239Z||pool-62-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-10-07T06:40:52.107Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T06:40:52.108Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:40:52.111Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:40:52.111Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124786522,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-07T06:40:52.211Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:40:52.212Z||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-10-07T06:40:52.212Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:40:52.222Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:40:52.223Z||pool-63-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:40:53.113Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "80d1dc78-feb0-4b6d-b0d4-0680ae53522f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "377a3d3c-a5ef-43f8-864f-516adccc4871",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "7ff31e22-04c8-4bcf-ae43-389315520bba",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "04ca43c2-62f4-4d3d-b64a-51577842b775",
      "resourceInvariantUUID": "0693fa2f-e67f-4b64-ada9-bada659ea2c8",
      "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": "MGM1NDFiYTczNmViNjUwOWNlODQwZjM5NjIwNWY4YzY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "83f9e181-8900-4c78-9f54-c572650e2afe",
          "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": "6a8a075c-48e5-4740-9e50-c02932d950e6",
          "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": "ae644f06-d2de-4fde-a3a0-057da5fc6289",
            "generatedFromUUID": "6a8a075c-48e5-4740-9e50-c02932d950e6"
          },
          "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": "ae644f06-d2de-4fde-a3a0-057da5fc6289",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "YmJlYmQ3OTIwYzZkNTc4ZjMwNTYxMDk2MDg1OTJhZGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "91b48e3b-43b0-4e54-9422-2bbf00a08a8a"
    }
  ],
  "workloadContext": "Production"
}
2022-10-07T06:40:53.114Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-07T06:40:53.114Z|81c083b8-9794-42f2-8933-9a74f409f660|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 80d1dc78-feb0-4b6d-b0d4-0680ae53522f ASDC
2022-10-07T06:40:53.115Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:6382dc2b-e72f-4728-b9b7-8ebb60fd95f9
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:80d1dc78-feb0-4b6d-b0d4-0680ae53522f
ServiceInvariantUUID:377a3d3c-a5ef-43f8-864f-516adccc4871
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:91b48e3b-43b0-4e54-9422-2bbf00a08a8a
ArtifactChecksum:YmJlYmQ3OTIwYzZkNTc4ZjMwNTYxMDk2MDg1OTJhZGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:7ff31e22-04c8-4bcf-ae43-389315520bba
ResourceInvariantUUID:0693fa2f-e67f-4b64-ada9-bada659ea2c8
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:04ca43c2-62f4-4d3d-b64a-51577842b775
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:83f9e181-8900-4c78-9f54-c572650e2afe
ArtifactChecksum:MGM1NDFiYTczNmViNjUwOWNlODQwZjM5NjIwNWY4YzY=
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:6a8a075c-48e5-4740-9e50-c02932d950e6
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:ae644f06-d2de-4fde-a3a0-057da5fc6289
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:ae644f06-d2de-4fde-a3a0-057da5fc6289
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-10-07T06:40:53.115Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 80d1dc78-feb0-4b6d-b0d4-0680ae53522f 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-10-07T06:40:53.149Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-07T06:40:53.150Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-07T06:40:53.150Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-07T06:40:53.150Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 91b48e3b-43b0-4e54-9422-2bbf00a08a8a from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-10-07T06:40:53.150Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-07T06:40:53.150Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-10-07T06:40:53.973Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-07T06:40:53.979Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 91b48e3b-43b0-4e54-9422-2bbf00a08a8a 74807
2022-10-07T06:40:53.979Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-10-07T06:40:53.979Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-10-07T06:40:53.980Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-07T06:40:53.980Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:40:53.982Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:40:53.982Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124853979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:40:54.082Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-07T06:40:54.083Z||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-10-07T06:40:54.084Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:40:54.099Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:40:54.100Z||pool-64-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:40:54.983Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-07T06:40:54.984Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-07T06:40:54.985Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 91b48e3b-43b0-4e54-9422-2bbf00a08a8a, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-10-07T06:40:54.985Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-10-07T06:40:54.986Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-10-07T06:40:54.986Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-10-07T06:40:55.186Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17374495132403510040/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-10-07T06:40:56.276Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-07T06:40:56.276Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-10-07T06:40:56.277Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-07T06:40:56.277Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-07T06:40:56.277Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||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-10-07T06:40:56.277Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-07T06:40:56.277Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||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-10-07T06:40:56.277Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||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-10-07T06:40:56.277Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-07T06:40:56.277Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|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-BasicVm-csar.csar
2022-10-07T06:40:56.277Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-07T06:40:56.277Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-10-07T06:40:56.278Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:40:56.278Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:40:56.278Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-07T06:40:56.278Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-10-07T06:40:56.278Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-07T06:40:56.279Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:40:56.279Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:40:56.279Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-07T06:40:56.279Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-10-07T06:40:56.279Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-07T06:40:56.279Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:40:56.279Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:40:56.280Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:40:56.280Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-10-07T06:40:56.281Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-10-07T06:40:56.281Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-10-07T06:40:56.281Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-10-07T06:40:56.281Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-07T06:40:56.281Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-07T06:40:56.282Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:40:56.282Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-07T06:40:56.282Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:40:56.282Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-07T06:40:56.282Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-07T06:40:56.282Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:40:56.283Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-07T06:40:56.283Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-07T06:40:56.283Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:40:56.283Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-07T06:40:56.283Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-07T06:40:56.283Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:40:56.284Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-10-07T06:40:56.284Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-10-07T06:40:56.284Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-07T06:40:56.284Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=bf770641-6bef-48f3-b9ef-18bf018902df
2022-10-07T06:40:56.284Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:40:56.284Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:40:56.284Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:40:56.285Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:40:56.285Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:40:56.285Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:40:56.285Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:40:56.286Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:40:56.286Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:80d1dc78-feb0-4b6d-b0d4-0680ae53522f
Model Version:NULL
Model InvariantUuid:377a3d3c-a5ef-43f8-864f-516adccc4871
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:f926b882-4b3d-4670-bbb6-b38aee02f08f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0693fa2f-e67f-4b64-ada9-bada659ea2c8
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:7ff31e22-04c8-4bcf-ae43-389315520bba
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a2aafa4e-60d3-4902-8a4c-91146bdcb050
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:c78a2310-5c18-4d03-8bd8-5d2776636bf7
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:bf770641-6bef-48f3-b9ef-18bf018902df
ModelInvariantUuid:9f15a264-2cf4-4184-955c-2454f747da76
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:57db054b-b267-42bc-8a00-f54289aa7989
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:a454721d-d476-4440-bea7-fdc550225d82
ModelInvariantUuid:95ce183d-febe-412e-8d51-e83b36c58567
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:8e8cf598-c486-452e-9291-7c3e52ff2118
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-10-07T06:40:56.306Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 04ca43c2-62f4-4d3d-b64a-51577842b775
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-10-07T06:40:56.310Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||basic_vm 0
2022-10-07T06:40:56.310Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 04ca43c2-62f4-4d3d-b64a-51577842b775
2022-10-07T06:40:56.310Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 83f9e181-8900-4c78-9f54-c572650e2afe from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-10-07T06:40:56.311Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-07T06:40:56.311Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||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-10-07T06:40:56.434Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-07T06:40:56.434Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 83f9e181-8900-4c78-9f54-c572650e2afe 787
2022-10-07T06:40:56.435Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||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-10-07T06:40:56.435Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||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-10-07T06:40:56.435Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-07T06:40:56.435Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:40:56.437Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:40:56.437Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124856435,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:40:56.537Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:40:56.538Z||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-10-07T06:40:56.538Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:40:56.553Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:40:56.553Z||pool-65-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:40:57.438Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "a2aafa4e-60d3-4902-8a4c-91146bdcb050",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c78a2310-5c18-4d03-8bd8-5d2776636bf7",
    "vfModuleModelCustomizationUUID": "5985e58c-cb62-43b0-8176-72dac9a1ab46",
    "isBase": true,
    "artifacts": [
      "6a8a075c-48e5-4740-9e50-c02932d950e6",
      "ae644f06-d2de-4fde-a3a0-057da5fc6289"
    ],
    "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-10-07T06:40:57.443Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c78a2310-5c18-4d03-8bd8-5d2776636bf7
VfModuleModelInvariantUUID:a2aafa4e-60d3-4902-8a4c-91146bdcb050
VfModuleModelDescription:NULL
Artifacts UUID List:{
6a8a075c-48e5-4740-9e50-c02932d950e6
,
ae644f06-d2de-4fde-a3a0-057da5fc6289

}
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-10-07T06:40:57.445Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "a2aafa4e-60d3-4902-8a4c-91146bdcb050",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c78a2310-5c18-4d03-8bd8-5d2776636bf7",
    "vfModuleModelCustomizationUUID": "5985e58c-cb62-43b0-8176-72dac9a1ab46",
    "isBase": true,
    "artifacts": [
      "6a8a075c-48e5-4740-9e50-c02932d950e6",
      "ae644f06-d2de-4fde-a3a0-057da5fc6289"
    ],
    "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-10-07T06:40:57.445Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c78a2310-5c18-4d03-8bd8-5d2776636bf7
VfModuleModelInvariantUUID:a2aafa4e-60d3-4902-8a4c-91146bdcb050
VfModuleModelDescription:NULL
Artifacts UUID List:{
6a8a075c-48e5-4740-9e50-c02932d950e6
,
ae644f06-d2de-4fde-a3a0-057da5fc6289

}
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-10-07T06:40:57.445Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 6a8a075c-48e5-4740-9e50-c02932d950e6 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-10-07T06:40:57.446Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-07T06:40:57.446Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||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-10-07T06:40:57.685Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-07T06:40:57.686Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 6a8a075c-48e5-4740-9e50-c02932d950e6 5033
2022-10-07T06:40:57.686Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||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-10-07T06:40:57.686Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||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-10-07T06:40:57.686Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-07T06:40:57.687Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:40:57.689Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:40:57.689Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124857686,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:40:57.789Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:40:57.790Z||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-10-07T06:40:57.790Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:40:57.801Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:40:57.802Z||pool-66-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:40:58.690Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ae644f06-d2de-4fde-a3a0-057da5fc6289 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-10-07T06:40:58.691Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-07T06:40:58.693Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||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-10-07T06:40:58.935Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-07T06:40:58.936Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ae644f06-d2de-4fde-a3a0-057da5fc6289 903
2022-10-07T06:40:58.936Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||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-10-07T06:40:58.936Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||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-10-07T06:40:58.936Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-07T06:40:58.937Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:40:58.939Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:40:58.939Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124858936,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:40:59.039Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-07T06:40:59.040Z||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-10-07T06:40:59.040Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:40:59.052Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:40:59.052Z||pool-67-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-10-07T06:40:59.942Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 80d1dc78-feb0-4b6d-b0d4-0680ae53522f
2022-10-07T06:40:59.942Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 04ca43c2-62f4-4d3d-b64a-51577842b775 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-10-07T06:40:59.960Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@549692a2, org.onap.sdc.toscaparser.api.parameters.Input@72eda4e, org.onap.sdc.toscaparser.api.parameters.Input@adec9bf, org.onap.sdc.toscaparser.api.parameters.Input@3e038e93, org.onap.sdc.toscaparser.api.parameters.Input@5ee01873]
2022-10-07T06:40:59.962Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:40:59.962Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:40:59.962Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-10-07T06:40:59.962Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 7ff31e22-04c8-4bcf-ae43-389315520bba
2022-10-07T06:40:59.962Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7ff31e22-04c8-4bcf-ae43-389315520bba matches Tosca VF Customization UUID: 7ff31e22-04c8-4bcf-ae43-389315520bba
2022-10-07T06:40:59.962Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 7ff31e22-04c8-4bcf-ae43-389315520bba  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-10-07T06:40:59.964Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:40:59.964Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:40:59.965Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 7ff31e22-04c8-4bcf-ae43-389315520bba: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-10-07T06:40:59.965Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@715789dd
2022-10-07T06:40:59.965Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:40:59.966Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-07T06:40:59.966Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5985e58c-cb62-43b0-8176-72dac9a1ab46
2022-10-07T06:40:59.966Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5985e58c-cb62-43b0-8176-72dac9a1ab46
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-10-07T06:40:59.968Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:40:59.968Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-07T06:40:59.968Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-07T06:40:59.968Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:40:59.969Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-07T06:40:59.969Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-07T06:40:59.969Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:40:59.969Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-10-07T06:40:59.969Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-10-07T06:40:59.970Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-07T06:40:59.970Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=bf770641-6bef-48f3-b9ef-18bf018902df
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-10-07T06:40:59.972Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:40:59.972Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-07T06:40:59.972Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-07T06:40:59.972Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:40:59.972Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-07T06:40:59.972Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=7ff31e22-04c8-4bcf-ae43-389315520bba
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-10-07T06:40:59.974Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:40:59.974Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:40:59.974Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 80d1dc78-feb0-4b6d-b0d4-0680ae53522f: basic_vm
2022-10-07T06:40:59.975Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:40:59.975Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:40:59.975Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:40:59.975Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:40:59.975Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:40:59.975Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:40:59.976Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:40:59.976Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:40:59.976Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:40:59.976Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:40:59.976Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||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-10-07T06:41:00.067Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 04ca43c2-62f4-4d3d-b64a-51577842b775 1 ASDC deployResourceStructure
2022-10-07T06:41:00.067Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||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-10-07T06:41:00.068Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||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-10-07T06:41:00.068Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-07T06:41:00.069Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:41:00.074Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:41:00.074Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124860067,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-07T06:41:00.171Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-10-07T06:41:00.172Z||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-10-07T06:41:00.172Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:41:00.185Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:41:00.187Z||pool-68-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-07T06:41:01.075Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||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-10-07T06:41:01.075Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||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-10-07T06:41:01.075Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-07T06:41:01.075Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:41:01.077Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:41:01.077Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124861074,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-10-07T06:41:01.177Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:41:01.178Z||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-10-07T06:41:01.178Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:41:01.194Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:41:01.195Z||pool-69-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:41:02.078Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||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-10-07T06:41:02.078Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||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-10-07T06:41:02.078Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-07T06:41:02.078Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:41:02.080Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:41:02.080Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124862078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-10-07T06:41:02.180Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:41:02.181Z||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-10-07T06:41:02.181Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:41:02.196Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:41:02.196Z||pool-70-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-07T06:41:03.023Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:41:03.024Z||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-10-07T06:41:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:41:03.046Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:41:03.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:41:03.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a4bed21-bf46-4818-aa68-35493a56706b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124785490,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-07T06:41:03.049Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:41:03.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:41:03.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124786522,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:41:03.049Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:41:03.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:41:03.050Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124786522,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-10-07T06:41:03.050Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:41:03.050Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:41:03.050Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124786522,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-10-07T06:41:03.050Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:41:03.050Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:41:03.051Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124786522,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-10-07T06:41:03.051Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:41:03.051Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:41:03.051Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124786522,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-10-07T06:41:03.051Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:41:03.051Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:41:03.051Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124786522,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:41:03.051Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:41:03.052Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:41:03.052Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124786522,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-10-07T06:41:03.052Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:41:03.052Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:41:03.052Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124786522,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:41:03.052Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:41:03.052Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:41:03.052Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124786522,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-07T06:41:03.052Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:41:03.053Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:41:03.053Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124800371,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:41:03.053Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:41:03.082Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-10-07T06:41:03.083Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-10-07T06:41:03.083Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-07T06:41:03.083Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:41:03.085Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:41:03.085Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124863082,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-07T06:41:03.189Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-10-07T06:41:03.190Z||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-10-07T06:41:03.191Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:41:03.201Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:41:03.202Z||pool-71-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:41:04.086Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6382dc2b-e72f-4728-b9b7-8ebb60fd95f9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-07T06:41:04.100Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6382dc2b-e72f-4728-b9b7-8ebb60fd95f9
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-10-07T06:41:04.103Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-07T06:41:04.104Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-07T06:41:04.104Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-07T06:41:04.104Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-07T06:41:04.104Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-07T06:41:04.104Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-07T06:41:04.104Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-07T06:41:04.104Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-07T06:41:04.104Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-07T06:41:04.104Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-07T06:41:04.104Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|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-10-07T06:41:04.112Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-07T06:41:34.112Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6382dc2b-e72f-4728-b9b7-8ebb60fd95f9 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-10-07T06:41:34.120Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6382dc2b-e72f-4728-b9b7-8ebb60fd95f9 and serviceModelVersionId: 80d1dc78-feb0-4b6d-b0d4-0680ae53522f
2022-10-07T06:41:34.120Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 377a3d3c-a5ef-43f8-864f-516adccc4871
2022-10-07T06:41:34.121Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/377a3d3c-a5ef-43f8-864f-516adccc4871/model-vers/model-ver/80d1dc78-feb0-4b6d-b0d4-0680ae53522f?depth=0
2022-10-07T06:41:34.125Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-10-07T06:41:34.214Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/377a3d3c-a5ef-43f8-864f-516adccc4871/model-vers/model-ver/80d1dc78-feb0-4b6d-b0d4-0680ae53522f?depth=0|INFO|500||Invoke
2022-10-07T06:41:34.214Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/377a3d3c-a5ef-43f8-864f-516adccc4871/model-vers/model-ver/80d1dc78-feb0-4b6d-b0d4-0680ae53522f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/377a3d3c-a5ef-43f8-864f-516adccc4871/model-vers/model-ver/80d1dc78-feb0-4b6d-b0d4-0680ae53522f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6382dc2b-e72f-4728-b9b7-8ebb60fd95f9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1392b3f5-c444-4955-a494-5f4497cacdb2], X-ECOMP-RequestID=[6382dc2b-e72f-4728-b9b7-8ebb60fd95f9], X-TransactionId=[], X-ONAP-RequestID=[6382dc2b-e72f-4728-b9b7-8ebb60fd95f9], Content-Type=[application/merge-patch+json]}
2022-10-07T06:41:34.239Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/377a3d3c-a5ef-43f8-864f-516adccc4871/model-vers/model-ver/80d1dc78-feb0-4b6d-b0d4-0680ae53522f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-07T06:41:34.464Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/377a3d3c-a5ef-43f8-864f-516adccc4871/model-vers/model-ver/80d1dc78-feb0-4b6d-b0d4-0680ae53522f?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/377a3d3c-a5ef-43f8-864f-516adccc4871/model-vers/model-ver/80d1dc78-feb0-4b6d-b0d4-0680ae53522f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221007-06:41:33:441-59959], vertex-id=[487600], Content-Length=[0], Date=[Fri, 07 Oct 2022 06:41:33 GMT], Content-Type=[application/json]}
2022-10-07T06:41:34.464Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/377a3d3c-a5ef-43f8-864f-516adccc4871/model-vers/model-ver/80d1dc78-feb0-4b6d-b0d4-0680ae53522f?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-07T06:41:34.465Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/377a3d3c-a5ef-43f8-864f-516adccc4871/model-vers/model-ver/80d1dc78-feb0-4b6d-b0d4-0680ae53522f?depth=0|INFO|500||InvokeReturn
2022-10-07T06:41:34.465Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-07T06:41:34.466Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|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-10-07T06:41:34.470Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|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-10-07T06:41:34.470Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6382dc2b-e72f-4728-b9b7-8ebb60fd95f9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-07T06:41:34.470Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-07T06:41:34.471Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:41:34.473Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:41:34.473Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124894470,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-07T06:41:34.573Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:41:34.574Z||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-10-07T06:41:34.574Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:41:34.589Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:41:34.589Z||pool-72-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-07T06:41:35.485Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:41:35.486Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|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-10-07T06:41:35.486Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:41:45.034Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:41:45.035Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:41:45.036Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|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-10-07T06:41:45.036Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:41:54.574Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:41:54.575Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:41:54.576Z||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-10-07T06:41:54.576Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:42:03.023Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:42:03.024Z||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-10-07T06:42:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:42:03.044Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:42:03.045Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T06:42:03.045Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124802931,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:42:03.046Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:42:04.123Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:42:04.124Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:42:04.124Z||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-10-07T06:42:04.124Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:42:13.669Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:43:03.022Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:43:03.023Z||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-10-07T06:43:03.023Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:43:03.024Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:43:03.025Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|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-10-07T06:43:03.025Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:43:03.047Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:43:03.048Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:43:03.049Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124804079,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:43:03.050Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:43:03.050Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:43:03.050Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124805213,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:43:03.050Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:43:03.050Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:43:03.050Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124806419,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:43:03.051Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:43:03.051Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:43:03.051Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124807599,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:43:03.051Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:43:03.051Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:43:03.051Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124808763,
  "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-10-07T06:43:03.052Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:43:03.052Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:43:03.052Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124809766,
  "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-10-07T06:43:03.052Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:43:03.052Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:43:03.052Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124810771,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-07T06:43:03.052Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:43:03.052Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:43:03.052Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124811775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-10-07T06:43:03.053Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:43:03.053Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:43:03.053Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124812781,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-10-07T06:43:03.053Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:43:03.053Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:43:03.053Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124813787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-07T06:43:03.053Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:43:03.053Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:43:03.053Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81c083b8-9794-42f2-8933-9a74f409f660",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124845069,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-07T06:43:03.054Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:43:03.054Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:43:03.054Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124786522,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:43:03.054Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:43:03.054Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:43:03.054Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124786522,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-10-07T06:43:03.054Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:43:03.054Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:43:03.054Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124786522,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-07T06:43:03.054Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:43:03.054Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:43:03.055Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124786522,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:43:03.055Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:43:03.055Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:43:03.055Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124786522,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-10-07T06:43:03.055Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:43:03.055Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:43:03.055Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124786522,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:43:03.055Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:43:03.055Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:43:03.055Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124786522,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-07T06:43:03.056Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:43:03.056Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:43:03.056Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124853979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:43:03.056Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:43:03.056Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:43:03.056Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124856435,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:43:03.056Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:43:03.056Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:43:03.056Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124857686,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:43:03.057Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:43:03.057Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:43:03.057Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124858936,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:43:03.057Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:43:03.057Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:43:03.057Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124860067,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-07T06:43:03.057Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:43:03.057Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:43:03.057Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124861074,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-10-07T06:43:03.058Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:43:03.058Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:43:03.058Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124862078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-10-07T06:43:03.058Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:43:12.574Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:44:03.024Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:44:03.025Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|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-10-07T06:44:03.025Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:44:03.027Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:44:03.028Z||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-10-07T06:44:03.028Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:44:03.556Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:44:03.557Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:44:03.557Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124863082,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-07T06:44:03.558Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:44:03.558Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-07T06:44:03.558Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6382dc2b-e72f-4728-b9b7-8ebb60fd95f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665124894470,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-07T06:44:03.559Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:44:12.609Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:45:03.015Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:45:03.016Z||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-10-07T06:45:03.016Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:45:03.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:45:03.024Z||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-10-07T06:45:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:45:12.568Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:45:12.568Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:46:03.015Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:46:03.019Z||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-10-07T06:46:03.019Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:46:03.024Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:46:03.024Z||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-10-07T06:46:03.025Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:46:12.577Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:46:12.577Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:47:03.015Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:47:03.017Z||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-10-07T06:47:03.017Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:47:03.024Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:47:03.024Z|b993d311-894b-4a81-a146-05749d8e29ce|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-10-07T06:47:03.024Z|b993d311-894b-4a81-a146-05749d8e29ce|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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:47:12.574Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:47:12.578Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:48:03.015Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:48:03.016Z||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-10-07T06:48:03.016Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:48:03.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:48:03.024Z||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-10-07T06:48:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:48:12.577Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:48:12.580Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:49:03.015Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:49:03.016Z||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-10-07T06:49:03.016Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:49:03.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:49:03.025Z||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-10-07T06:49:03.025Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:49:12.563Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:49:12.565Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:50:03.015Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:50:03.016Z||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-10-07T06:50:03.016Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:50:03.023Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:50:03.024Z||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-10-07T06:50:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:50:12.560Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:50:12.561Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:51:03.015Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:51:03.016Z||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-10-07T06:51:03.016Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:51:03.023Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:51:03.024Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|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-10-07T06:51:03.024Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:51:12.564Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:51:12.568Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:52:03.019Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:52:03.020Z||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-10-07T06:52:03.020Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:52:03.024Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:52:03.024Z||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-10-07T06:52:03.025Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:52:12.576Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:52:12.577Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:53:03.016Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:53:03.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:53:03.024Z||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-10-07T06:53:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:53:03.033Z||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-10-07T06:53:03.033Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:53:12.581Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:53:12.583Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:54:03.018Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:54:03.018Z||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-10-07T06:54:03.018Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:54:03.024Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:54:03.024Z||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-10-07T06:54:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:54:12.570Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:54:12.571Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:55:03.015Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:55:03.017Z||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-10-07T06:55:03.017Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:55:03.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:55:03.024Z||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-10-07T06:55:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:55:12.564Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:55:12.565Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:56:03.026Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:56:03.027Z||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-10-07T06:56:03.027Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:56:03.018Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:56:03.043Z||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-10-07T06:56:03.043Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:56:03.394Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:56:03.398Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:56:03.398Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "cds",
  "timestamp": 1665125738790,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:56:03.400Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:56:03.400Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:56:03.400Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665125736247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:56:03.400Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:56:03.400Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:56:03.400Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665125744650,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:56:03.400Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:56:03.401Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:56:03.401Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "cds",
  "timestamp": 1665125738790,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:56:03.401Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:56:03.401Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:56:03.401Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665125736247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:56:03.401Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:56:03.401Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:56:03.401Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665125744650,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-07T06:56:03.401Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:56:03.402Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:56:03.402Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "cds",
  "timestamp": 1665125738790,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:56:03.402Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:56:03.402Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:56:03.402Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665125744650,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-10-07T06:56:03.402Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:56:03.402Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:56:03.402Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665125736247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:56:03.402Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:56:03.403Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:56:03.403Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "clamp",
  "timestamp": 1665125747428,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:56:03.403Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:56:03.403Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:56:03.403Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "cds",
  "timestamp": 1665125738790,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:56:03.403Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:56:03.403Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:56:03.403Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665125744650,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:56:03.404Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:56:03.404Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:56:03.404Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665125736247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:56:03.404Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:56:03.404Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:56:03.404Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "clamp",
  "timestamp": 1665125747428,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-07T06:56:03.404Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:56:03.404Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:56:03.404Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "cds",
  "timestamp": 1665125738790,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:56:03.404Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:56:03.404Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:56:03.405Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665125744650,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-10-07T06:56:03.405Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:56:03.405Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:56:03.405Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665125736247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:56:03.405Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:56:03.405Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:56:03.405Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "aai-ml",
  "timestamp": 1665125751134,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:56:03.406Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:56:03.406Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:56:03.406Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "clamp",
  "timestamp": 1665125747428,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:56:03.406Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:56:03.406Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:56:03.407Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "cds",
  "timestamp": 1665125738790,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:56:03.407Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:56:03.407Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:56:03.407Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665125744650,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-10-07T06:56:03.407Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:56:03.407Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:56:03.407Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665125736247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:56:03.407Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:56:03.407Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:56:03.407Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "aai-ml",
  "timestamp": 1665125751134,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:56:03.408Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:56:03.408Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:56:03.408Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "clamp",
  "timestamp": 1665125747428,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:56:03.408Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:56:03.408Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:56:03.408Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "cds",
  "timestamp": 1665125738790,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:56:03.408Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:56:03.409Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:56:03.409Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665125736247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:56:03.409Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:56:03.409Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:56:03.409Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665125744650,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-10-07T06:56:03.409Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:56:03.409Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:56:03.409Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "aai-ml",
  "timestamp": 1665125751134,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:56:03.410Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:56:03.410Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:56:03.410Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "clamp",
  "timestamp": 1665125747428,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:56:03.410Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:56:03.410Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:56:03.410Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665125744650,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:56:03.410Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:56:03.410Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:56:03.410Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "cds",
  "timestamp": 1665125738790,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:56:03.410Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:56:03.410Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:56:03.411Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665125736247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:56:03.411Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:56:03.411Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:56:03.411Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "aai-ml",
  "timestamp": 1665125751134,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:56:03.411Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:56:03.411Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:56:03.411Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "clamp",
  "timestamp": 1665125747428,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:56:03.411Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:56:03.412Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:56:03.412Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "cds",
  "timestamp": 1665125738790,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:56:03.412Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:56:03.412Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:56:03.412Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665125744650,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:56:03.412Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:56:03.412Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:56:03.412Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665125736247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:56:03.412Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:56:03.412Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:56:03.413Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "aai-ml",
  "timestamp": 1665125751134,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:56:03.413Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:56:03.413Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:56:03.413Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "clamp",
  "timestamp": 1665125747428,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:56:03.413Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:56:03.413Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:56:03.413Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "cds",
  "timestamp": 1665125738790,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-07T06:56:03.414Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:56:03.414Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:56:03.414Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665125744650,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-07T06:56:03.414Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:56:03.414Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:56:03.414Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665125736247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:56:03.414Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:56:03.414Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:56:03.414Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "aai-ml",
  "timestamp": 1665125751134,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:56:03.414Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:56:03.415Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:56:03.415Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "clamp",
  "timestamp": 1665125747428,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:56:03.415Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:56:03.415Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:56:03.415Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "aai-ml",
  "timestamp": 1665125751134,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:56:03.415Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:56:03.415Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:56:03.415Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665125756135,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:56:03.416Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:56:03.416Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:56:03.416Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "cds",
  "timestamp": 1665125755586,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:56:03.416Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:56:03.416Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:56:03.416Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "clamp",
  "timestamp": 1665125747428,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:56:03.416Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:56:03.416Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:56:03.416Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "aai-ml",
  "timestamp": 1665125751134,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:56:03.416Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:56:03.417Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:56:03.417Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665125756247,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:56:03.417Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:56:03.417Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:56:03.417Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665125757259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:56:03.417Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:56:03.417Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:56:03.417Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "clamp",
  "timestamp": 1665125747428,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-07T06:56:03.417Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:56:03.417Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:56:03.418Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "aai-ml",
  "timestamp": 1665125751134,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:56:03.418Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:56:03.418Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:56:03.418Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665125756247,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:56:03.418Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:56:03.418Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:56:03.418Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665125758339,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:56:03.418Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:56:03.418Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:56:03.418Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "cds",
  "timestamp": 1665125758198,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-07T06:56:03.458Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dcd9c867-5e6a-4c7b-9b39-b26b3302773c
2022-10-07T06:56:03.458Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId dcd9c867-5e6a-4c7b-9b39-b26b3302773c 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-10-07T06:56:03.472Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:56:03.472Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "aai-ml",
  "timestamp": 1665125751134,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-07T06:56:03.472Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:56:03.472Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:56:03.473Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665125756247,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:56:03.473Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:56:03.473Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:56:03.473Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665125759633,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:56:03.473Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:56:03.473Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:56:03.473Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665125756247,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:56:03.473Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:56:03.473Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:56:03.473Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "cds",
  "timestamp": 1665125759202,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:56:03.474Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:56:03.474Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:56:03.474Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "aai-ml",
  "timestamp": 1665125762214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:56:03.474Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:56:03.474Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:56:03.474Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665125760780,
  "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-10-07T06:56:03.479Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dcd9c867-5e6a-4c7b-9b39-b26b3302773c
2022-10-07T06:56:03.479Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId dcd9c867-5e6a-4c7b-9b39-b26b3302773c 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-10-07T06:56:03.487Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:56:03.487Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665125756247,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:56:03.487Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:56:03.488Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:56:03.488Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "cds",
  "timestamp": 1665125759202,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:56:03.488Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:56:03.488Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:56:03.488Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665125761790,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-07T06:56:03.489Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:56:03.489Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:56:03.489Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665125756247,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:56:03.489Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:56:03.489Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:56:03.489Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "cds",
  "timestamp": 1665125759202,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:56:03.490Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:56:03.716Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:56:03.717Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-07T06:56:03.717Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"dcd9c867-5e6a-4c7b-9b39-b26b3302773c","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"9c8150a9-feb5-423c-a168-00b11309745c","serviceDescription":"service","serviceInvariantUUID":"aabff41d-3816-45a2-871e-07da63941e1d","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8e37c13c-1112-4c33-895c-f24cac224156","resourceInvariantUUID":"cb193539-a7ea-418c-bffc-fca25386c04b","resourceCustomizationUUID":"55d3e980-1276-4e48-b069-f70f6be4ed97","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":"MWE1NmI2MWM4ZjJhMmI0MDQ5NjhkODU2YWRjYjRkYmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"91e1102e-50c5-4d4a-8b86-47c550463de7","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":"ZTgzZTQ4N2IyMTMxYjUwNjY4MDBmOWEwYzQ2ZjRhZWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"114719ff-9f0e-4b1e-8723-42286d8b65c0","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":"ff00952b-34cb-443a-bf38-1345136b3966","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":"2ac80620-cc0b-4d2a-a957-592f3d99204c","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":"d1837841-f3e6-4bf6-b568-d04d449f9dd2","artifactVersion":"2","generatedFromUUID":"5b6135be-820f-4902-87f9-05d3c41d77dd"},{"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":"5ff7a4da-e094-453f-b0e0-ce7467adb099","artifactVersion":"2","generatedFromUUID":"ff00952b-34cb-443a-bf38-1345136b3966"},{"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":"5b6135be-820f-4902-87f9-05d3c41d77dd","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":"a84b7a9d-f20e-4ad8-a0be-ecceb1c2f819","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":"ZDIyNGMzZTVmZGJjNjMwMmEyYWYyMmUyZDNkMzkzM2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b5aaaf55-6560-479a-85f9-b1e679ece22f","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"M2ZiYjcwODRiMDQ0MWI1ODk1OWNiMjA3YjdkMDEyYmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3efc57b5-8140-4b3b-be3b-44caa5b34c0a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-07T06:56:03.720Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T06:56:03.721Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:56:03.726Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:56:03.727Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665125763018,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:56:03.827Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-07T06:56:03.828Z||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-10-07T06:56:03.828Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:56:03.839Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:56:03.839Z||pool-73-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-10-07T06:56:04.728Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T06:56:04.729Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:56:04.731Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:56:04.731Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665125763018,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-07T06:56:04.831Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:56:04.832Z||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-10-07T06:56:04.833Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:56:04.847Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:56:04.848Z||pool-74-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:56:05.732Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T06:56:05.733Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:56:05.735Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:56:05.735Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665125763018,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-10-07T06:56:05.835Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:56:05.836Z||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-10-07T06:56:05.836Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:56:05.848Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:56:05.849Z||pool-75-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:56:06.736Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T06:56:06.736Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:56:06.738Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:56:06.738Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665125763018,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:56:06.838Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:56:06.839Z||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-10-07T06:56:06.839Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:56:06.852Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:56:06.853Z||pool-76-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:56:07.739Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T06:56:07.739Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:56:07.741Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:56:07.742Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665125763018,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-10-07T06:56:07.842Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:56:07.844Z||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-10-07T06:56:07.844Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:56:07.860Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:56:07.861Z||pool-77-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-10-07T06:56:08.742Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T06:56:08.743Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:56:08.746Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:56:08.746Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665125763018,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-10-07T06:56:08.846Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:56:08.847Z||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-10-07T06:56:08.847Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:56:08.864Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:56:08.864Z||pool-78-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-10-07T06:56:09.746Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T06:56:09.747Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:56:09.750Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:56:09.750Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665125763018,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-10-07T06:56:09.850Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-07T06:56:09.851Z||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-10-07T06:56:09.851Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:56:09.862Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:56:09.862Z||pool-79-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:56:10.751Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T06:56:10.752Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:56:10.754Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:56:10.754Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665125763018,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:56:10.854Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-07T06:56:10.855Z||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-10-07T06:56:10.855Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:56:10.872Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:56:10.873Z||pool-80-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:56:11.755Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T06:56:11.756Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:56:11.758Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:56:11.758Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665125763018,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:56:11.858Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:56:11.859Z||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-10-07T06:56:11.860Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:56:11.869Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:56:11.869Z||pool-81-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:56:12.758Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T06:56:12.759Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:56:12.761Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:56:12.762Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665125763018,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-07T06:56:12.861Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-07T06:56:12.862Z||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-10-07T06:56:12.862Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:56:12.881Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:56:12.882Z||pool-82-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-10-07T06:56:13.763Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "9c8150a9-feb5-423c-a168-00b11309745c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "aabff41d-3816-45a2-871e-07da63941e1d",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "55d3e980-1276-4e48-b069-f70f6be4ed97",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8e37c13c-1112-4c33-895c-f24cac224156",
      "resourceInvariantUUID": "cb193539-a7ea-418c-bffc-fca25386c04b",
      "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": "ZTgzZTQ4N2IyMTMxYjUwNjY4MDBmOWEwYzQ2ZjRhZWM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "114719ff-9f0e-4b1e-8723-42286d8b65c0",
          "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": "ff00952b-34cb-443a-bf38-1345136b3966",
          "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": "5ff7a4da-e094-453f-b0e0-ce7467adb099",
            "generatedFromUUID": "ff00952b-34cb-443a-bf38-1345136b3966"
          },
          "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": "d1837841-f3e6-4bf6-b568-d04d449f9dd2",
          "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": "5ff7a4da-e094-453f-b0e0-ce7467adb099",
          "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": "5b6135be-820f-4902-87f9-05d3c41d77dd",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "M2ZiYjcwODRiMDQ0MWI1ODk1OWNiMjA3YjdkMDEyYmE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3efc57b5-8140-4b3b-be3b-44caa5b34c0a"
    }
  ],
  "workloadContext": "Production"
}
2022-10-07T06:56:13.763Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-07T06:56:13.764Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 9c8150a9-feb5-423c-a168-00b11309745c ASDC
2022-10-07T06:56:13.765Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:dcd9c867-5e6a-4c7b-9b39-b26b3302773c
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:9c8150a9-feb5-423c-a168-00b11309745c
ServiceInvariantUUID:aabff41d-3816-45a2-871e-07da63941e1d
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:3efc57b5-8140-4b3b-be3b-44caa5b34c0a
ArtifactChecksum:M2ZiYjcwODRiMDQ0MWI1ODk1OWNiMjA3YjdkMDEyYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:55d3e980-1276-4e48-b069-f70f6be4ed97
ResourceInvariantUUID:cb193539-a7ea-418c-bffc-fca25386c04b
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:8e37c13c-1112-4c33-895c-f24cac224156
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:114719ff-9f0e-4b1e-8723-42286d8b65c0
ArtifactChecksum:ZTgzZTQ4N2IyMTMxYjUwNjY4MDBmOWEwYzQ2ZjRhZWM=
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:ff00952b-34cb-443a-bf38-1345136b3966
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:5ff7a4da-e094-453f-b0e0-ce7467adb099
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:d1837841-f3e6-4bf6-b568-d04d449f9dd2
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:5ff7a4da-e094-453f-b0e0-ce7467adb099
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:5b6135be-820f-4902-87f9-05d3c41d77dd
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-10-07T06:56:13.765Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9c8150a9-feb5-423c-a168-00b11309745c 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-10-07T06:56:13.811Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-07T06:56:13.812Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-10-07T06:56:13.813Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-10-07T06:56:13.813Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 3efc57b5-8140-4b3b-be3b-44caa5b34c0a from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-10-07T06:56:13.813Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-10-07T06:56:13.814Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-10-07T06:56:13.922Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-10-07T06:56:13.934Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 3efc57b5-8140-4b3b-be3b-44caa5b34c0a 162973
2022-10-07T06:56:13.934Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-10-07T06:56:13.935Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-10-07T06:56:13.935Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-07T06:56:13.935Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:56:13.937Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:56:13.938Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665125773934,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:56:14.037Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-07T06:56:14.038Z||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-10-07T06:56:14.038Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:56:14.053Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:56:14.053Z||pool-83-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:56:14.938Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-07T06:56:14.940Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-10-07T06:56:14.940Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 3efc57b5-8140-4b3b-be3b-44caa5b34c0a, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-07T06:56:14.941Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-10-07T06:56:14.942Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-07T06:56:14.942Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-07T06:56:15.129Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10999793278677620530/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2022-10-07T06:56:16.305Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-07T06:56:16.305Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-10-07T06:56:16.305Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-07T06:56:16.305Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-10-07T06:56:16.306Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|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-BasicCnfMacro-csar.csar
2022-10-07T06:56:16.306Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||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-10-07T06:56:16.306Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||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-10-07T06:56:16.306Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||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-10-07T06:56:16.306Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-10-07T06:56:16.306Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:56:16.306Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:56:16.307Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-07T06:56:16.307Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-10-07T06:56:16.307Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-07T06:56:16.307Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:56:16.307Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:56:16.308Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-07T06:56:16.308Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-10-07T06:56:16.308Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-07T06:56:16.308Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:56:16.308Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:56:16.308Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:56:16.308Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-10-07T06:56:16.309Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-10-07T06:56:16.309Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-10-07T06:56:16.309Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-07T06:56:16.309Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:56:16.309Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-07T06:56:16.309Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:56:16.309Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-07T06:56:16.310Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-07T06:56:16.310Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:56:16.310Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-07T06:56:16.310Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-07T06:56:16.310Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:56:16.310Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-07T06:56:16.311Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-07T06:56:16.311Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:56:16.311Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-07T06:56:16.311Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-07T06:56:16.311Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:56:16.311Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-10-07T06:56:16.311Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-10-07T06:56:16.312Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=945d0f10-618a-4c35-ba4a-172ac2a8da2b
2022-10-07T06:56:16.312Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:56:16.312Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:56:16.312Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:56:16.312Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:56:16.312Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:56:16.312Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:56:16.313Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:56:16.313Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:56:16.313Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:9c8150a9-feb5-423c-a168-00b11309745c
Model Version:NULL
Model InvariantUuid:aabff41d-3816-45a2-871e-07da63941e1d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:bf41900c-2c8e-4749-ba67-2a6878b1c1c7
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:cb193539-a7ea-418c-bffc-fca25386c04b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:55d3e980-1276-4e48-b069-f70f6be4ed97
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a19c1c7d-8134-4c83-97c8-0f77832a2f27
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:3ddac069-4a4e-4885-a7b4-366edf173301
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:adab759a-d44a-4e84-b229-254aaef64650
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:56647036-150a-42ff-acdf-c5cdfb815e59
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:945d0f10-618a-4c35-ba4a-172ac2a8da2b
ModelInvariantUuid:234542f7-b585-4869-99ac-31ab894001c5
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:093b2af7-d478-4770-b28a-bc26a86e1989
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:25cf3634-e985-488e-991a-552de3fff9ae
ModelInvariantUuid:4090295e-0e27-4426-8a6e-56986f84c1db
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:a1d2d091-b67a-4f01-8315-717b722c68b9
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-10-07T06:56:16.320Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 8e37c13c-1112-4c33-895c-f24cac224156
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-10-07T06:56:16.325Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||INFO|500||basic_cnf_macro 0
2022-10-07T06:56:16.325Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8e37c13c-1112-4c33-895c-f24cac224156
2022-10-07T06:56:16.325Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 114719ff-9f0e-4b1e-8723-42286d8b65c0 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-10-07T06:56:16.325Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-10-07T06:56:16.325Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||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-10-07T06:56:16.410Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-10-07T06:56:16.410Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 114719ff-9f0e-4b1e-8723-42286d8b65c0 1565
2022-10-07T06:56:16.411Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||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-10-07T06:56:16.411Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||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-10-07T06:56:16.411Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-07T06:56:16.411Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:56:16.413Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:56:16.413Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665125776411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:56:16.513Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:56:16.514Z||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-10-07T06:56:16.514Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:56:16.531Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:56:16.531Z||pool-84-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:56:17.413Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "adab759a-d44a-4e84-b229-254aaef64650",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "56647036-150a-42ff-acdf-c5cdfb815e59",
    "vfModuleModelCustomizationUUID": "f120a537-7f48-4ab3-b077-81a3fe202cb7",
    "isBase": true,
    "artifacts": [
      "ff00952b-34cb-443a-bf38-1345136b3966",
      "5ff7a4da-e094-453f-b0e0-ce7467adb099"
    ],
    "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": "a19c1c7d-8134-4c83-97c8-0f77832a2f27",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3ddac069-4a4e-4885-a7b4-366edf173301",
    "vfModuleModelCustomizationUUID": "caaf301d-fd92-49f5-9b27-0d84748269f5",
    "isBase": false,
    "artifacts": [
      "5b6135be-820f-4902-87f9-05d3c41d77dd"
    ],
    "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-10-07T06:56:17.418Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:56647036-150a-42ff-acdf-c5cdfb815e59
VfModuleModelInvariantUUID:adab759a-d44a-4e84-b229-254aaef64650
VfModuleModelDescription:NULL
Artifacts UUID List:{
ff00952b-34cb-443a-bf38-1345136b3966
,
5ff7a4da-e094-453f-b0e0-ce7467adb099

}
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:3ddac069-4a4e-4885-a7b4-366edf173301
VfModuleModelInvariantUUID:a19c1c7d-8134-4c83-97c8-0f77832a2f27
VfModuleModelDescription:NULL
Artifacts UUID List:{
5b6135be-820f-4902-87f9-05d3c41d77dd

}
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-10-07T06:56:17.420Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "adab759a-d44a-4e84-b229-254aaef64650",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "56647036-150a-42ff-acdf-c5cdfb815e59",
    "vfModuleModelCustomizationUUID": "f120a537-7f48-4ab3-b077-81a3fe202cb7",
    "isBase": true,
    "artifacts": [
      "ff00952b-34cb-443a-bf38-1345136b3966",
      "5ff7a4da-e094-453f-b0e0-ce7467adb099"
    ],
    "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": "a19c1c7d-8134-4c83-97c8-0f77832a2f27",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3ddac069-4a4e-4885-a7b4-366edf173301",
    "vfModuleModelCustomizationUUID": "caaf301d-fd92-49f5-9b27-0d84748269f5",
    "isBase": false,
    "artifacts": [
      "5b6135be-820f-4902-87f9-05d3c41d77dd"
    ],
    "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-10-07T06:56:17.420Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:56647036-150a-42ff-acdf-c5cdfb815e59
VfModuleModelInvariantUUID:adab759a-d44a-4e84-b229-254aaef64650
VfModuleModelDescription:NULL
Artifacts UUID List:{
ff00952b-34cb-443a-bf38-1345136b3966
,
5ff7a4da-e094-453f-b0e0-ce7467adb099

}
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:3ddac069-4a4e-4885-a7b4-366edf173301
VfModuleModelInvariantUUID:a19c1c7d-8134-4c83-97c8-0f77832a2f27
VfModuleModelDescription:NULL
Artifacts UUID List:{
5b6135be-820f-4902-87f9-05d3c41d77dd

}
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-10-07T06:56:17.420Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ff00952b-34cb-443a-bf38-1345136b3966 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-10-07T06:56:17.420Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-10-07T06:56:17.420Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||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-10-07T06:56:17.589Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-10-07T06:56:17.590Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ff00952b-34cb-443a-bf38-1345136b3966 914
2022-10-07T06:56:17.590Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||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-10-07T06:56:17.590Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||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-10-07T06:56:17.590Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-07T06:56:17.591Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:56:17.593Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:56:17.593Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665125777590,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:56:17.694Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:56:17.694Z||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-10-07T06:56:17.694Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:56:17.732Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:56:17.733Z||pool-85-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":1,"count":1}
2022-10-07T06:56:18.593Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d1837841-f3e6-4bf6-b568-d04d449f9dd2 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-10-07T06:56:18.593Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-10-07T06:56:18.594Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||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-10-07T06:56:18.695Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-10-07T06:56:18.695Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env d1837841-f3e6-4bf6-b568-d04d449f9dd2 12
2022-10-07T06:56:18.696Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||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-10-07T06:56:18.696Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||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-10-07T06:56:18.696Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-07T06:56:18.697Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:56:18.699Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:56:18.700Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665125778696,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:56:18.800Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-07T06:56:18.800Z||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-10-07T06:56:18.800Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:56:18.813Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:56:18.814Z||pool-86-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:56:19.701Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 5ff7a4da-e094-453f-b0e0-ce7467adb099 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-10-07T06:56:19.703Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-10-07T06:56:19.704Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||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-10-07T06:56:19.873Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-10-07T06:56:19.874Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 5ff7a4da-e094-453f-b0e0-ce7467adb099 96
2022-10-07T06:56:19.874Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||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-10-07T06:56:19.874Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||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-10-07T06:56:19.874Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-07T06:56:19.875Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:56:19.877Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:56:19.877Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665125779874,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:56:19.977Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:56:19.978Z||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-10-07T06:56:19.979Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:56:19.998Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:56:19.999Z||pool-87-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:56:20.878Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 5b6135be-820f-4902-87f9-05d3c41d77dd from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-10-07T06:56:20.878Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-10-07T06:56:20.878Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||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-10-07T06:56:20.939Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-10-07T06:56:20.940Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 5b6135be-820f-4902-87f9-05d3c41d77dd 20206
2022-10-07T06:56:20.940Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||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-10-07T06:56:20.940Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||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-10-07T06:56:20.940Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-07T06:56:20.941Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:56:20.943Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:56:20.943Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665125780940,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:56:21.043Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-07T06:56:21.043Z||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-10-07T06:56:21.044Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:56:21.054Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:56:21.055Z||pool-88-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:56:21.948Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 9c8150a9-feb5-423c-a168-00b11309745c
2022-10-07T06:56:21.949Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 8e37c13c-1112-4c33-895c-f24cac224156 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-10-07T06:56:21.960Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@158544f9, org.onap.sdc.toscaparser.api.parameters.Input@4dd94af3, org.onap.sdc.toscaparser.api.parameters.Input@575a5052, org.onap.sdc.toscaparser.api.parameters.Input@408d22b2, org.onap.sdc.toscaparser.api.parameters.Input@7f9014d6]
2022-10-07T06:56:21.962Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:56:21.962Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:56:21.962Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-10-07T06:56:21.963Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 55d3e980-1276-4e48-b069-f70f6be4ed97
2022-10-07T06:56:21.963Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 55d3e980-1276-4e48-b069-f70f6be4ed97 matches Tosca VF Customization UUID: 55d3e980-1276-4e48-b069-f70f6be4ed97
2022-10-07T06:56:21.963Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 55d3e980-1276-4e48-b069-f70f6be4ed97  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-10-07T06:56:21.966Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:56:21.966Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:56:21.966Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 55d3e980-1276-4e48-b069-f70f6be4ed97: {\"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-10-07T06:56:21.967Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5475653c
2022-10-07T06:56:21.967Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:56:21.967Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-07T06:56:21.967Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : caaf301d-fd92-49f5-9b27-0d84748269f5
2022-10-07T06:56:21.967Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID caaf301d-fd92-49f5-9b27-0d84748269f5
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-10-07T06:56:21.970Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:56:21.970Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-07T06:56:21.970Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-07T06:56:21.971Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:56:21.972Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-07T06:56:21.972Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-07T06:56:21.973Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:56:21.973Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-07T06:56:21.973Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=55d3e980-1276-4e48-b069-f70f6be4ed97
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-10-07T06:56:21.977Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:56:21.978Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:56:21.978Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 9c8150a9-feb5-423c-a168-00b11309745c: basic_cnf_macro
2022-10-07T06:56:21.978Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:56:21.979Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:56:21.979Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:56:21.979Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:56:21.980Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:56:21.980Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:56:21.980Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:56:21.981Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:56:21.981Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T06:56:21.981Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T06:56:21.981Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||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-10-07T06:56:22.023Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 8e37c13c-1112-4c33-895c-f24cac224156 2 ASDC deployResourceStructure
2022-10-07T06:56:22.023Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||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-10-07T06:56:22.024Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||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-10-07T06:56:22.024Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-07T06:56:22.024Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:56:22.026Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:56:22.026Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665125782023,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-07T06:56:22.126Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:56:22.127Z||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-10-07T06:56:22.127Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:56:22.163Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:56:22.163Z||pool-89-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:56:23.031Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||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-10-07T06:56:23.032Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||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-10-07T06:56:23.032Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-07T06:56:23.033Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:56:23.046Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:56:23.046Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665125783031,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-10-07T06:56:23.136Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-10-07T06:56:23.137Z||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-10-07T06:56:23.137Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:56:23.149Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:56:23.150Z||pool-90-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:56:24.052Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||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-10-07T06:56:24.053Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||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-10-07T06:56:24.053Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-10-07T06:56:24.054Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:56:24.056Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:56:24.056Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665125784052,
  "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-10-07T06:56:24.161Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-10-07T06:56:24.162Z||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-10-07T06:56:24.162Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:56:24.177Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:56:24.177Z||pool-91-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:56:25.057Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||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-10-07T06:56:25.058Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||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-10-07T06:56:25.058Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-07T06:56:25.059Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:56:25.061Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:56:25.061Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665125785057,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-10-07T06:56:25.161Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:56:25.162Z||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-10-07T06:56:25.162Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:56:25.172Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:56:25.172Z||pool-92-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-10-07T06:56:26.072Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||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-10-07T06:56:26.072Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||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-10-07T06:56:26.072Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-10-07T06:56:26.073Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:56:26.075Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:56:26.075Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665125786071,
  "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-10-07T06:56:26.175Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:56:26.176Z||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-10-07T06:56:26.176Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:56:26.188Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:56:26.189Z||pool-93-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-07T06:56:27.082Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-10-07T06:56:27.082Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-10-07T06:56:27.083Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-07T06:56:27.083Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:56:27.085Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:56:27.085Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665125787082,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-07T06:56:27.185Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:56:27.186Z||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-10-07T06:56:27.186Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:56:27.206Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:56:27.206Z||pool-94-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-10-07T06:56:28.090Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dcd9c867-5e6a-4c7b-9b39-b26b3302773c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-07T06:56:28.102Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dcd9c867-5e6a-4c7b-9b39-b26b3302773c
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-10-07T06:56:28.104Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-07T06:56:28.104Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-07T06:56:28.104Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-07T06:56:58.105Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dcd9c867-5e6a-4c7b-9b39-b26b3302773c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-07T06:56:58.117Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dcd9c867-5e6a-4c7b-9b39-b26b3302773c
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-10-07T06:56:58.119Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-07T06:56:58.120Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-07T06:56:58.120Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-07T06:57:03.025Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:57:03.026Z||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-10-07T06:57:03.026Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:57:03.060Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:57:03.062Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:57:03.062Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665125756247,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:57:03.062Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:57:28.120Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dcd9c867-5e6a-4c7b-9b39-b26b3302773c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-07T06:57:28.130Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dcd9c867-5e6a-4c7b-9b39-b26b3302773c
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-10-07T06:57:28.133Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-07T06:57:28.134Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-07T06:57:28.134Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-07T06:57:58.134Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dcd9c867-5e6a-4c7b-9b39-b26b3302773c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-07T06:57:58.145Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dcd9c867-5e6a-4c7b-9b39-b26b3302773c
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-10-07T06:57:58.147Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-07T06:57:58.147Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-07T06:57:58.148Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-07T06:58:03.024Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:58:03.025Z||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-10-07T06:58:03.025Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:58:03.089Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:58:03.089Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:58:03.089Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "cds",
  "timestamp": 1665125759202,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:58:03.090Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:58:28.148Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dcd9c867-5e6a-4c7b-9b39-b26b3302773c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-07T06:58:28.168Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dcd9c867-5e6a-4c7b-9b39-b26b3302773c
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-10-07T06:58:28.171Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-07T06:58:28.171Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-07T06:58:28.171Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-07T06:58:58.171Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dcd9c867-5e6a-4c7b-9b39-b26b3302773c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-07T06:58:58.182Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dcd9c867-5e6a-4c7b-9b39-b26b3302773c
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-10-07T06:58:58.184Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-07T06:58:58.185Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-07T06:58:58.185Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-07T06:59:03.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T06:59:03.024Z||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-10-07T06:59:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:59:03.080Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:59:03.082Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.082Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665125763018,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:59:03.083Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:59:03.083Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.083Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665125756247,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:59:03.083Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:59:03.083Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.083Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "cds",
  "timestamp": 1665125759202,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:59:03.083Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:59:03.083Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.083Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665125763018,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-07T06:59:03.084Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:59:03.084Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.084Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665125764046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:59:03.084Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:59:03.084Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.084Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665125764650,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:59:03.084Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:59:03.084Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.084Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "cds",
  "timestamp": 1665125759202,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:59:03.084Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:59:03.084Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.084Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665125763018,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-10-07T06:59:03.085Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:59:03.085Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.085Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665125764046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:59:03.085Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:59:03.085Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.085Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665125764650,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-07T06:59:03.085Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:59:03.085Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.085Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "cds",
  "timestamp": 1665125759202,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:59:03.085Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:59:03.086Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.086Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665125763018,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:59:03.086Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:59:03.086Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.086Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665125764046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:59:03.086Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:59:03.086Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.086Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665125764650,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-07T06:59:03.086Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:59:03.086Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.086Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "cds",
  "timestamp": 1665125759202,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-07T06:59:03.087Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:59:03.087Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.087Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665125763018,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-10-07T06:59:03.087Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:59:03.087Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.087Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "clamp",
  "timestamp": 1665125767439,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:59:03.087Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:59:03.087Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.087Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665125764046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:59:03.088Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:59:03.088Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.088Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665125764650,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:59:03.088Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:59:03.088Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.088Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665125763018,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-10-07T06:59:03.088Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:59:03.088Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.088Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "cds",
  "timestamp": 1665125768454,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:59:03.089Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:59:03.089Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.089Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665125764046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:59:03.089Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:59:03.089Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.089Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665125764650,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-10-07T06:59:03.089Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:59:03.089Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.089Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665125763018,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-10-07T06:59:03.090Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:59:03.090Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.090Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665125764046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:59:03.090Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:59:03.090Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.090Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665125764650,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:59:03.090Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:59:03.090Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.090Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "cds",
  "timestamp": 1665125769772,
  "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-10-07T06:59:03.110Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3fea2877-0a52-4b7a-8892-c4bc214cf38f
2022-10-07T06:59:03.110Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3fea2877-0a52-4b7a-8892-c4bc214cf38f 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-10-07T06:59:03.118Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.119Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665125763018,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:59:03.119Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:59:03.119Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.119Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665125764046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:59:03.119Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:59:03.119Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.120Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "aai-ml",
  "timestamp": 1665125772903,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-07T06:59:03.120Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:59:03.120Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.120Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665125764650,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:59:03.120Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:59:03.120Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.120Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "clamp",
  "timestamp": 1665125771346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-07T06:59:03.120Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:59:03.120Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.120Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665125763018,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:59:03.121Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:59:03.121Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.121Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665125764046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:59:03.121Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:59:03.121Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.121Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "aai-ml",
  "timestamp": 1665125773908,
  "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-10-07T06:59:03.126Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dcd9c867-5e6a-4c7b-9b39-b26b3302773c
2022-10-07T06:59:03.126Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId dcd9c867-5e6a-4c7b-9b39-b26b3302773c 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-10-07T06:59:03.135Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.135Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665125764650,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-07T06:59:03.136Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:59:03.136Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.136Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "clamp",
  "timestamp": 1665125772350,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-07T06:59:03.140Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of dcd9c867-5e6a-4c7b-9b39-b26b3302773c
2022-10-07T06:59:03.140Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId dcd9c867-5e6a-4c7b-9b39-b26b3302773c and ComponentName clamp
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-10-07T06:59:03.154Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.154Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665125763018,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-07T06:59:03.154Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:59:03.154Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.154Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665125764046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:59:03.154Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:59:03.154Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.154Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665125773464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:59:03.155Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:59:03.155Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.155Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665125773934,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:59:03.155Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:59:03.155Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.155Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665125764046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-07T06:59:03.155Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:59:03.155Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.155Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665125774534,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:59:03.156Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:59:03.156Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.156Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665125775014,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:59:03.156Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:59:03.156Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.156Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665125775740,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:59:03.156Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:59:03.156Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.156Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665125776411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:59:03.157Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:59:03.157Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.157Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665125776777,
  "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-10-07T06:59:03.161Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3fea2877-0a52-4b7a-8892-c4bc214cf38f
2022-10-07T06:59:03.161Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3fea2877-0a52-4b7a-8892-c4bc214cf38f 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-10-07T06:59:03.169Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.169Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665125777117,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-07T06:59:03.169Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:59:03.169Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.169Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665125777590,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:59:03.170Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:59:03.170Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.170Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665125777780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-07T06:59:03.170Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:59:03.170Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.170Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "clamp",
  "timestamp": 1665125777428,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:59:03.170Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:59:03.170Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.170Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665125778120,
  "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-10-07T06:59:03.175Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dcd9c867-5e6a-4c7b-9b39-b26b3302773c
2022-10-07T06:59:03.175Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId dcd9c867-5e6a-4c7b-9b39-b26b3302773c 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-10-07T06:59:03.185Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.185Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665125778696,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:59:03.185Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:59:03.185Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.185Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "clamp",
  "timestamp": 1665125777428,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-07T06:59:03.186Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:59:03.186Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.186Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665125764046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:59:03.186Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:59:03.186Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.186Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665125779874,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:59:03.186Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:59:03.186Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.186Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "aai-ml",
  "timestamp": 1665125781134,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:59:03.187Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:59:03.187Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.187Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "clamp",
  "timestamp": 1665125777428,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:59:03.187Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:59:03.187Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.187Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665125764046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:59:03.187Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:59:03.187Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.187Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665125780940,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:59:03.188Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:59:03.188Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.188Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "aai-ml",
  "timestamp": 1665125781134,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:59:03.188Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:59:03.188Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.188Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "clamp",
  "timestamp": 1665125777428,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:59:03.188Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:59:03.188Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.188Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665125764046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:59:03.189Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:59:03.189Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.189Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "aai-ml",
  "timestamp": 1665125781134,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:59:03.189Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:59:03.189Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.189Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665125782023,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-07T06:59:03.189Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:59:03.189Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.190Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "clamp",
  "timestamp": 1665125777428,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:59:03.190Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:59:03.190Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.190Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665125764046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:59:03.190Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:59:03.190Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.190Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "aai-ml",
  "timestamp": 1665125781134,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:59:03.190Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:59:03.190Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.191Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665125783031,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-10-07T06:59:03.191Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:59:03.191Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.191Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "clamp",
  "timestamp": 1665125777428,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:59:03.191Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:59:03.191Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.191Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665125764046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:59:03.191Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:59:03.191Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.192Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "aai-ml",
  "timestamp": 1665125781134,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:59:03.192Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:59:03.192Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.192Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665125784052,
  "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-10-07T06:59:03.192Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:59:03.192Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.192Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "clamp",
  "timestamp": 1665125777428,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:59:03.192Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:59:03.193Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.193Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665125764046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:59:03.193Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:59:03.193Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.193Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "aai-ml",
  "timestamp": 1665125781134,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:59:03.193Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:59:03.193Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.193Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665125785057,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-10-07T06:59:03.194Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:59:03.194Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.194Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "clamp",
  "timestamp": 1665125777428,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-07T06:59:03.194Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:59:03.194Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.194Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665125764046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:59:03.194Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:59:03.194Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.195Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "aai-ml",
  "timestamp": 1665125781134,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:59:03.195Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:59:03.195Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.195Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665125786071,
  "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-10-07T06:59:03.195Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:59:03.195Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.195Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665125764046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-07T06:59:03.195Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:59:03.196Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.196Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "aai-ml",
  "timestamp": 1665125781134,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-07T06:59:03.196Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-07T06:59:03.196Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.196Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665125787082,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-07T06:59:03.196Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:59:03.196Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.196Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665125787295,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:59:03.196Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:59:03.196Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.197Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "aai-ml",
  "timestamp": 1665125789928,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:59:03.197Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:59:03.197Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.197Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "clamp",
  "timestamp": 1665125788346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-07T06:59:03.197Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:59:03.197Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.197Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665125789415,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-07T06:59:03.197Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:59:03.197Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.198Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665125790419,
  "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-10-07T06:59:03.202Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3fea2877-0a52-4b7a-8892-c4bc214cf38f
2022-10-07T06:59:03.202Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3fea2877-0a52-4b7a-8892-c4bc214cf38f 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-10-07T06:59:03.211Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.211Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "clamp",
  "timestamp": 1665125791349,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-07T06:59:03.211Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:59:03.211Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.211Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "clamp",
  "timestamp": 1665125792352,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-07T06:59:03.216Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3fea2877-0a52-4b7a-8892-c4bc214cf38f
2022-10-07T06:59:03.216Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3fea2877-0a52-4b7a-8892-c4bc214cf38f and ComponentName clamp
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-10-07T06:59:03.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.225Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "aai-ml",
  "timestamp": 1665125798599,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-07T06:59:03.225Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T06:59:03.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-07T06:59:03.225Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "aai-ml",
  "timestamp": 1665125799603,
  "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-10-07T06:59:03.229Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3fea2877-0a52-4b7a-8892-c4bc214cf38f
2022-10-07T06:59:03.230Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3fea2877-0a52-4b7a-8892-c4bc214cf38f 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-10-07T06:59:28.185Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dcd9c867-5e6a-4c7b-9b39-b26b3302773c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-07T06:59:28.196Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dcd9c867-5e6a-4c7b-9b39-b26b3302773c
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-10-07T06:59:28.199Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-07T06:59:28.199Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-07T06:59:28.200Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-07T06:59:28.200Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-07T06:59:28.200Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-07T06:59:28.200Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-07T06:59:28.201Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-07T06:59:28.201Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-07T06:59:28.201Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-07T06:59:28.201Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-07T06:59:28.201Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|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-10-07T06:59:28.206Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-07T06:59:58.207Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dcd9c867-5e6a-4c7b-9b39-b26b3302773c 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-10-07T06:59:58.215Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dcd9c867-5e6a-4c7b-9b39-b26b3302773c and serviceModelVersionId: 9c8150a9-feb5-423c-a168-00b11309745c
2022-10-07T06:59:58.215Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : aabff41d-3816-45a2-871e-07da63941e1d
2022-10-07T06:59:58.217Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/aabff41d-3816-45a2-871e-07da63941e1d/model-vers/model-ver/9c8150a9-feb5-423c-a168-00b11309745c?depth=0
2022-10-07T06:59:58.224Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-10-07T06:59:58.284Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aabff41d-3816-45a2-871e-07da63941e1d/model-vers/model-ver/9c8150a9-feb5-423c-a168-00b11309745c?depth=0|INFO|500||Invoke
2022-10-07T06:59:58.285Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aabff41d-3816-45a2-871e-07da63941e1d/model-vers/model-ver/9c8150a9-feb5-423c-a168-00b11309745c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aabff41d-3816-45a2-871e-07da63941e1d/model-vers/model-ver/9c8150a9-feb5-423c-a168-00b11309745c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dcd9c867-5e6a-4c7b-9b39-b26b3302773c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f679962d-2af6-4cff-8d3b-958fda327877], X-ECOMP-RequestID=[dcd9c867-5e6a-4c7b-9b39-b26b3302773c], X-TransactionId=[], X-ONAP-RequestID=[dcd9c867-5e6a-4c7b-9b39-b26b3302773c], Content-Type=[application/merge-patch+json]}
2022-10-07T06:59:58.309Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aabff41d-3816-45a2-871e-07da63941e1d/model-vers/model-ver/9c8150a9-feb5-423c-a168-00b11309745c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-07T06:59:58.655Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aabff41d-3816-45a2-871e-07da63941e1d/model-vers/model-ver/9c8150a9-feb5-423c-a168-00b11309745c?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/aabff41d-3816-45a2-871e-07da63941e1d/model-vers/model-ver/9c8150a9-feb5-423c-a168-00b11309745c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221007-06:59:57:523-94257], vertex-id=[184488], Content-Length=[0], Date=[Fri, 07 Oct 2022 06:59:57 GMT], Content-Type=[application/json]}
2022-10-07T06:59:58.656Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aabff41d-3816-45a2-871e-07da63941e1d/model-vers/model-ver/9c8150a9-feb5-423c-a168-00b11309745c?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-07T06:59:58.656Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aabff41d-3816-45a2-871e-07da63941e1d/model-vers/model-ver/9c8150a9-feb5-423c-a168-00b11309745c?depth=0|INFO|500||InvokeReturn
2022-10-07T06:59:58.657Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-07T06:59:58.658Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|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-10-07T06:59:58.662Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|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-10-07T06:59:58.662Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dcd9c867-5e6a-4c7b-9b39-b26b3302773c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-07T06:59:58.663Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-07T06:59:58.663Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:59:58.665Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:59:58.665Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665125998663,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-07T06:59:58.765Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T06:59:58.766Z||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-10-07T06:59:58.766Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:59:58.781Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:59:58.781Z||pool-95-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-07T06:59:59.685Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-07T06:59:59.686Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"3fea2877-0a52-4b7a-8892-c4bc214cf38f","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"e712bb60-dc94-44f3-aac5-30eb27a722f2","serviceDescription":"service","serviceInvariantUUID":"23e22151-bc59-4fd0-b31b-d7a3c48730b8","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"17f5fb47-1892-4a4a-bdc9-84f3b38aaff0","resourceInvariantUUID":"1c1ae64d-0ad3-4f70-83c4-ea568ff0d8f9","resourceCustomizationUUID":"dcf284b4-94ff-463c-ad73-165d1eb9d50a","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":"MmQwMjYxODg2ZmU3MTU3MmNjMjlmYzA0YTY4ZGVhYWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ba5b060d-82ea-4941-88d7-1fa4e581add0","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":"MGIxNDU5ZTY5Yzc0YmVkYmY3YjkyZDgwMGFiYTc4Yjc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c1b9444e-e80a-426e-9e0f-b97dec3d6475","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":"dfd95b7c-d73a-4d82-94a1-e88283ef886b","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":"2d94074b-be5f-48c3-ab02-205e5e4709f6","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":"8e1dd557-d08a-4a4a-b69c-50730318cdde","artifactVersion":"2","generatedFromUUID":"dfd95b7c-d73a-4d82-94a1-e88283ef886b"},{"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":"MGEzY2JlMmJhYjg4NTllY2FhMzc3ZDlhYzU4MmE5NWI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"4d112693-6760-437b-8304-9262fb42fcc0","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":"MGYyNzYxYzM0MTE4YzViNzQ4ZWM3YzIxZDU2ZTI1YzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a50c77ad-cbd1-46d6-b012-f73fe33e132f","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NTM1YjU1NzQ0YWRhZGQ0OGJlZjZmOTc0YmMxNTZlMzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e233ef2f-c175-4731-abeb-50858297b351","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-07T06:59:59.687Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T06:59:59.687Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-07T06:59:59.691Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T06:59:59.691Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665125763018,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T06:59:59.792Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-07T06:59:59.793Z||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-10-07T06:59:59.793Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T06:59:59.805Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T06:59:59.805Z||pool-96-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-07T07:00:00.693Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T07:00:00.695Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-07T07:00:00.699Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T07:00:00.699Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665125763018,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-07T07:00:00.798Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-07T07:00:00.799Z||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-10-07T07:00:00.799Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:00:00.812Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:00:00.813Z||pool-97-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-07T07:00:01.699Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T07:00:01.700Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-07T07:00:01.702Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T07:00:01.703Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665125763018,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-07T07:00:01.802Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-07T07:00:01.804Z||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-10-07T07:00:01.804Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:00:01.825Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:00:01.825Z||pool-98-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-10-07T07:00:02.703Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T07:00:02.704Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-07T07:00:02.706Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T07:00:02.707Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665125763018,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T07:00:02.807Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-07T07:00:02.808Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-07T07:00:02.808Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:00:02.823Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:00:02.824Z||pool-99-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-07T07:00:03.024Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:00:03.024Z||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-10-07T07:00:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:00:03.086Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:00:03.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T07:00:03.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "clamp",
  "timestamp": 1665125837428,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T07:00:03.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T07:00:03.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T07:00:03.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665125844650,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T07:00:03.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T07:00:03.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T07:00:03.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "cds",
  "timestamp": 1665125843790,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T07:00:03.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T07:00:03.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T07:00:03.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "aai-ml",
  "timestamp": 1665125841135,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T07:00:03.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T07:00:03.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T07:00:03.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665125836247,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T07:00:03.089Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T07:00:03.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T07:00:03.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "cds",
  "timestamp": 1665125843790,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-07T07:00:03.091Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T07:00:03.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T07:00:03.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665125844650,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-07T07:00:03.092Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T07:00:03.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T07:00:03.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "clamp",
  "timestamp": 1665125837428,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-07T07:00:03.092Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T07:00:03.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T07:00:03.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "aai-ml",
  "timestamp": 1665125841135,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-07T07:00:03.092Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T07:00:03.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T07:00:03.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665125836247,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-07T07:00:03.092Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T07:00:03.093Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T07:00:03.093Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "clamp",
  "timestamp": 1665125837428,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-07T07:00:03.093Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T07:00:03.093Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T07:00:03.093Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665125844650,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-07T07:00:03.093Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T07:00:03.093Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T07:00:03.093Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "cds",
  "timestamp": 1665125843790,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-07T07:00:03.093Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T07:00:03.093Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T07:00:03.093Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665125836247,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-07T07:00:03.094Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T07:00:03.094Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T07:00:03.094Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "aai-ml",
  "timestamp": 1665125841135,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-07T07:00:03.094Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T07:00:03.094Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T07:00:03.094Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "clamp",
  "timestamp": 1665125837428,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-07T07:00:03.094Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T07:00:03.094Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T07:00:03.094Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "cds",
  "timestamp": 1665125843790,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-07T07:00:03.094Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T07:00:03.095Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T07:00:03.095Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665125844650,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-07T07:00:03.095Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T07:00:03.095Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T07:00:03.095Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "aai-ml",
  "timestamp": 1665125841135,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-07T07:00:03.095Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T07:00:03.095Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T07:00:03.095Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665125836247,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-07T07:00:03.095Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T07:00:03.096Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T07:00:03.096Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "clamp",
  "timestamp": 1665125837428,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T07:00:03.096Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T07:00:03.096Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T07:00:03.096Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "cds",
  "timestamp": 1665125843790,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T07:00:03.096Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T07:00:03.096Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T07:00:03.096Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665125844650,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T07:00:03.096Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T07:00:03.096Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T07:00:03.096Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "aai-ml",
  "timestamp": 1665125841135,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T07:00:03.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T07:00:03.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T07:00:03.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665125836247,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T07:00:03.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T07:00:03.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T07:00:03.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "cds",
  "timestamp": 1665125843790,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T07:00:03.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T07:00:03.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T07:00:03.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "clamp",
  "timestamp": 1665125837428,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T07:00:03.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T07:00:03.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T07:00:03.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665125844650,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T07:00:03.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T07:00:03.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T07:00:03.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "aai-ml",
  "timestamp": 1665125841135,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T07:00:03.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T07:00:03.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T07:00:03.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665125836247,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T07:00:03.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T07:00:03.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T07:00:03.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "cds",
  "timestamp": 1665125843790,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T07:00:03.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T07:00:03.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T07:00:03.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "clamp",
  "timestamp": 1665125837428,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T07:00:03.099Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T07:00:03.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T07:00:03.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "aai-ml",
  "timestamp": 1665125841135,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T07:00:03.099Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T07:00:03.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T07:00:03.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665125844650,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T07:00:03.099Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T07:00:03.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T07:00:03.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665125836247,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-10-07T07:00:03.100Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T07:00:03.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T07:00:03.100Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665125844650,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T07:00:03.100Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T07:00:03.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T07:00:03.100Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "clamp",
  "timestamp": 1665125837428,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T07:00:03.100Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T07:00:03.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T07:00:03.100Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "cds",
  "timestamp": 1665125843790,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T07:00:03.100Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T07:00:03.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T07:00:03.101Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "aai-ml",
  "timestamp": 1665125841135,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T07:00:03.101Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T07:00:03.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T07:00:03.101Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665125836247,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T07:00:03.101Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T07:00:03.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T07:00:03.101Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "cds",
  "timestamp": 1665125843790,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-07T07:00:03.101Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T07:00:03.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T07:00:03.101Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "clamp",
  "timestamp": 1665125837428,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-07T07:00:03.101Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T07:00:03.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T07:00:03.102Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "aai-ml",
  "timestamp": 1665125841135,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-07T07:00:03.102Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T07:00:03.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T07:00:03.102Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665125844650,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-07T07:00:03.102Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T07:00:03.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T07:00:03.102Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665125836247,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-07T07:00:03.102Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T07:00:03.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T07:00:03.102Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665125854046,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T07:00:03.102Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T07:00:03.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T07:00:03.103Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "cds",
  "timestamp": 1665125855487,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-07T07:00:03.103Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T07:00:03.103Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T07:00:03.103Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "aai-ml",
  "timestamp": 1665125857816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-07T07:00:03.103Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T07:00:03.103Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T07:00:03.103Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665125855741,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-07T07:00:03.103Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T07:00:03.103Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T07:00:03.103Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665125854046,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-07T07:00:03.104Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T07:00:03.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T07:00:03.104Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665125854046,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-07T07:00:03.104Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T07:00:03.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T07:00:03.104Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665125856802,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-10-07T07:00:03.104Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T07:00:03.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T07:00:03.104Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "cds",
  "timestamp": 1665125856859,
  "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-10-07T07:00:03.128Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f77a17cd-4f64-4756-b875-11d502d2e076
2022-10-07T07:00:03.128Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f77a17cd-4f64-4756-b875-11d502d2e076 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-10-07T07:00:03.138Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T07:00:03.138Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "clamp",
  "timestamp": 1665125857355,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-07T07:00:03.138Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T07:00:03.138Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T07:00:03.138Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665125854046,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-07T07:00:03.139Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T07:00:03.139Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T07:00:03.139Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665125857808,
  "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-10-07T07:00:03.143Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of f77a17cd-4f64-4756-b875-11d502d2e076
2022-10-07T07:00:03.143Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f77a17cd-4f64-4756-b875-11d502d2e076 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-10-07T07:00:03.163Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T07:00:03.163Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665125854046,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T07:00:03.163Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T07:00:03.164Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T07:00:03.164Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "clamp",
  "timestamp": 1665125859364,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-07T07:00:03.164Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T07:00:03.164Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T07:00:03.164Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665125854046,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T07:00:03.164Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T07:00:03.164Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T07:00:03.164Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "clamp",
  "timestamp": 1665125860367,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-07T07:00:03.169Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f77a17cd-4f64-4756-b875-11d502d2e076
2022-10-07T07:00:03.169Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f77a17cd-4f64-4756-b875-11d502d2e076 and ComponentName clamp
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-10-07T07:00:03.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T07:00:03.182Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665125854046,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T07:00:03.182Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T07:00:03.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T07:00:03.182Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "aai-ml",
  "timestamp": 1665125863186,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-07T07:00:03.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T07:00:03.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T07:00:03.182Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665125854046,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T07:00:03.182Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T07:00:03.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T07:00:03.183Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "aai-ml",
  "timestamp": 1665125864190,
  "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-10-07T07:00:03.188Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f77a17cd-4f64-4756-b875-11d502d2e076
2022-10-07T07:00:03.188Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f77a17cd-4f64-4756-b875-11d502d2e076 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-10-07T07:00:03.197Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T07:00:03.197Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665125854046,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-07T07:00:03.197Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-07T07:00:03.197Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T07:00:03.197Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665125863872,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-07T07:00:03.197Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T07:00:03.198Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T07:00:03.198Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665125865545,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-07T07:00:03.198Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T07:00:03.198Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-07T07:00:03.198Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665125866549,
  "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-10-07T07:00:03.202Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f77a17cd-4f64-4756-b875-11d502d2e076
2022-10-07T07:00:03.202Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f77a17cd-4f64-4756-b875-11d502d2e076 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-10-07T07:00:03.707Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T07:00:03.708Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-07T07:00:03.710Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T07:00:03.710Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665125763018,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-10-07T07:00:03.810Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T07:00:03.811Z||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-10-07T07:00:03.811Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:00:03.821Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:00:03.822Z||pool-100-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-07T07:00:04.710Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T07:00:04.711Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-07T07:00:04.713Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T07:00:04.713Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665125763018,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-07T07:00:04.813Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T07:00:04.814Z||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-10-07T07:00:04.814Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:00:04.824Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:00:04.825Z||pool-101-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-10-07T07:00:05.715Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T07:00:05.716Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-07T07:00:05.720Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T07:00:05.720Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665125763018,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T07:00:05.819Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-07T07:00:05.820Z||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-10-07T07:00:05.820Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:00:05.835Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:00:05.835Z||pool-102-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-07T07:00:06.721Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T07:00:06.722Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-07T07:00:06.724Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T07:00:06.724Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665125763018,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-07T07:00:06.824Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T07:00:06.825Z||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-10-07T07:00:06.825Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:00:06.838Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:00:06.839Z||pool-103-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-07T07:00:07.725Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "e712bb60-dc94-44f3-aac5-30eb27a722f2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "23e22151-bc59-4fd0-b31b-d7a3c48730b8",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "dcf284b4-94ff-463c-ad73-165d1eb9d50a",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "17f5fb47-1892-4a4a-bdc9-84f3b38aaff0",
      "resourceInvariantUUID": "1c1ae64d-0ad3-4f70-83c4-ea568ff0d8f9",
      "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": "MGIxNDU5ZTY5Yzc0YmVkYmY3YjkyZDgwMGFiYTc4Yjc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c1b9444e-e80a-426e-9e0f-b97dec3d6475",
          "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": "dfd95b7c-d73a-4d82-94a1-e88283ef886b",
          "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": "8e1dd557-d08a-4a4a-b69c-50730318cdde",
            "generatedFromUUID": "dfd95b7c-d73a-4d82-94a1-e88283ef886b"
          },
          "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": "8e1dd557-d08a-4a4a-b69c-50730318cdde",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NTM1YjU1NzQ0YWRhZGQ0OGJlZjZmOTc0YmMxNTZlMzQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e233ef2f-c175-4731-abeb-50858297b351"
    }
  ],
  "workloadContext": "Production"
}
2022-10-07T07:00:07.726Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-07T07:00:07.726Z|dcd9c867-5e6a-4c7b-9b39-b26b3302773c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e712bb60-dc94-44f3-aac5-30eb27a722f2 ASDC
2022-10-07T07:00:07.727Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:3fea2877-0a52-4b7a-8892-c4bc214cf38f
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:e712bb60-dc94-44f3-aac5-30eb27a722f2
ServiceInvariantUUID:23e22151-bc59-4fd0-b31b-d7a3c48730b8
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:e233ef2f-c175-4731-abeb-50858297b351
ArtifactChecksum:NTM1YjU1NzQ0YWRhZGQ0OGJlZjZmOTc0YmMxNTZlMzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:dcf284b4-94ff-463c-ad73-165d1eb9d50a
ResourceInvariantUUID:1c1ae64d-0ad3-4f70-83c4-ea568ff0d8f9
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:17f5fb47-1892-4a4a-bdc9-84f3b38aaff0
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:c1b9444e-e80a-426e-9e0f-b97dec3d6475
ArtifactChecksum:MGIxNDU5ZTY5Yzc0YmVkYmY3YjkyZDgwMGFiYTc4Yjc=
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:dfd95b7c-d73a-4d82-94a1-e88283ef886b
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:8e1dd557-d08a-4a4a-b69c-50730318cdde
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:8e1dd557-d08a-4a4a-b69c-50730318cdde
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-10-07T07:00:07.727Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e712bb60-dc94-44f3-aac5-30eb27a722f2 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-10-07T07:00:07.774Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-07T07:00:07.775Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-10-07T07:00:07.775Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-10-07T07:00:07.776Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e233ef2f-c175-4731-abeb-50858297b351 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-10-07T07:00:07.776Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-10-07T07:00:07.776Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-10-07T07:00:08.405Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-10-07T07:00:08.409Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar e233ef2f-c175-4731-abeb-50858297b351 82628
2022-10-07T07:00:08.409Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-10-07T07:00:08.409Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-10-07T07:00:08.409Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-07T07:00:08.409Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-07T07:00:08.434Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T07:00:08.434Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665126008409,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-07T07:00:08.511Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 77 ms
2022-10-07T07:00:08.512Z||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-10-07T07:00:08.512Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:00:08.525Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:00:08.526Z||pool-104-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-07T07:00:09.434Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-07T07:00:09.435Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-10-07T07:00:09.436Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: e233ef2f-c175-4731-abeb-50858297b351, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-07T07:00:09.436Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-10-07T07:00:09.437Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-07T07:00:09.437Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-07T07:00:09.582Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17591342095521242635/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-10-07T07:00:10.801Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-07T07:00:10.801Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-10-07T07:00:10.801Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-07T07:00:10.801Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-07T07:00:10.802Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|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-BasicVmMacro-csar.csar
2022-10-07T07:00:10.802Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|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-BasicVmMacro-csar.csar
2022-10-07T07:00:10.802Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|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-BasicVmMacro-csar.csar
2022-10-07T07:00:10.802Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|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-BasicVmMacro-csar.csar
2022-10-07T07:00:10.802Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|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-BasicVmMacro-csar.csar
2022-10-07T07:00:10.802Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|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-BasicVmMacro-csar.csar
2022-10-07T07:00:10.802Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||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-10-07T07:00:10.802Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-10-07T07:00:10.802Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T07:00:10.803Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T07:00:10.803Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-07T07:00:10.803Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-10-07T07:00:10.803Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-07T07:00:10.803Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T07:00:10.803Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T07:00:10.804Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-07T07:00:10.804Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-10-07T07:00:10.804Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-07T07:00:10.804Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T07:00:10.804Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T07:00:10.804Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T07:00:10.804Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-10-07T07:00:10.805Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-10-07T07:00:10.805Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-10-07T07:00:10.805Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-10-07T07:00:10.805Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-07T07:00:10.805Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-07T07:00:10.805Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T07:00:10.805Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-07T07:00:10.806Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T07:00:10.806Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-07T07:00:10.806Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-07T07:00:10.806Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T07:00:10.806Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-07T07:00:10.806Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-07T07:00:10.807Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T07:00:10.807Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-07T07:00:10.807Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-07T07:00:10.807Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T07:00:10.807Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-10-07T07:00:10.807Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-10-07T07:00:10.807Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-07T07:00:10.808Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=3c5309e0-8464-4d1c-9159-bdf5633dbfa2
2022-10-07T07:00:10.808Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T07:00:10.808Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T07:00:10.808Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T07:00:10.808Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T07:00:10.808Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T07:00:10.808Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T07:00:10.809Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T07:00:10.809Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T07:00:10.809Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:e712bb60-dc94-44f3-aac5-30eb27a722f2
Model Version:NULL
Model InvariantUuid:23e22151-bc59-4fd0-b31b-d7a3c48730b8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:4ff88db2-2564-4101-a81c-cc9c0ceb1988
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1c1ae64d-0ad3-4f70-83c4-ea568ff0d8f9
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:dcf284b4-94ff-463c-ad73-165d1eb9d50a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cc94d8da-343e-44e2-bd44-7dccd980f8f4
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:c6a71974-dc8c-49e9-b124-227c14c35d46
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:3c5309e0-8464-4d1c-9159-bdf5633dbfa2
ModelInvariantUuid:e0880f8a-bf46-44a7-b605-cdb08f85c1de
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:a56a1dff-ffae-4612-a15d-738513c13eea
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:88649f29-0404-4954-8a21-d9fbf7a2c27a
ModelInvariantUuid:56cb56a7-3942-4012-97dc-7636ee0e504c
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:c0f92545-3161-4073-8777-8cc0c3d950bc
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-10-07T07:00:10.815Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 17f5fb47-1892-4a4a-bdc9-84f3b38aaff0
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-10-07T07:00:10.817Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||INFO|500||basic_vm_macro 0
2022-10-07T07:00:10.817Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 17f5fb47-1892-4a4a-bdc9-84f3b38aaff0
2022-10-07T07:00:10.817Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c1b9444e-e80a-426e-9e0f-b97dec3d6475 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-10-07T07:00:10.817Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-10-07T07:00:10.817Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||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-10-07T07:00:11.122Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-10-07T07:00:11.123Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json c1b9444e-e80a-426e-9e0f-b97dec3d6475 792
2022-10-07T07:00:11.123Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||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-10-07T07:00:11.123Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||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-10-07T07:00:11.123Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-07T07:00:11.123Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-07T07:00:11.125Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T07:00:11.125Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665126011123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-07T07:00:11.225Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T07:00:11.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-10-07T07:00:11.226Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:00:11.238Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:00:11.238Z||pool-105-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-07T07:00:12.125Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "cc94d8da-343e-44e2-bd44-7dccd980f8f4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c6a71974-dc8c-49e9-b124-227c14c35d46",
    "vfModuleModelCustomizationUUID": "a736439f-14c0-41da-912a-3e09afabae30",
    "isBase": true,
    "artifacts": [
      "dfd95b7c-d73a-4d82-94a1-e88283ef886b",
      "8e1dd557-d08a-4a4a-b69c-50730318cdde"
    ],
    "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-10-07T07:00:12.129Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c6a71974-dc8c-49e9-b124-227c14c35d46
VfModuleModelInvariantUUID:cc94d8da-343e-44e2-bd44-7dccd980f8f4
VfModuleModelDescription:NULL
Artifacts UUID List:{
dfd95b7c-d73a-4d82-94a1-e88283ef886b
,
8e1dd557-d08a-4a4a-b69c-50730318cdde

}
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-10-07T07:00:12.131Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "cc94d8da-343e-44e2-bd44-7dccd980f8f4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c6a71974-dc8c-49e9-b124-227c14c35d46",
    "vfModuleModelCustomizationUUID": "a736439f-14c0-41da-912a-3e09afabae30",
    "isBase": true,
    "artifacts": [
      "dfd95b7c-d73a-4d82-94a1-e88283ef886b",
      "8e1dd557-d08a-4a4a-b69c-50730318cdde"
    ],
    "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-10-07T07:00:12.131Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c6a71974-dc8c-49e9-b124-227c14c35d46
VfModuleModelInvariantUUID:cc94d8da-343e-44e2-bd44-7dccd980f8f4
VfModuleModelDescription:NULL
Artifacts UUID List:{
dfd95b7c-d73a-4d82-94a1-e88283ef886b
,
8e1dd557-d08a-4a4a-b69c-50730318cdde

}
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-10-07T07:00:12.131Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: dfd95b7c-d73a-4d82-94a1-e88283ef886b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-10-07T07:00:12.131Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-10-07T07:00:12.132Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||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-10-07T07:00:12.214Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-10-07T07:00:12.215Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml dfd95b7c-d73a-4d82-94a1-e88283ef886b 5033
2022-10-07T07:00:12.215Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||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-10-07T07:00:12.215Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||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-10-07T07:00:12.215Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-07T07:00:12.215Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-07T07:00:12.217Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T07:00:12.217Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665126012215,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-07T07:00:12.317Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T07:00:12.317Z||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-10-07T07:00:12.317Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:00:12.332Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:00:12.332Z||pool-106-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-07T07:00:13.218Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8e1dd557-d08a-4a4a-b69c-50730318cdde from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-10-07T07:00:13.218Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-10-07T07:00:13.218Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||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-10-07T07:00:13.327Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-10-07T07:00:13.327Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 8e1dd557-d08a-4a4a-b69c-50730318cdde 903
2022-10-07T07:00:13.328Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||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-10-07T07:00:13.328Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||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-10-07T07:00:13.328Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-07T07:00:13.328Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-07T07:00:13.330Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T07:00:13.330Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665126013327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-10-07T07:00:13.430Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T07:00:13.431Z||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-10-07T07:00:13.431Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:00:13.442Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:00:13.443Z||pool-107-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-07T07:00:14.330Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: e712bb60-dc94-44f3-aac5-30eb27a722f2
2022-10-07T07:00:14.331Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 17f5fb47-1892-4a4a-bdc9-84f3b38aaff0 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-10-07T07:00:14.344Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2e4bfdc5, org.onap.sdc.toscaparser.api.parameters.Input@76af12f7, org.onap.sdc.toscaparser.api.parameters.Input@57395f2f, org.onap.sdc.toscaparser.api.parameters.Input@4528e77f, org.onap.sdc.toscaparser.api.parameters.Input@347c9fca]
2022-10-07T07:00:14.345Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T07:00:14.345Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T07:00:14.345Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-10-07T07:00:14.346Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= dcf284b4-94ff-463c-ad73-165d1eb9d50a
2022-10-07T07:00:14.346Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: dcf284b4-94ff-463c-ad73-165d1eb9d50a matches Tosca VF Customization UUID: dcf284b4-94ff-463c-ad73-165d1eb9d50a
2022-10-07T07:00:14.346Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: dcf284b4-94ff-463c-ad73-165d1eb9d50a  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-10-07T07:00:14.348Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T07:00:14.348Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T07:00:14.349Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id dcf284b4-94ff-463c-ad73-165d1eb9d50a: {\"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-10-07T07:00:14.349Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2506e3db
2022-10-07T07:00:14.349Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T07:00:14.350Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-07T07:00:14.350Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a736439f-14c0-41da-912a-3e09afabae30
2022-10-07T07:00:14.350Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a736439f-14c0-41da-912a-3e09afabae30
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-10-07T07:00:14.353Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T07:00:14.353Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-07T07:00:14.353Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-07T07:00:14.353Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T07:00:14.354Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-07T07:00:14.354Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-07T07:00:14.354Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T07:00:14.354Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-10-07T07:00:14.354Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-10-07T07:00:14.355Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-07T07:00:14.355Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=3c5309e0-8464-4d1c-9159-bdf5633dbfa2
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-10-07T07:00:14.357Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T07:00:14.357Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-07T07:00:14.358Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-07T07:00:14.358Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T07:00:14.358Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-07T07:00:14.358Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=dcf284b4-94ff-463c-ad73-165d1eb9d50a
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-10-07T07:00:14.360Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T07:00:14.360Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T07:00:14.361Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid e712bb60-dc94-44f3-aac5-30eb27a722f2: basic_vm_macro
2022-10-07T07:00:14.361Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T07:00:14.361Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T07:00:14.361Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T07:00:14.361Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T07:00:14.362Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T07:00:14.362Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T07:00:14.362Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T07:00:14.362Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T07:00:14.363Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T07:00:14.363Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T07:00:14.363Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||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-10-07T07:00:14.442Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 17f5fb47-1892-4a4a-bdc9-84f3b38aaff0 1 ASDC deployResourceStructure
2022-10-07T07:00:14.443Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||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-10-07T07:00:14.443Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||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-10-07T07:00:14.443Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-07T07:00:14.444Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-07T07:00:14.445Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T07:00:14.446Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665126014443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-07T07:00:14.545Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-07T07:00:14.546Z||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-10-07T07:00:14.546Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:00:14.557Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:00:14.558Z||pool-108-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-07T07:00:15.448Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||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-10-07T07:00:15.449Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||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-10-07T07:00:15.449Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-07T07:00:15.449Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-07T07:00:15.452Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T07:00:15.452Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665126015448,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-10-07T07:00:15.551Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-07T07:00:15.552Z||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-10-07T07:00:15.552Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:00:15.565Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:00:15.565Z||pool-109-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-07T07:00:16.453Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||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-10-07T07:00:16.453Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||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-10-07T07:00:16.453Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-07T07:00:16.453Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-07T07:00:16.455Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T07:00:16.455Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665126016452,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-10-07T07:00:16.557Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-07T07:00:16.559Z||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-10-07T07:00:16.560Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:00:16.569Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:00:16.569Z||pool-110-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-07T07:00:17.456Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-10-07T07:00:17.456Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-10-07T07:00:17.456Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-07T07:00:17.457Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-07T07:00:17.458Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T07:00:17.458Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665126017456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-07T07:00:17.558Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-07T07:00:17.559Z||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-10-07T07:00:17.559Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:00:17.574Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:00:17.575Z||pool-111-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-10-07T07:00:18.459Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3fea2877-0a52-4b7a-8892-c4bc214cf38f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-07T07:00:18.469Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3fea2877-0a52-4b7a-8892-c4bc214cf38f
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-10-07T07:00:18.472Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-07T07:00:18.472Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-07T07:00:18.472Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-07T07:00:18.472Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-07T07:00:18.472Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-07T07:00:18.473Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-07T07:00:18.473Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-07T07:00:18.473Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-07T07:00:18.473Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-07T07:00:18.473Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-07T07:00:18.473Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|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-10-07T07:00:18.478Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-07T07:00:48.479Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3fea2877-0a52-4b7a-8892-c4bc214cf38f 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-10-07T07:00:48.486Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3fea2877-0a52-4b7a-8892-c4bc214cf38f and serviceModelVersionId: e712bb60-dc94-44f3-aac5-30eb27a722f2
2022-10-07T07:00:48.486Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 23e22151-bc59-4fd0-b31b-d7a3c48730b8
2022-10-07T07:00:48.487Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/23e22151-bc59-4fd0-b31b-d7a3c48730b8/model-vers/model-ver/e712bb60-dc94-44f3-aac5-30eb27a722f2?depth=0
2022-10-07T07:00:48.491Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-10-07T07:00:48.530Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|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/23e22151-bc59-4fd0-b31b-d7a3c48730b8/model-vers/model-ver/e712bb60-dc94-44f3-aac5-30eb27a722f2?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-10-07T07:00:48.532Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23e22151-bc59-4fd0-b31b-d7a3c48730b8/model-vers/model-ver/e712bb60-dc94-44f3-aac5-30eb27a722f2?depth=0|INFO|500||Invoke
2022-10-07T07:00:48.549Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23e22151-bc59-4fd0-b31b-d7a3c48730b8/model-vers/model-ver/e712bb60-dc94-44f3-aac5-30eb27a722f2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-07T07:00:48.802Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23e22151-bc59-4fd0-b31b-d7a3c48730b8/model-vers/model-ver/e712bb60-dc94-44f3-aac5-30eb27a722f2?depth=0|INFO|500||InvokeReturn
2022-10-07T07:00:48.803Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|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/23e22151-bc59-4fd0-b31b-d7a3c48730b8/model-vers/model-ver/e712bb60-dc94-44f3-aac5-30eb27a722f2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221007-07:00:47:765-40431], vertex-id=[462976], Content-Length=[0], Date=[Fri, 07 Oct 2022 07:00:47 GMT], Content-Type=[application/json]}
2022-10-07T07:00:48.804Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-10-07T07:00:48.804Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-07T07:00:48.804Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|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-10-07T07:00:48.808Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|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-10-07T07:00:48.808Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3fea2877-0a52-4b7a-8892-c4bc214cf38f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-07T07:00:48.809Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-07T07:00:48.809Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-07T07:00:48.811Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T07:00:48.811Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665126048808,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-07T07:00:48.911Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T07:00:48.913Z||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-10-07T07:00:48.913Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:00:48.928Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:00:48.929Z||pool-112-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-07T07:00:49.824Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:00:49.825Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|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-10-07T07:00:49.825Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:00:54.267Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:00:54.267Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-07T07:00:54.267Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"f77a17cd-4f64-4756-b875-11d502d2e076","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"507bfdf9-f854-4666-9c4c-a7e464c5a759","serviceDescription":"service","serviceInvariantUUID":"489bec5a-d551-438f-b352-43478c48e366","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"77cdf7cb-4aa8-4a26-8cfb-22e8ca8003ff","resourceInvariantUUID":"df418bde-7655-41a3-9a3c-1aa4259dd37f","resourceCustomizationUUID":"eccbc24a-728f-45b5-b447-e929e164e5b7","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":"NGI2YjQ1NWRhMzhiYTJhNTE2NzE3ZTI2NDU1ZDA5NTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"72a52a89-0509-4478-b5ca-47d2612e7f31","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":"96e6fdce-5558-416c-83de-bbe97a550259","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":"16bd47ca-255f-40a9-81e5-fa8eca4742f6","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":"OTdiZjUyOGU5YmI3N2U5ZWQ4ZTA3Y2FlMjIyYWNlODI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"72a07d10-26e2-41f7-85db-c89bc79628bd","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":"98fb5cfb-ec27-4da5-8b34-e6124a1d0b3e","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":"955542a0-0dc4-4d16-a229-6a921168bf3d","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":"41a37c63-6a9f-418d-a5e8-48431a35546f","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":"OWIyNTVhYzIzM2Y3YjU0MGI5ZDU0NWY5Nzg4ZjMyNDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"50dad8f1-eea3-4c26-b068-bee5e951fe6f","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"Njg2YTU1MjdhMTVhOTAwMmYwODdhZjczYTUwNjk4MzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8e303c01-770c-4ce2-858c-52297daf754d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-07T07:00:54.269Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T07:00:54.270Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-07T07:00:54.271Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T07:00:54.271Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665126049824,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T07:00:54.371Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-07T07:00:54.374Z||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-10-07T07:00:54.374Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:00:54.399Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:00:54.400Z||pool-113-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-10-07T07:00:55.273Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T07:00:55.274Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-07T07:00:55.278Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T07:00:55.278Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665126049824,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-07T07:00:55.378Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T07:00:55.379Z||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-10-07T07:00:55.379Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:00:55.395Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:00:55.395Z||pool-114-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-07T07:00:56.278Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T07:00:56.279Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-07T07:00:56.282Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T07:00:56.282Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665126049824,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-07T07:00:56.382Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T07:00:56.383Z||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-10-07T07:00:56.383Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:00:56.400Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:00:56.400Z||pool-115-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-07T07:00:57.282Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T07:00:57.283Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-07T07:00:57.285Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T07:00:57.285Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665126049824,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-07T07:00:57.385Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-07T07:00:57.386Z||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-10-07T07:00:57.386Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:00:57.416Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:00:57.417Z||pool-116-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-10-07T07:00:58.285Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T07:00:58.286Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-07T07:00:58.288Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T07:00:58.288Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665126049824,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T07:00:58.388Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-07T07:00:58.389Z||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-10-07T07:00:58.389Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:00:58.400Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:00:58.401Z||pool-117-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-07T07:00:59.288Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T07:00:59.289Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-07T07:00:59.310Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T07:00:59.310Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665126049824,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T07:00:59.391Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 81 ms
2022-10-07T07:00:59.392Z||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-10-07T07:00:59.392Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:00:59.403Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:00:59.403Z||pool-118-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-07T07:01:00.312Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T07:01:00.312Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-07T07:01:00.314Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T07:01:00.314Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665126049824,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T07:01:00.414Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T07:01:00.414Z||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-10-07T07:01:00.415Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:01:00.426Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:01:00.426Z||pool-119-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-07T07:01:01.315Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T07:01:01.316Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-07T07:01:01.317Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T07:01:01.318Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665126049824,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T07:01:01.417Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-07T07:01:01.418Z||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-10-07T07:01:01.418Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:01:01.432Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:01:01.432Z||pool-120-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-07T07:01:02.318Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-07T07:01:02.319Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-07T07:01:02.321Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T07:01:02.321Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665126049824,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-07T07:01:02.421Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T07:01:02.422Z||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-10-07T07:01:02.433Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:01:02.446Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:01:02.446Z||pool-121-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-10-07T07:01:03.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:01:03.024Z||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-10-07T07:01:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:01:03.048Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:01:03.049Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-07T07:01:03.049Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9c867-5e6a-4c7b-9b39-b26b3302773c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665125998663,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-07T07:01:03.050Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T07:01:03.050Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-07T07:01:03.050Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665125763018,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T07:01:03.050Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-07T07:01:03.050Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-07T07:01:03.050Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665125763018,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-07T07:01:03.050Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-07T07:01:03.050Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-07T07:01:03.050Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665125763018,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-07T07:01:03.050Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-07T07:01:03.050Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-07T07:01:03.050Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665125763018,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T07:01:03.050Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-07T07:01:03.323Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "507bfdf9-f854-4666-9c4c-a7e464c5a759",
  "serviceDescription": "service",
  "serviceInvariantUUID": "489bec5a-d551-438f-b352-43478c48e366",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "eccbc24a-728f-45b5-b447-e929e164e5b7",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "77cdf7cb-4aa8-4a26-8cfb-22e8ca8003ff",
      "resourceInvariantUUID": "df418bde-7655-41a3-9a3c-1aa4259dd37f",
      "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": "Njg2YTU1MjdhMTVhOTAwMmYwODdhZjczYTUwNjk4MzI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8e303c01-770c-4ce2-858c-52297daf754d"
    }
  ],
  "workloadContext": "Production"
}
2022-10-07T07:01:03.323Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-07T07:01:03.323Z|3fea2877-0a52-4b7a-8892-c4bc214cf38f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 507bfdf9-f854-4666-9c4c-a7e464c5a759 ASDC
2022-10-07T07:01:03.323Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:f77a17cd-4f64-4756-b875-11d502d2e076
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:507bfdf9-f854-4666-9c4c-a7e464c5a759
ServiceInvariantUUID:489bec5a-d551-438f-b352-43478c48e366
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:8e303c01-770c-4ce2-858c-52297daf754d
ArtifactChecksum:Njg2YTU1MjdhMTVhOTAwMmYwODdhZjczYTUwNjk4MzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:eccbc24a-728f-45b5-b447-e929e164e5b7
ResourceInvariantUUID:df418bde-7655-41a3-9a3c-1aa4259dd37f
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:77cdf7cb-4aa8-4a26-8cfb-22e8ca8003ff
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-10-07T07:01:03.323Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 507bfdf9-f854-4666-9c4c-a7e464c5a759 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-10-07T07:01:03.353Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-07T07:01:03.354Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-10-07T07:01:03.354Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-10-07T07:01:03.354Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8e303c01-770c-4ce2-858c-52297daf754d from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-10-07T07:01:03.354Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-10-07T07:01:03.354Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-10-07T07:01:03.709Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-10-07T07:01:03.715Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 8e303c01-770c-4ce2-858c-52297daf754d 110862
2022-10-07T07:01:03.716Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-10-07T07:01:03.716Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-10-07T07:01:03.716Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-07T07:01:03.716Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-07T07:01:03.718Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T07:01:03.718Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665126063716,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-07T07:01:03.818Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T07:01:03.819Z||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-10-07T07:01:03.819Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:01:03.830Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:01:03.831Z||pool-122-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-10-07T07:01:04.719Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-07T07:01:04.719Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-10-07T07:01:04.720Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 8e303c01-770c-4ce2-858c-52297daf754d, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-07T07:01:04.720Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-10-07T07:01:04.720Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-07T07:01:04.720Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-07T07:01:04.835Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3048284149948728831/Definitions/service-TestPnfMacro-template.yml
2022-10-07T07:01:05.669Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-07T07:01:05.669Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-10-07T07:01:05.670Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-07T07:01:05.670Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-07T07:01:05.670Z|f77a17cd-4f64-4756-b875-11d502d2e076|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-TestPnfMacro-csar.csar
2022-10-07T07:01:05.670Z|f77a17cd-4f64-4756-b875-11d502d2e076|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-TestPnfMacro-csar.csar
2022-10-07T07:01:05.670Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||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-10-07T07:01:05.670Z|f77a17cd-4f64-4756-b875-11d502d2e076|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-TestPnfMacro-csar.csar
2022-10-07T07:01:05.670Z|f77a17cd-4f64-4756-b875-11d502d2e076|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-TestPnfMacro-csar.csar
2022-10-07T07:01:05.670Z|f77a17cd-4f64-4756-b875-11d502d2e076|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-TestPnfMacro-csar.csar
2022-10-07T07:01:05.670Z|f77a17cd-4f64-4756-b875-11d502d2e076|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-TestPnfMacro-csar.csar
2022-10-07T07:01:05.670Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-10-07T07:01:05.670Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T07:01:05.670Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T07:01:05.671Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-10-07T07:01:05.671Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-10-07T07:01:05.671Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-07T07:01:05.671Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T07:01:05.671Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T07:01:05.671Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-10-07T07:01:05.671Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-10-07T07:01:05.672Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-07T07:01:05.672Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T07:01:05.672Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T07:01:05.672Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T07:01:05.672Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T07:01:05.672Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T07:01:05.672Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T07:01:05.672Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T07:01:05.673Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T07:01:05.673Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T07:01:05.673Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T07:01:05.673Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:507bfdf9-f854-4666-9c4c-a7e464c5a759
Model Version:NULL
Model InvariantUuid:489bec5a-d551-438f-b352-43478c48e366
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-10-07T07:01:05.680Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 77cdf7cb-4aa8-4a26-8cfb-22e8ca8003ff
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-10-07T07:01:05.683Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||INFO|500||test-pnf 0
2022-10-07T07:01:05.683Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 77cdf7cb-4aa8-4a26-8cfb-22e8ca8003ff
2022-10-07T07:01:05.683Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 507bfdf9-f854-4666-9c4c-a7e464c5a759
2022-10-07T07:01:05.683Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 507bfdf9-f854-4666-9c4c-a7e464c5a759
2022-10-07T07:01:05.683Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 77cdf7cb-4aa8-4a26-8cfb-22e8ca8003ff 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-10-07T07:01:05.687Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@207c7f21, org.onap.sdc.toscaparser.api.parameters.Input@39d4ecdb, org.onap.sdc.toscaparser.api.parameters.Input@67225cce, org.onap.sdc.toscaparser.api.parameters.Input@2904f05b, org.onap.sdc.toscaparser.api.parameters.Input@6ac2172d]
2022-10-07T07:01:05.687Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T07:01:05.687Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T07:01:05.687Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 507bfdf9-f854-4666-9c4c-a7e464c5a759: test-pnf
2022-10-07T07:01:05.687Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||INFO|500||Processing PNF resource: 77cdf7cb-4aa8-4a26-8cfb-22e8ca8003ff
2022-10-07T07:01:05.687Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-07T07:01:05.688Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-07T07:01:05.688Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||INFO|500||Resource customization UUID: eccbc24a-728f-45b5-b447-e929e164e5b7 is the same as notified resource customizationUUID: eccbc24a-728f-45b5-b447-e929e164e5b7
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-10-07T07:01:05.718Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 77cdf7cb-4aa8-4a26-8cfb-22e8ca8003ff 0 ASDC deployResourceStructure
2022-10-07T07:01:05.718Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-10-07T07:01:05.718Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-10-07T07:01:05.718Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-07T07:01:05.719Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-07T07:01:05.721Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T07:01:05.721Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665126065718,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-07T07:01:05.821Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T07:01:05.822Z||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-10-07T07:01:05.822Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:01:05.836Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:01:05.836Z||pool-123-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-07T07:01:06.722Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f77a17cd-4f64-4756-b875-11d502d2e076
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-07T07:01:06.736Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f77a17cd-4f64-4756-b875-11d502d2e076
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-10-07T07:01:06.738Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-07T07:01:06.738Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-07T07:01:06.738Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-07T07:01:06.738Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-07T07:01:06.738Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-07T07:01:06.738Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-07T07:01:06.739Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-07T07:01:06.739Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-07T07:01:06.739Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-07T07:01:06.739Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-07T07:01:06.739Z|f77a17cd-4f64-4756-b875-11d502d2e076|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-10-07T07:01:06.743Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-07T07:01:36.745Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f77a17cd-4f64-4756-b875-11d502d2e076 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-10-07T07:01:36.753Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f77a17cd-4f64-4756-b875-11d502d2e076 and serviceModelVersionId: 507bfdf9-f854-4666-9c4c-a7e464c5a759
2022-10-07T07:01:36.753Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 489bec5a-d551-438f-b352-43478c48e366
2022-10-07T07:01:36.754Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/489bec5a-d551-438f-b352-43478c48e366/model-vers/model-ver/507bfdf9-f854-4666-9c4c-a7e464c5a759?depth=0
2022-10-07T07:01:36.759Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-10-07T07:01:36.800Z|f77a17cd-4f64-4756-b875-11d502d2e076|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/489bec5a-d551-438f-b352-43478c48e366/model-vers/model-ver/507bfdf9-f854-4666-9c4c-a7e464c5a759?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-10-07T07:01:36.802Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/489bec5a-d551-438f-b352-43478c48e366/model-vers/model-ver/507bfdf9-f854-4666-9c4c-a7e464c5a759?depth=0|INFO|500||Invoke
2022-10-07T07:01:36.819Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/489bec5a-d551-438f-b352-43478c48e366/model-vers/model-ver/507bfdf9-f854-4666-9c4c-a7e464c5a759?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-07T07:01:37.207Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/489bec5a-d551-438f-b352-43478c48e366/model-vers/model-ver/507bfdf9-f854-4666-9c4c-a7e464c5a759?depth=0|INFO|500||InvokeReturn
2022-10-07T07:01:37.208Z|f77a17cd-4f64-4756-b875-11d502d2e076|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/489bec5a-d551-438f-b352-43478c48e366/model-vers/model-ver/507bfdf9-f854-4666-9c4c-a7e464c5a759?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221007-07:01:36:045-27509], vertex-id=[270352], Content-Length=[0], Date=[Fri, 07 Oct 2022 07:01:36 GMT], Content-Type=[application/json]}
2022-10-07T07:01:37.208Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-10-07T07:01:37.208Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-07T07:01:37.208Z|f77a17cd-4f64-4756-b875-11d502d2e076|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-10-07T07:01:37.213Z|f77a17cd-4f64-4756-b875-11d502d2e076|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-10-07T07:01:37.214Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f77a17cd-4f64-4756-b875-11d502d2e076 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-07T07:01:37.214Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-07T07:01:37.215Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-07T07:01:37.217Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-07T07:01:37.217Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665126097214,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-07T07:01:37.317Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-07T07:01:37.318Z||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-10-07T07:01:37.318Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:01:37.333Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:01:37.334Z||pool-124-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-07T07:01:38.228Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:01:38.228Z|f77a17cd-4f64-4756-b875-11d502d2e076|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-10-07T07:01:38.229Z|f77a17cd-4f64-4756-b875-11d502d2e076|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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:01:47.771Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:01:47.772Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:01:47.772Z|f77a17cd-4f64-4756-b875-11d502d2e076|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-10-07T07:01:47.772Z|f77a17cd-4f64-4756-b875-11d502d2e076|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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:01:57.326Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:01:57.327Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:01:57.328Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|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-10-07T07:01:57.328Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:02:03.024Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:02:03.024Z||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-10-07T07:02:03.025Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:02:03.048Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:02:03.049Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-07T07:02:03.049Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665125763018,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-10-07T07:02:03.050Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-07T07:02:03.051Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-07T07:02:03.051Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665125763018,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-07T07:02:03.051Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-07T07:02:03.051Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-07T07:02:03.051Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665125763018,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T07:02:03.051Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-07T07:02:03.051Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-07T07:02:03.051Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665125763018,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-07T07:02:03.051Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-07T07:02:03.051Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-07T07:02:03.051Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665126008409,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-07T07:02:03.051Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T07:02:03.052Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-07T07:02:03.052Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665126011123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-07T07:02:03.052Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T07:02:03.052Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-07T07:02:03.052Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665126012215,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-07T07:02:03.052Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T07:02:03.052Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-07T07:02:03.052Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665126013327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-10-07T07:02:03.052Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T07:02:03.052Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-07T07:02:03.052Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665126014443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-07T07:02:03.052Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T07:02:03.052Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-07T07:02:03.052Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665126015448,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-10-07T07:02:03.053Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T07:02:03.053Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-07T07:02:03.053Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665126016452,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-10-07T07:02:03.053Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T07:02:03.053Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-07T07:02:03.053Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665126017456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-07T07:02:03.053Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T07:02:03.053Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-07T07:02:03.053Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fea2877-0a52-4b7a-8892-c4bc214cf38f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665126048808,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-07T07:02:03.053Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T07:02:03.053Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-07T07:02:03.053Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665126049824,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T07:02:03.053Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-07T07:02:03.054Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-07T07:02:03.054Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665126049824,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-07T07:02:03.054Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-07T07:02:03.054Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-07T07:02:03.054Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665126049824,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-07T07:02:03.054Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-07T07:02:03.054Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-07T07:02:03.054Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665126049824,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-07T07:02:03.054Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-07T07:02:03.054Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-07T07:02:03.054Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665126049824,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T07:02:03.054Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-07T07:02:03.054Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-07T07:02:03.054Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665126049824,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T07:02:03.054Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-07T07:02:03.055Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-07T07:02:03.055Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665126049824,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T07:02:03.055Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-07T07:02:03.055Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-07T07:02:03.055Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665126049824,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-07T07:02:03.055Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-07T07:02:03.055Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-07T07:02:03.055Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665126049824,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-07T07:02:03.055Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-07T07:02:06.901Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:02:06.901Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:02:06.902Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|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-10-07T07:02:06.902Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:02:16.474Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:02:16.474Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:02:16.475Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|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-10-07T07:02:16.475Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:02:26.024Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:03:03.015Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:03:03.016Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|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-10-07T07:03:03.016Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:03:03.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:03:03.024Z||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-10-07T07:03:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:03:03.546Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:03:03.547Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-07T07:03:03.547Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665126063716,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-07T07:03:03.548Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T07:03:03.548Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-07T07:03:03.548Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665126065718,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-07T07:03:03.548Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T07:03:03.548Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-07T07:03:03.548Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f77a17cd-4f64-4756-b875-11d502d2e076",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665126097214,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-07T07:03:03.549Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-07T07:03:12.582Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:04:03.015Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:04:03.016Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|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-10-07T07:04:03.016Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:04:03.023Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:04:03.024Z|b993d311-894b-4a81-a146-05749d8e29ce|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-10-07T07:04:03.024Z|b993d311-894b-4a81-a146-05749d8e29ce|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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:04:12.593Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:04:12.624Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:05:03.015Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:05:03.016Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|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-10-07T07:05:03.017Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:05:03.023Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:05:03.024Z||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-10-07T07:05:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:05:12.568Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:05:12.584Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:06:03.016Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:06:03.017Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|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-10-07T07:06:03.017Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:06:03.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:06:03.024Z||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-10-07T07:06:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:06:12.595Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:06:12.625Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:07:03.015Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:07:03.023Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:07:03.024Z||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-10-07T07:07:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:07:03.030Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|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-10-07T07:07:03.030Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:07:12.577Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:07:12.582Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:08:03.015Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:08:03.016Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|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-10-07T07:08:03.016Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:08:03.023Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:08:03.024Z||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-10-07T07:08:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:08:12.567Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:08:12.574Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:09:03.022Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:09:03.023Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|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-10-07T07:09:03.023Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:09:03.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:09:03.024Z||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-10-07T07:09:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:09:12.592Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:09:12.593Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:10:03.015Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:10:03.016Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|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-10-07T07:10:03.017Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:10:03.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:10:03.024Z||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-10-07T07:10:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:10:12.560Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:10:12.571Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:11:03.015Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:11:03.017Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|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-10-07T07:11:03.017Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:11:03.023Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:11:03.024Z|f77a17cd-4f64-4756-b875-11d502d2e076|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-10-07T07:11:03.024Z|f77a17cd-4f64-4756-b875-11d502d2e076|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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:11:12.560Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:11:12.564Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:12:03.015Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:12:03.016Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|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-10-07T07:12:03.016Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:12:03.023Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:12:03.024Z||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-10-07T07:12:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:12:12.577Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:12:12.583Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:13:03.015Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:13:03.016Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|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-10-07T07:13:03.016Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:13:03.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:13:03.024Z||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-10-07T07:13:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:13:12.564Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:13:12.565Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:14:03.015Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:14:03.016Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|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-10-07T07:14:03.016Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:14:03.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:14:03.024Z||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-10-07T07:14:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:14:12.561Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:14:12.569Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:15:03.015Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:15:03.016Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|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-10-07T07:15:03.017Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:15:03.023Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:15:03.024Z|b993d311-894b-4a81-a146-05749d8e29ce|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-10-07T07:15:03.024Z|b993d311-894b-4a81-a146-05749d8e29ce|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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:15:12.563Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:15:12.563Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:16:03.015Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:16:03.017Z|b993d311-894b-4a81-a146-05749d8e29ce|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-10-07T07:16:03.017Z|b993d311-894b-4a81-a146-05749d8e29ce|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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:16:03.024Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:16:03.024Z||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-10-07T07:16:03.025Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:16:12.571Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:16:12.575Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:17:03.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:17:03.016Z||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-10-07T07:17:03.016Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:17:03.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:17:03.024Z||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-10-07T07:17:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:17:12.570Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:17:12.572Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:18:03.019Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:18:03.019Z||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-10-07T07:18:03.020Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:18:03.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:18:03.024Z||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-10-07T07:18:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:18:12.572Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:18:12.572Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:19:03.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:19:03.017Z||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-10-07T07:19:03.017Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:19:03.023Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:19:03.024Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|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-10-07T07:19:03.024Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:19:12.581Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:19:12.585Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:20:03.017Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:20:03.019Z||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-10-07T07:20:03.019Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:20:03.024Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:20:03.025Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|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-10-07T07:20:03.025Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:20:12.569Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:20:12.572Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:21:03.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:21:03.016Z||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-10-07T07:21:03.016Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:21:03.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:21:03.024Z||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-10-07T07:21:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:21:12.583Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:21:12.583Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:22:03.015Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:22:03.016Z||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-10-07T07:22:03.016Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:22:03.023Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:22:03.024Z||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-10-07T07:22:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:22:12.592Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:22:12.595Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:23:03.018Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:23:03.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:23:03.028Z||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-10-07T07:23:03.028Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:23:03.045Z||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-10-07T07:23:03.046Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:23:12.691Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:23:12.692Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:24:03.015Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:24:03.016Z||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-10-07T07:24:03.016Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:24:03.023Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:24:03.024Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|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-10-07T07:24:03.024Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:24:12.570Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:24:12.570Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:25:03.015Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:25:03.016Z||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-10-07T07:25:03.016Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:25:03.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:25:03.024Z||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-10-07T07:25:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:25:12.569Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:25:12.574Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:26:03.017Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:26:03.018Z||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-10-07T07:26:03.018Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:26:03.023Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:26:03.024Z||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-10-07T07:26:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:26:12.569Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:26:12.571Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:27:03.015Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:27:03.016Z||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-10-07T07:27:03.016Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:27:03.023Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:27:03.024Z||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-10-07T07:27:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:27:12.578Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:27:12.584Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:28:03.015Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:28:03.017Z||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-10-07T07:28:03.017Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:28:03.023Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:28:03.024Z|f77a17cd-4f64-4756-b875-11d502d2e076|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-10-07T07:28:03.024Z|f77a17cd-4f64-4756-b875-11d502d2e076|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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:28:12.576Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:28:12.585Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:29:03.015Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:29:03.016Z||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-10-07T07:29:03.017Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:29:03.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:29:03.024Z||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-10-07T07:29:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:29:12.567Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:29:12.571Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:30:03.015Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:30:03.017Z||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-10-07T07:30:03.017Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:30:03.025Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:30:03.025Z||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-10-07T07:30:03.025Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:30:12.578Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:30:12.579Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:31:03.015Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:31:03.016Z||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-10-07T07:31:03.016Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:31:03.023Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:31:03.024Z||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-10-07T07:31:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:31:12.589Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:31:12.589Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:32:03.015Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:32:03.016Z||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-10-07T07:32:03.016Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:32:03.023Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:32:03.024Z|f77a17cd-4f64-4756-b875-11d502d2e076|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-10-07T07:32:03.024Z|f77a17cd-4f64-4756-b875-11d502d2e076|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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:32:12.572Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:32:12.572Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:33:03.016Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:33:03.017Z||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-10-07T07:33:03.017Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:33:03.023Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:33:03.024Z||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-10-07T07:33:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:33:12.566Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:33:12.566Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:34:03.015Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:34:03.016Z||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-10-07T07:34:03.016Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:34:03.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:34:03.024Z||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-10-07T07:34:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:34:12.568Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:34:12.579Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:35:03.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:35:03.016Z||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-10-07T07:35:03.016Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:35:03.024Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:35:03.024Z|b993d311-894b-4a81-a146-05749d8e29ce|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-10-07T07:35:03.024Z|b993d311-894b-4a81-a146-05749d8e29ce|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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:35:12.580Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:35:12.580Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:36:03.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:36:03.017Z||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-10-07T07:36:03.017Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:36:03.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:36:03.024Z||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-10-07T07:36:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:36:12.577Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:36:12.577Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:37:03.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:37:03.016Z||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-10-07T07:37:03.016Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:37:03.023Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:37:03.024Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|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-10-07T07:37:03.024Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:37:12.578Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:37:12.578Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:38:03.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:38:03.016Z||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-10-07T07:38:03.016Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:38:03.023Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:38:03.024Z||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-10-07T07:38:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:38:12.573Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:38:12.591Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:39:03.016Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:39:03.019Z||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-10-07T07:39:03.020Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:39:03.024Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:39:03.024Z|b993d311-894b-4a81-a146-05749d8e29ce|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-10-07T07:39:03.024Z|b993d311-894b-4a81-a146-05749d8e29ce|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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:39:12.591Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:39:12.598Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:40:03.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:40:03.017Z||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-10-07T07:40:03.017Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:40:03.024Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:40:03.025Z||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-10-07T07:40:03.025Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:40:12.576Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:40:12.604Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:41:03.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:41:03.016Z||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-10-07T07:41:03.017Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:41:03.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:41:03.024Z||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-10-07T07:41:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:41:12.566Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:41:12.592Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:42:03.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:42:03.016Z||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-10-07T07:42:03.016Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:42:03.023Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:42:03.024Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|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-10-07T07:42:03.024Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:42:12.580Z|6382dc2b-e72f-4728-b9b7-8ebb60fd95f9|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:42:12.584Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:43:03.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:43:03.016Z||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-10-07T07:43:03.016Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:43:03.023Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:43:03.024Z|f77a17cd-4f64-4756-b875-11d502d2e076|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-10-07T07:43:03.024Z|f77a17cd-4f64-4756-b875-11d502d2e076|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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:43:12.581Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:43:12.582Z|f77a17cd-4f64-4756-b875-11d502d2e076|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:44:03.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:44:03.016Z||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-10-07T07:44:03.016Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:44:03.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:44:03.024Z||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-10-07T07:44:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:44:12.558Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:44:12.598Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:45:03.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:45:03.017Z||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-10-07T07:45:03.017Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:45:03.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:45:03.024Z||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-10-07T07:45:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:45:12.576Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:45:12.588Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:46:03.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:46:03.016Z||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-10-07T07:46:03.016Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:46:03.023Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:46:03.024Z||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-10-07T07:46:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:46:12.598Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:46:12.602Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:47:03.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:47:03.016Z||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-10-07T07:47:03.016Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:47:03.024Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:47:03.024Z|b993d311-894b-4a81-a146-05749d8e29ce|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-10-07T07:47:03.024Z|b993d311-894b-4a81-a146-05749d8e29ce|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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:47:12.595Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:47:12.595Z|b993d311-894b-4a81-a146-05749d8e29ce|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:48:03.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:48:03.016Z||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-10-07T07:48:03.016Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:48:03.023Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-07T07:48:03.024Z||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-10-07T07:48:03.024Z||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 kIVKr9Iu2lnz4tEH) ...
2022-10-07T07:48:12.596Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-07T07:48:12.596Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK