Results

By type

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

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

2022-11-28T05:29:09.069Z||main|||||INFO|500||The following profiles are active: basic
2022-11-28T05:29:22.909Z||main|||||INFO|500||Starting service [Tomcat]
2022-11-28T05:29:22.909Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-11-28T05:29:23.071Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-11-28T05:29:28.611Z||main|||||INFO|500||catdb-pool - Starting...
2022-11-28T05:29:29.078Z||main|||||INFO|500||catdb-pool - Start completed.
2022-11-28T05:29:29.629Z||main|||||INFO|500||reqdb-pool - Starting...
2022-11-28T05:29:29.652Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-11-28T05:29:29.811Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-11-28T05:29:30.082Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-11-28T05:29:30.787Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-11-28T05:29:32.903Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-28T05:29:35.554Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-28T05:29:35.619Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-11-28T05:29:36.418Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-28T05:29:36.804Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-11-28T05:29:38.225Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-28T05:29:39.772Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-11-28T05:29:39.813Z||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-11-28T05:29:39.814Z||main|||||WARN|500||The sdc end point is not alive
2022-11-28T05:29:43.879Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-11-28T05:29:47.545Z||main|||||WARN|500||---
2022-11-28T05:29:47.546Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-11-28T05:29:47.546Z||main|||||WARN|500||---
2022-11-28T05:29:48.143Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-11-28T05:29:55.065Z||main|||||INFO|500||Started Application in 50.712 seconds (JVM running for 53.338)
2022-11-28T05:29:55.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-28T05:29:55.094Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-28T05:29:55.113Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-28T05:29:55.143Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-28T05:29:55.199Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 732d4e4f-d3a1-4d32-8123-11dd8b96dd18 url= /sdc/v1/artifactTypes
2022-11-28T05:29:55.200Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-11-28T05:29:55.535Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-11-28T05:29:55.593Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-11-28T05:29:55.626Z||scheduling-1|||||DEBUG|500||create keys
2022-11-28T05:29:55.637Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-11-28T05:29:55.673Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T05:29:55.703Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= e04197b3-b63a-4b15-b101-48b2d884d8a6 url= /sdc/v1/registerForDistribution
2022-11-28T05:29:55.890Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= e04197b3-b63a-4b15-b101-48b2d884d8a6 url= /sdc/v1/registerForDistribution
2022-11-28T05:29:55.891Z||scheduling-1|||||INFO|500||start DistributionClient
2022-11-28T05:29:55.930Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:29:55.932Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:29:55.932Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-11-28T05:29:55.956Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T05:29:55.956Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:29:55.957Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T05:29:55.957Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:30:06.357Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T05:30:06.357Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T05:30:55.911Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:30:55.913Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T05:30:55.913Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:30:55.917Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:30:55.918Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T05:30:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:31:05.485Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T05:31:05.492Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T05:31:55.912Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:31:55.913Z||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-11-28T05:31:55.913Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:31:55.917Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:31:55.918Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T05:31:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:32:05.466Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T05:32:05.471Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T05:32:55.912Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:32:55.916Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T05:32:55.916Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:32:55.917Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:32:55.917Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T05:32:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:33:05.474Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T05:33:05.482Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T05:33:55.911Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:33:55.913Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T05:33:55.913Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aFiasHUAbiu9JH6H) ...
2022-11-28T05:33:55.917Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:33:55.918Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T05:33:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:34:05.457Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T05:34:05.465Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T05:34:55.911Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:34:55.913Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T05:34:55.913Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aFiasHUAbiu9JH6H) ...
2022-11-28T05:34:55.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:34:55.918Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T05:34:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:35:05.468Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T05:35:05.477Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T05:35:55.913Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:35:55.914Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T05:35:55.914Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aFiasHUAbiu9JH6H) ...
2022-11-28T05:35:55.917Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:35:55.918Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T05:35:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:36:05.479Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T05:36:05.480Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T05:36:55.911Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:36:55.913Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T05:36:55.913Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aFiasHUAbiu9JH6H) ...
2022-11-28T05:36:55.917Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:36:55.918Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T05:36:55.919Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:37:05.465Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T05:37:05.477Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T05:37:55.911Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:37:55.912Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T05:37:55.913Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aFiasHUAbiu9JH6H) ...
2022-11-28T05:37:55.917Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:37:55.918Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T05:37:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:38:05.464Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T05:38:05.466Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T05:38:55.911Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:38:55.913Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T05:38:55.913Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aFiasHUAbiu9JH6H) ...
2022-11-28T05:38:55.917Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:38:55.918Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T05:38:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:39:05.470Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T05:39:05.472Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T05:39:34.786Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-11-28T05:39:55.912Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:39:55.914Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T05:39:55.914Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aFiasHUAbiu9JH6H) ...
2022-11-28T05:39:55.917Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:39:55.917Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T05:39:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:40:05.463Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T05:40:05.467Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T05:40:55.912Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:40:55.915Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T05:40:55.915Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aFiasHUAbiu9JH6H) ...
2022-11-28T05:40:55.917Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:40:55.917Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T05:40:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:41:05.463Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T05:41:05.463Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T05:41:55.911Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:41:55.913Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T05:41:55.914Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aFiasHUAbiu9JH6H) ...
2022-11-28T05:41:55.917Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:41:55.918Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T05:41:55.919Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:42:05.472Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T05:42:05.474Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T05:42:55.911Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:42:55.912Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T05:42:55.913Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aFiasHUAbiu9JH6H) ...
2022-11-28T05:42:55.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:42:55.918Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T05:42:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:43:05.458Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T05:43:05.461Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T05:43:55.911Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:43:55.912Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T05:43:55.913Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aFiasHUAbiu9JH6H) ...
2022-11-28T05:43:55.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:43:55.918Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T05:43:55.919Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:44:05.462Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T05:44:05.472Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T05:44:55.911Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:44:55.913Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T05:44:55.913Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aFiasHUAbiu9JH6H) ...
2022-11-28T05:44:55.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:44:55.917Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T05:44:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:45:05.472Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T05:45:05.505Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T05:45:55.911Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:45:55.912Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T05:45:55.912Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aFiasHUAbiu9JH6H) ...
2022-11-28T05:45:55.917Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:45:55.918Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T05:45:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:46:05.456Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T05:46:05.458Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T05:46:55.911Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:46:55.913Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T05:46:55.913Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aFiasHUAbiu9JH6H) ...
2022-11-28T05:46:55.917Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:46:55.918Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T05:46:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:47:05.473Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T05:47:05.474Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T05:47:55.912Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:47:55.914Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T05:47:55.914Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aFiasHUAbiu9JH6H) ...
2022-11-28T05:47:55.917Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:47:55.918Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T05:47:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:48:05.473Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T05:48:05.473Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T05:48:55.912Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:48:55.913Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T05:48:55.914Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:48:55.918Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:48:55.919Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T05:48:55.919Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:49:05.465Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T05:49:05.473Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T05:49:55.911Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:49:55.912Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T05:49:55.913Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:49:55.917Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:49:55.918Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T05:49:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:50:05.464Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T05:50:05.467Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T05:50:55.911Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:50:55.913Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T05:50:55.913Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:50:55.917Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:50:55.918Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T05:50:55.919Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:51:05.464Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T05:51:05.481Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T05:51:55.911Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:51:55.912Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T05:51:55.913Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:51:55.916Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:51:55.917Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T05:51:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:52:05.499Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T05:52:05.510Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T05:52:55.911Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:52:55.912Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T05:52:55.913Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:52:55.917Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:52:55.917Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T05:52:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:53:05.462Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T05:53:05.462Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T05:53:55.911Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:53:55.913Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T05:53:55.913Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:53:55.917Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:53:55.917Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T05:53:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:54:05.477Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T05:54:05.477Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T05:54:55.911Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:54:55.913Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T05:54:55.913Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aFiasHUAbiu9JH6H) ...
2022-11-28T05:54:55.917Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:54:55.918Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T05:54:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:55:05.486Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T05:55:05.489Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T05:55:55.911Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:55:55.912Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T05:55:55.912Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aFiasHUAbiu9JH6H) ...
2022-11-28T05:55:55.917Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:55:55.917Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T05:55:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:56:05.506Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T05:56:05.506Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T05:56:55.912Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:56:55.915Z||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-11-28T05:56:55.916Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:56:55.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:56:55.917Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T05:56:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:57:05.499Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T05:57:05.499Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T05:57:55.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:57:55.913Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T05:57:55.914Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:57:55.917Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:57:55.918Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T05:57:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:58:05.487Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T05:58:05.489Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T05:58:55.911Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:58:55.913Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T05:58:55.913Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:58:55.917Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:58:55.918Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T05:58:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:59:05.494Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T05:59:05.498Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T05:59:55.911Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:59:55.912Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T05:59:55.912Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:59:55.917Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:59:55.917Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T05:59:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:00:05.459Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:00:05.459Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:00:55.911Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:00:55.912Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:00:55.912Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:00:55.917Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:00:55.917Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:00:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:01:05.485Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:01:05.487Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:01:55.911Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:01:55.912Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:01:55.913Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:01:55.917Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:01:55.918Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:01:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:02:05.469Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:02:05.472Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:02:55.911Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:02:55.912Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:02:55.913Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:02:55.917Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:02:55.918Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:02:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:03:05.480Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:03:05.483Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:03:55.911Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:03:55.912Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:03:55.913Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:03:55.917Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:03:55.918Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:03:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:04:05.470Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:04:05.473Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:04:55.912Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:04:55.914Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:04:55.914Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:04:55.917Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:04:55.918Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:04:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:05:05.472Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:05:05.474Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:05:55.912Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:05:55.914Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:05:55.914Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:05:55.917Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:05:55.918Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:05:55.919Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:06:05.479Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:06:05.482Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:06:55.911Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:06:55.912Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:06:55.913Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:06:55.917Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:06:55.918Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:06:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:07:05.466Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:07:05.469Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:07:55.911Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:07:55.913Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:07:55.913Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:07:55.917Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:07:55.917Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:07:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:08:05.475Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:08:05.486Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:08:55.911Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:08:55.913Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:08:55.913Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:08:55.917Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:08:55.918Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:08:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:09:05.461Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:09:05.463Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:09:55.911Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:09:55.912Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:09:55.913Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:09:55.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:09:55.918Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:09:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:10:05.507Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:10:05.507Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:10:55.911Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:10:55.913Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:10:55.913Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:10:55.917Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:10:55.918Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:10:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:11:05.459Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:11:05.462Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:11:55.911Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:11:55.913Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:11:55.913Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:11:55.917Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:11:55.917Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:11:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:12:05.469Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:12:05.472Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:12:55.911Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:12:55.913Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:12:55.913Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:12:55.917Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:12:55.917Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:12:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:13:05.470Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:13:05.476Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:13:55.912Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:13:55.913Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:13:55.913Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:13:55.917Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:13:55.917Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:13:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:14:05.466Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:14:05.469Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:14:55.912Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:14:55.915Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:14:55.915Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:14:55.917Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:14:55.917Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:14:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:15:05.464Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:15:05.465Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:15:55.911Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:15:55.912Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:15:55.912Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:15:55.917Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:15:55.917Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:15:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:16:05.466Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:16:05.469Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:16:55.911Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:16:55.912Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:16:55.912Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:16:55.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:16:55.918Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:16:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:17:05.465Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:17:05.509Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:17:55.911Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:17:55.912Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:17:55.912Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:17:55.917Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:17:55.918Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:17:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:18:05.504Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:18:05.516Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:18:55.911Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:18:55.912Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:18:55.913Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:18:55.917Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:18:55.917Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:18:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:19:05.471Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:19:05.478Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:19:55.911Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:19:55.913Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:19:55.913Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:19:55.917Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:19:55.918Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:19:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:20:05.460Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:20:05.465Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:20:55.911Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:20:55.913Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:20:55.913Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:20:55.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:20:55.918Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:20:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:21:05.463Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:21:05.463Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:21:55.911Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:21:55.913Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:21:55.913Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:21:55.917Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:21:55.917Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:21:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:22:05.503Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:22:05.503Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:22:55.912Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:22:55.913Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:22:55.914Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:22:55.917Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:22:55.918Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:22:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:23:05.490Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:23:05.490Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:23:55.912Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:23:55.914Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:23:55.914Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:23:55.917Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:23:55.918Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:23:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:24:05.462Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:24:05.469Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:24:55.911Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:24:55.913Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:24:55.913Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:24:55.917Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:24:55.917Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:24:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:25:05.461Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:25:05.496Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:25:55.911Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:25:55.912Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:25:55.913Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:25:55.917Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:25:55.917Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:25:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:26:05.465Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:26:05.472Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:26:55.911Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:26:55.913Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:26:55.913Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:26:55.917Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:26:55.917Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:26:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:27:05.473Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:27:05.474Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:27:55.911Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:27:55.913Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:27:55.913Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:27:55.917Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:27:55.918Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:27:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:28:05.496Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:28:05.499Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:28:55.911Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:28:55.912Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:28:55.913Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:28:55.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:28:55.918Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:28:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:29:05.467Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:29:05.471Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:29:55.911Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:29:55.913Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:29:55.913Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:29:55.917Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:29:55.917Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:29:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:30:05.462Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:30:05.482Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:30:55.911Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:30:55.913Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:30:55.913Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:30:55.917Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:30:55.918Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:30:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:30:56.519Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:30:56.529Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.530Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669617006757,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.563Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:30:56.565Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.566Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"ed5991f3-ada9-4242-9270-62d25917b63e","serviceName":"vFW 2022-11-28 06-29-00","serviceVersion":"1.0","serviceUUID":"8f7240f6-e731-4db8-950a-3a0bfd23db69","serviceDescription":"catalog service description","serviceInvariantUUID":"04361e36-fec6-496d-b2c9-baf0d0759c9b","resources":[{"resourceInstanceName":"vFW d9b6e3b3-5b62 0","resourceName":"vFW d9b6e3b3-5b62","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0454d92f-aa3d-4466-931e-fbf41cf1391c","resourceInvariantUUID":"62d78921-980b-4a2c-97e8-2e6d4160120f","resourceCustomizationUUID":"9b8c3eb1-86c3-4d21-8951-a894d1a0c452","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/vf-license-model.xml","artifactChecksum":"NTc3Yjc4Nzk1YzA2ZDVkNDdjNWY1M2RiMTdkZWRlMWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b2d746e0-9995-40df-bbd6-f69e9f153831","artifactVersion":"1"},{"artifactName":"vfwd9b6e3b35b620_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/vfwd9b6e3b35b620_modules.json","artifactChecksum":"ZDQyYTFiNDg1ODQ3ZTVkYjdjZTdiMzg1OWY4YTFhODY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c2cfb1f0-3eda-4881-a1d3-8ea34a72e7a4","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2c678541-cb25-41bb-a41f-fb8ab4ff94f8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/vendor-license-model.xml","artifactChecksum":"ZmRiZTVmMzUxOWZlYzBmYTU0ZDc1NjIzYzM1MjBmYzY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2a8ada1f-35d4-4b96-a736-acc081ad1a7d","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c222e7c1-f180-4752-9561-0aa222f99925","artifactVersion":"2","generatedFromUUID":"2c678541-cb25-41bb-a41f-fb8ab4ff94f8"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221128062900-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221128062900/1.0/artifacts/service-Vfw20221128062900-template.yml","artifactChecksum":"ZTkyNTQ1N2FiNmI0Njc0Y2U1ZjRjZjFhNThlMmNiYjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c43e4527-da61-42b9-8fcc-d0e3ccd55215","artifactVersion":"1"},{"artifactName":"service-Vfw20221128062900-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221128062900/1.0/artifacts/service-Vfw20221128062900-csar.csar","artifactChecksum":"YjI0NWNlMmY1NWRjNzE1Yjc3MmQ3YWMwYmRjNjEyMGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8b85e2dc-161b-4f65-af82-8d52f7d10056","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-28T06:30:56.570Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:30:56.570Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.570Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
  "consumerID": "cds",
  "timestamp": 1669617007737,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.570Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:30:56.570Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.571Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669617007602,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.571Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:30:56.571Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.571Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669617006757,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/vfwd9b6e3b35b620_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.571Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:30:56.571Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.571Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
  "consumerID": "cds",
  "timestamp": 1669617007737,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/vfwd9b6e3b35b620_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.572Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:30:56.572Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.572Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669617007602,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/vfwd9b6e3b35b620_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.572Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:30:56.572Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.572Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669617006757,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.573Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:30:56.573Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.573Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
  "consumerID": "cds",
  "timestamp": 1669617007737,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.573Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:30:56.573Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.573Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669617007602,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.574Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:30:56.574Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.574Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669617006757,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.574Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:30:56.574Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.574Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
  "consumerID": "cds",
  "timestamp": 1669617007737,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.574Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:30:56.575Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.575Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669617007602,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.575Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:30:56.575Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.575Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669617006757,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.575Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:30:56.576Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.576Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
  "consumerID": "cds",
  "timestamp": 1669617007737,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.576Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:30:56.576Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.576Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669617007602,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.576Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:30:56.576Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.577Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669617006757,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/artifacts/service-Vfw20221128062900-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.577Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:30:56.578Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.578Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
  "consumerID": "cds",
  "timestamp": 1669617007737,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/artifacts/service-Vfw20221128062900-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.578Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:30:56.578Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.578Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669617007602,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/artifacts/service-Vfw20221128062900-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.578Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:30:56.578Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.578Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669617006757,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/artifacts/service-Vfw20221128062900-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.579Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:30:56.578Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T06:30:56.579Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.579Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
  "consumerID": "cds",
  "timestamp": 1669617007737,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/artifacts/service-Vfw20221128062900-csar.csar",
  "status": "NOTIFIED"
}
2022-11-28T06:30:56.579Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:30:56.579Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.579Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669617007602,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/artifacts/service-Vfw20221128062900-csar.csar",
  "status": "NOTIFIED"
}
2022-11-28T06:30:56.580Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:30:56.580Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.580Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
  "consumerID": "cds",
  "timestamp": 1669617017578,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/artifacts/service-Vfw20221128062900-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-28T06:30:56.580Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:30:56.580Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.580Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669617017487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/artifacts/service-Vfw20221128062900-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-28T06:30:56.580Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:30:56.581Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.581Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
  "consumerID": "cds",
  "timestamp": 1669617018597,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/artifacts/service-Vfw20221128062900-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-11-28T06:30:56.590Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:30:56.612Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:30:56.612Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669617055911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-28T06:30:56.717Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-11-28T06:30:56.726Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:30:56.728Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-28T06:30:56.748Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:30:56.749Z||pool-3-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-28T06:30:56.815Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ed5991f3-ada9-4242-9270-62d25917b63e
2022-11-28T06:30:56.842Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed5991f3-ada9-4242-9270-62d25917b63e and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-28T06:30:56.868Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.869Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669617018940,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.869Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:30:56.869Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.869Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669617018940,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/vfwd9b6e3b35b620_modules.json",
  "status": "NOTIFIED"
}
2022-11-28T06:30:56.870Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:30:56.870Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.870Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669617018940,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-11-28T06:30:56.870Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:30:56.870Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.870Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669617018940,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.871Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:30:56.871Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.871Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669617018940,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-11-28T06:30:56.871Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:30:56.871Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.871Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669617018940,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/artifacts/service-Vfw20221128062900-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.871Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:30:56.872Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.872Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669617018940,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/artifacts/service-Vfw20221128062900-csar.csar",
  "status": "NOTIFIED"
}
2022-11-28T06:30:56.872Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:30:56.872Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.872Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669617026739,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/artifacts/service-Vfw20221128062900-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-28T06:30:56.872Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:30:56.872Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.873Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669617026783,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/vfwd9b6e3b35b620_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-28T06:30:56.873Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:30:56.873Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.873Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669617027745,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-28T06:30:56.889Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ed5991f3-ada9-4242-9270-62d25917b63e
2022-11-28T06:30:56.890Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed5991f3-ada9-4242-9270-62d25917b63e and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-28T06:30:56.906Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.906Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669617027880,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-28T06:30:56.907Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:30:56.907Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.907Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
  "consumerID": "aai-ml",
  "timestamp": 1669617028263,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.908Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:30:56.908Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.908Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669617029015,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-11-28T06:30:56.908Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:30:56.909Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.909Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
  "consumerID": "aai-ml",
  "timestamp": 1669617028263,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/vfwd9b6e3b35b620_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.909Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:30:56.909Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.909Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669617030102,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-28T06:30:56.914Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ed5991f3-ada9-4242-9270-62d25917b63e
2022-11-28T06:30:56.915Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed5991f3-ada9-4242-9270-62d25917b63e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-28T06:30:56.924Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.925Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
  "consumerID": "aai-ml",
  "timestamp": 1669617028263,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.925Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:30:56.926Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.926Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669617031107,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/vfwd9b6e3b35b620_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-28T06:30:56.926Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:30:56.926Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.926Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
  "consumerID": "aai-ml",
  "timestamp": 1669617028263,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.927Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:30:56.927Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.927Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
  "consumerID": "aai-ml",
  "timestamp": 1669617028263,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.927Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:30:56.927Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.927Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
  "consumerID": "aai-ml",
  "timestamp": 1669617028263,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/artifacts/service-Vfw20221128062900-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.927Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:30:56.928Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.928Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
  "consumerID": "aai-ml",
  "timestamp": 1669617028263,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/artifacts/service-Vfw20221128062900-csar.csar",
  "status": "NOTIFIED"
}
2022-11-28T06:30:56.928Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:30:56.928Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.928Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
  "consumerID": "aai-ml",
  "timestamp": 1669617036366,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/artifacts/service-Vfw20221128062900-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-28T06:30:56.928Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:30:56.928Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.929Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
  "consumerID": "cds",
  "timestamp": 1669617037737,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.929Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:30:56.929Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.929Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669617037602,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.929Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:30:56.929Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.929Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
  "consumerID": "cds",
  "timestamp": 1669617037737,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/basic_onboard_svqygm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.930Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:30:56.930Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.930Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669617037602,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/basic_onboard_svqygm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.930Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:30:56.930Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.930Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669617038940,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.930Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:30:56.931Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.931Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
  "consumerID": "cds",
  "timestamp": 1669617037737,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.931Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:30:56.931Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.931Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669617037602,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.931Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:30:56.932Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.932Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669617038940,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/basic_onboard_svqygm0_modules.json",
  "status": "NOTIFIED"
}
2022-11-28T06:30:56.932Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:30:56.932Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.932Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
  "consumerID": "cds",
  "timestamp": 1669617037737,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.932Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:30:56.932Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.932Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669617037602,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.933Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:30:56.933Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.933Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669617038940,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-11-28T06:30:56.933Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:30:56.933Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.933Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
  "consumerID": "cds",
  "timestamp": 1669617037737,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.933Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:30:56.934Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.934Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669617037602,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.934Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:30:56.934Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.934Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669617038940,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.934Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:30:56.934Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.935Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
  "consumerID": "cds",
  "timestamp": 1669617037737,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/artifacts/service-BasicOnboardSvqygm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.935Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:30:56.935Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.935Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669617037602,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/artifacts/service-BasicOnboardSvqygm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.935Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:30:56.935Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.935Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669617038940,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-11-28T06:30:56.935Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:30:56.936Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.936Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
  "consumerID": "cds",
  "timestamp": 1669617037737,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/artifacts/service-BasicOnboardSvqygm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-28T06:30:56.936Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:30:56.936Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.936Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669617037602,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/artifacts/service-BasicOnboardSvqygm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-28T06:30:56.936Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:30:56.936Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.936Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669617038940,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/artifacts/service-BasicOnboardSvqygm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.937Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:30:56.937Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.937Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
  "consumerID": "cds",
  "timestamp": 1669617045740,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/artifacts/service-BasicOnboardSvqygm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-28T06:30:56.937Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:30:56.937Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.937Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669617045618,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/artifacts/service-BasicOnboardSvqygm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-28T06:30:56.937Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:30:56.937Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.937Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669617038940,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/artifacts/service-BasicOnboardSvqygm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-28T06:30:56.938Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:30:56.938Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.938Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
  "consumerID": "cds",
  "timestamp": 1669617046745,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/artifacts/service-BasicOnboardSvqygm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-28T06:30:56.954Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 51f0c2b7-c980-405d-85a2-4f57b5c8993f
2022-11-28T06:30:56.954Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51f0c2b7-c980-405d-85a2-4f57b5c8993f and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-28T06:30:56.964Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.964Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669617046804,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/basic_onboard_svqygm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-28T06:30:56.964Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:30:56.964Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.964Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669617046757,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.964Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:30:56.965Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.965Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669617047950,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-28T06:30:56.965Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:30:56.965Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.965Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669617046757,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/basic_onboard_svqygm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.965Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:30:56.965Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.965Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669617049131,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-11-28T06:30:56.966Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:30:56.966Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.966Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669617049360,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/artifacts/service-BasicOnboardSvqygm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-28T06:30:56.966Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:30:56.966Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.966Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669617046757,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.966Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:30:56.966Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.966Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669617050368,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-28T06:30:56.971Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 51f0c2b7-c980-405d-85a2-4f57b5c8993f
2022-11-28T06:30:56.971Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51f0c2b7-c980-405d-85a2-4f57b5c8993f and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-28T06:30:56.981Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.982Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669617050154,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-28T06:30:56.986Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 51f0c2b7-c980-405d-85a2-4f57b5c8993f
2022-11-28T06:30:56.986Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51f0c2b7-c980-405d-85a2-4f57b5c8993f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-28T06:30:56.995Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.995Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669617046757,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.995Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:30:56.995Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.996Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669617051159,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/basic_onboard_svqygm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-28T06:30:56.996Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:30:56.996Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.996Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669617046757,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.996Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:30:56.996Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.997Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669617046757,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/artifacts/service-BasicOnboardSvqygm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.997Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:30:56.997Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.997Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669617046757,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/artifacts/service-BasicOnboardSvqygm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.997Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:30:56.998Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.998Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
  "consumerID": "aai-ml",
  "timestamp": 1669617055726,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/artifacts/service-Vfw20221128062900-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-28T06:30:56.998Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:30:57.627Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T06:30:57.628Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:30:57.630Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:30:57.630Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669617055911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/vfwd9b6e3b35b620_modules.json",
  "status": "NOTIFIED"
}
2022-11-28T06:30:57.730Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:30:57.731Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:30:57.732Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:30:57.748Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:30:57.749Z||pool-4-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:30:58.631Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T06:30:58.632Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:30:58.634Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:30:58.634Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669617055911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-11-28T06:30:58.734Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:30:58.735Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:30:58.736Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:30:58.757Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:30:58.758Z||pool-5-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:30:59.634Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T06:30:59.635Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:30:59.637Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:30:59.637Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669617055911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:30:59.737Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-28T06:30:59.739Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:30:59.739Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:30:59.761Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:30:59.762Z||pool-6-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-11-28T06:31:00.638Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T06:31:00.639Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:31:00.642Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:31:00.642Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669617055911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-11-28T06:31:00.743Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-28T06:31:00.744Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:31:00.744Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:31:00.775Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:31:00.776Z||pool-7-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-11-28T06:31:01.644Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T06:31:01.645Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:31:01.648Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:31:01.648Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669617055911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/artifacts/service-Vfw20221128062900-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:31:01.748Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-28T06:31:01.749Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:31:01.749Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:31:01.763Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:31:01.764Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-28T06:31:02.649Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T06:31:02.650Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:31:02.653Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:31:02.653Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669617055911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/artifacts/service-Vfw20221128062900-csar.csar",
  "status": "NOTIFIED"
}
2022-11-28T06:31:02.753Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:31:02.754Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:31:02.754Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:31:02.775Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:31:02.776Z||pool-9-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-11-28T06:31:03.655Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
  "serviceName": "vFW 2022-11-28 06-29-00",
  "serviceVersion": "1.0",
  "serviceUUID": "8f7240f6-e731-4db8-950a-3a0bfd23db69",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "04361e36-fec6-496d-b2c9-baf0d0759c9b",
  "resources": [
    {
      "resourceInstanceName": "vFW d9b6e3b3-5b62 0",
      "resourceCustomizationUUID": "9b8c3eb1-86c3-4d21-8951-a894d1a0c452",
      "resourceName": "vFW d9b6e3b3-5b62",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "0454d92f-aa3d-4466-931e-fbf41cf1391c",
      "resourceInvariantUUID": "62d78921-980b-4a2c-97e8-2e6d4160120f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwd9b6e3b35b620_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/vfwd9b6e3b35b620_modules.json",
          "artifactChecksum": "ZDQyYTFiNDg1ODQ3ZTVkYjdjZTdiMzg1OWY4YTFhODY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c2cfb1f0-3eda-4881-a1d3-8ea34a72e7a4",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "2c678541-cb25-41bb-a41f-fb8ab4ff94f8",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "c222e7c1-f180-4752-9561-0aa222f99925",
            "generatedFromUUID": "2c678541-cb25-41bb-a41f-fb8ab4ff94f8"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "c222e7c1-f180-4752-9561-0aa222f99925",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20221128062900-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/artifacts/service-Vfw20221128062900-csar.csar",
      "artifactChecksum": "YjI0NWNlMmY1NWRjNzE1Yjc3MmQ3YWMwYmRjNjEyMGM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8b85e2dc-161b-4f65-af82-8d52f7d10056"
    }
  ],
  "workloadContext": "Production"
}
2022-11-28T06:31:03.657Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-28T06:31:03.658Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8f7240f6-e731-4db8-950a-3a0bfd23db69 ASDC
2022-11-28T06:31:03.817Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:ed5991f3-ada9-4242-9270-62d25917b63e
ServiceName:vFW 2022-11-28 06-29-00
ServiceVersion:1.0
ServiceUUID:8f7240f6-e731-4db8-950a-3a0bfd23db69
ServiceInvariantUUID:04361e36-fec6-496d-b2c9-baf0d0759c9b
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221128062900-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221128062900/1.0/artifacts/service-Vfw20221128062900-csar.csar
ArtifactUUID:8b85e2dc-161b-4f65-af82-8d52f7d10056
ArtifactChecksum:YjI0NWNlMmY1NWRjNzE1Yjc3MmQ3YWMwYmRjNjEyMGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d9b6e3b3-5b62 0
ResourceCustomizationUUID:9b8c3eb1-86c3-4d21-8951-a894d1a0c452
ResourceInvariantUUID:62d78921-980b-4a2c-97e8-2e6d4160120f
ResourceName:vFW d9b6e3b3-5b62
ResourceType:VF
ResourceUUID:0454d92f-aa3d-4466-931e-fbf41cf1391c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd9b6e3b35b620_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/vfwd9b6e3b35b620_modules.json
ArtifactUUID:c2cfb1f0-3eda-4881-a1d3-8ea34a72e7a4
ArtifactChecksum:ZDQyYTFiNDg1ODQ3ZTVkYjdjZTdiMzg1OWY4YTFhODY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_vfw.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.yaml
ArtifactUUID:2c678541-cb25-41bb-a41f-fb8ab4ff94f8
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.env
ArtifactUUID:c222e7c1-f180-4752-9561-0aa222f99925
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.env
ArtifactUUID:c222e7c1-f180-4752-9561-0aa222f99925
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-28T06:31:03.819Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8f7240f6-e731-4db8-950a-3a0bfd23db69 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-28T06:31:03.903Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-28T06:31:03.905Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-28T06:31:03.906Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-28T06:31:03.907Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 8b85e2dc-161b-4f65-af82-8d52f7d10056 from URL: /sdc/v1/catalog/services/Vfw20221128062900/1.0/artifacts/service-Vfw20221128062900-csar.csar
2022-11-28T06:31:03.907Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-28T06:31:03.909Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221128062900/1.0/artifacts/service-Vfw20221128062900-csar.csar
2022-11-28T06:31:04.045Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-28T06:31:04.068Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221128062900/1.0/artifacts/service-Vfw20221128062900-csar.csar 8b85e2dc-161b-4f65-af82-8d52f7d10056 101512
2022-11-28T06:31:04.071Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221128062900/1.0/artifacts/service-Vfw20221128062900-csar.csar ASDC sendASDCNotification
2022-11-28T06:31:04.072Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221128062900/1.0/artifacts/service-Vfw20221128062900-csar.csar
2022-11-28T06:31:04.076Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-28T06:31:04.080Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:31:04.087Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:31:04.087Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669617064069,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/artifacts/service-Vfw20221128062900-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-28T06:31:04.187Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:31:04.188Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:31:04.189Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:31:04.204Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:31:04.205Z||pool-10-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:31:05.090Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-28T06:31:05.091Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-28T06:31:05.092Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 8b85e2dc-161b-4f65-af82-8d52f7d10056, URL: /sdc/v1/catalog/services/Vfw20221128062900/1.0/artifacts/service-Vfw20221128062900-csar.csar to file: /app/ASDC/1/service-Vfw20221128062900-csar.csar
2022-11-28T06:31:05.093Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221128062900-csar.csar
2022-11-28T06:31:05.192Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221128062900-csar.csar
2022-11-28T06:31:05.193Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221128062900-csar.csar
2022-11-28T06:31:05.872Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3368316909841665854/Definitions/service-Vfw20221128062900-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2022-11-28T06:31:08.896Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-28T06:31:08.902Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-28T06:31:08.902Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221128062900-csar.csar
2022-11-28T06:31:08.902Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-11-28T06:31:08.902Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221128062900-csar.csar
2022-11-28T06:31:08.903Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221128062900-csar.csar
2022-11-28T06:31:08.903Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221128062900-csar.csar
2022-11-28T06:31:08.903Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221128062900-csar.csar
2022-11-28T06:31:08.903Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221128062900-csar.csar
2022-11-28T06:31:08.903Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221128062900-csar.csar
2022-11-28T06:31:08.903Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d9b6e3b3-5b62 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-Vfw20221128062900-csar.csar
2022-11-28T06:31:08.903Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221128062900-csar.csar
2022-11-28T06:31:08.903Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221128062900-csar.csar
2022-11-28T06:31:08.904Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221128062900-csar.csar
2022-11-28T06:31:08.904Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221128062900-csar.csar
2022-11-28T06:31:08.904Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-28T06:31:08.914Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:31:08.916Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-28 06-29-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:31:08.923Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vFW d9b6e3b3-5b62 0 is matching search criteria
2022-11-28T06:31:08.923Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-28T06:31:08.926Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW d9b6e3b3-5b62 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-28T06:31:08.928Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:31:08.929Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-28 06-29-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:31:08.929Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vFW d9b6e3b3-5b62 0 is matching search criteria
2022-11-28T06:31:08.929Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-28T06:31:08.929Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW d9b6e3b3-5b62 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-28T06:31:08.930Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:31:08.930Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-28 06-29-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:31:08.936Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:31:08.936Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vFW d9b6e3b3-5b62 0 is not matching search criteria
2022-11-28T06:31:08.936Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-28T06:31:08.937Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-28T06:31:08.937Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-28T06:31:08.937Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-28T06:31:08.937Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-28T06:31:08.937Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-28T06:31:08.938Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-28T06:31:08.938Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-28T06:31:08.938Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-28T06:31:08.938Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-28T06:31:08.938Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-28T06:31:08.938Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-28T06:31:08.939Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-28T06:31:08.939Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-28T06:31:08.939Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-28T06:31:08.939Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-28T06:31:08.939Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:31:08.939Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-28 06-29-00 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-28T06:31:08.941Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:31:08.941Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vFW d9b6e3b3-5b62 0 is matching search criteria
2022-11-28T06:31:08.941Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW d9b6e3b3-5b62 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-28T06:31:08.942Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:31:08.942Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vFW d9b6e3b3-5b62 0 is matching search criteria
2022-11-28T06:31:08.942Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW d9b6e3b3-5b62 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-28T06:31:08.942Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:31:08.942Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vFW d9b6e3b3-5b62 0 is matching search criteria
2022-11-28T06:31:08.943Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW d9b6e3b3-5b62 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-28T06:31:08.943Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:31:08.943Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vFW d9b6e3b3-5b62 0 is not matching search criteria
2022-11-28T06:31:08.943Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-28T06:31:08.943Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-28T06:31:08.943Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-28T06:31:08.944Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-28T06:31:08.944Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-28T06:31:08.944Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-28T06:31:08.944Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-28T06:31:08.944Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-28T06:31:08.945Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-28T06:31:08.945Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-28T06:31:08.945Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-28T06:31:08.945Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=24450201-224f-4886-8f82-2a5ebfda45e7
2022-11-28T06:31:08.945Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:31:08.945Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vFW d9b6e3b3-5b62 0 is not matching search criteria
2022-11-28T06:31:08.946Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-28T06:31:08.946Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-28T06:31:08.946Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-28T06:31:08.946Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-28T06:31:08.946Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-28T06:31:08.946Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-28T06:31:08.947Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-28T06:31:08.947Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-28T06:31:08.947Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-28T06:31:08.947Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-28T06:31:08.947Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-28T06:31:08.947Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-28T06:31:08.948Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=449faf6a-f560-4d76-bcf6-7f48c06a1b37
2022-11-28T06:31:08.948Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:31:08.948Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vFW d9b6e3b3-5b62 0 is not matching search criteria
2022-11-28T06:31:08.948Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-28T06:31:08.949Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-28T06:31:08.949Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-28T06:31:08.949Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-28T06:31:08.949Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-28T06:31:08.949Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-28T06:31:08.949Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-28T06:31:08.949Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-28T06:31:08.950Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-28T06:31:08.950Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-28T06:31:08.950Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-28T06:31:08.950Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-28T06:31:08.950Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4f8ed12e-c440-4466-a074-fbd2d736b9d1
2022-11-28T06:31:08.951Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:31:08.951Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-28 06-29-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:31:08.951Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:31:08.951Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-28 06-29-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:31:08.951Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:31:08.951Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-28 06-29-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:31:08.952Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:31:08.952Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-28 06-29-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:31:08.952Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-11-28 06-29-00
Description:catalog service description
Model UUID:8f7240f6-e731-4db8-950a-3a0bfd23db69
Model Version:NULL
Model InvariantUuid:04361e36-fec6-496d-b2c9-baf0d0759c9b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW d9b6e3b3-5b62
Model UUID:b8f5a7af-aab7-4997-b405-a0d149bba2bd
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:62d78921-980b-4a2c-97e8-2e6d4160120f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:9b8c3eb1-86c3-4d21-8951-a894d1a0c452
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:dce120e3-79dd-47e2-895f-ea25b19f9c8d
ModelName:VfwD9b6e3b35b62..base_vfw..module-0
ModelUuid:2ad76583-a3f1-4df9-bdf5-326cea9fa64f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:24450201-224f-4886-8f82-2a5ebfda45e7
ModelInvariantUuid:6290b43b-9008-48f1-ae7d-e64913c52f34
ModelName:vFW d9b6e3b3-5b62-nodes.vfwCvfc
ModelUuid:47b9b815-e65f-4cca-bf4b-bf64ac895622
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:283f49c0-cb06-4afe-ad54-a95c54fbf163
ModelInvariantUuid:cf150ce3-40fd-480c-b747-f4a21a358ff5
ModelName:VfwD9b6e3b35b62.compute.nodes.heat.vfw
ModelUuid:40424e01-d179-4657-91fd-6caf82de3867
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:449faf6a-f560-4d76-bcf6-7f48c06a1b37
ModelInvariantUuid:f036b88b-fd2c-459c-bb0e-886b32526f9b
ModelName:vFW d9b6e3b3-5b62-nodes.vsnCvfc
ModelUuid:c05515d7-d634-4422-9dc4-ed5f5987204e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:a1f03768-4eb3-459e-a0ae-8e8a0296e39a
ModelInvariantUuid:f0ceb916-ca1f-4c66-8ba3-b32280422325
ModelName:VfwD9b6e3b35b62.compute.nodes.heat.vsn
ModelUuid:df1534bb-2745-4210-9655-a1882d236218
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:4f8ed12e-c440-4466-a074-fbd2d736b9d1
ModelInvariantUuid:45b1d4d9-60fd-43c4-9d3f-c80acf7c859c
ModelName:vFW d9b6e3b3-5b62-nodes.vpgCvfc
ModelUuid:43b11843-35fe-404d-8985-7d564179de3a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:1911ede1-fe41-467a-ab75-f111ba72ca81
ModelInvariantUuid:923c0b13-052f-49ab-b512-44aa9e4d5414
ModelName:VfwD9b6e3b35b62.compute.nodes.heat.vpg
ModelUuid:693ac061-a185-47d2-9283-3fa4d6c1c672
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-28T06:31:08.963Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 0454d92f-aa3d-4466-931e-fbf41cf1391c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-28T06:31:09.062Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||vFW d9b6e3b3-5b62 0
2022-11-28T06:31:09.069Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0454d92f-aa3d-4466-931e-fbf41cf1391c
2022-11-28T06:31:09.069Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c2cfb1f0-3eda-4881-a1d3-8ea34a72e7a4 from URL: /sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/vfwd9b6e3b35b620_modules.json
2022-11-28T06:31:09.069Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-28T06:31:09.069Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/vfwd9b6e3b35b620_modules.json
2022-11-28T06:31:09.171Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-28T06:31:09.172Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/vfwd9b6e3b35b620_modules.json c2cfb1f0-3eda-4881-a1d3-8ea34a72e7a4 785
2022-11-28T06:31:09.172Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/vfwd9b6e3b35b620_modules.json ASDC sendASDCNotification
2022-11-28T06:31:09.173Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/vfwd9b6e3b35b620_modules.json
2022-11-28T06:31:09.173Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-28T06:31:09.173Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:31:09.176Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:31:09.177Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669617069172,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/vfwd9b6e3b35b620_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-28T06:31:09.277Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:31:09.278Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:31:09.278Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:31:09.296Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:31:09.296Z||pool-11-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:31:10.179Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwD9b6e3b35b62..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "dce120e3-79dd-47e2-895f-ea25b19f9c8d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2ad76583-a3f1-4df9-bdf5-326cea9fa64f",
    "vfModuleModelCustomizationUUID": "86f0aa4b-e95e-4ff6-b143-9e56db12d782",
    "isBase": true,
    "artifacts": [
      "2c678541-cb25-41bb-a41f-fb8ab4ff94f8",
      "c222e7c1-f180-4752-9561-0aa222f99925"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-28T06:31:10.196Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD9b6e3b35b62..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2ad76583-a3f1-4df9-bdf5-326cea9fa64f
VfModuleModelInvariantUUID:dce120e3-79dd-47e2-895f-ea25b19f9c8d
VfModuleModelDescription:NULL
Artifacts UUID List:{
2c678541-cb25-41bb-a41f-fb8ab4ff94f8
,
c222e7c1-f180-4752-9561-0aa222f99925

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

isBase:true


}

2022-11-28T06:31:10.200Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwD9b6e3b35b62..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "dce120e3-79dd-47e2-895f-ea25b19f9c8d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2ad76583-a3f1-4df9-bdf5-326cea9fa64f",
    "vfModuleModelCustomizationUUID": "86f0aa4b-e95e-4ff6-b143-9e56db12d782",
    "isBase": true,
    "artifacts": [
      "2c678541-cb25-41bb-a41f-fb8ab4ff94f8",
      "c222e7c1-f180-4752-9561-0aa222f99925"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-28T06:31:10.201Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD9b6e3b35b62..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2ad76583-a3f1-4df9-bdf5-326cea9fa64f
VfModuleModelInvariantUUID:dce120e3-79dd-47e2-895f-ea25b19f9c8d
VfModuleModelDescription:NULL
Artifacts UUID List:{
2c678541-cb25-41bb-a41f-fb8ab4ff94f8
,
c222e7c1-f180-4752-9561-0aa222f99925

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

isBase:true


}

2022-11-28T06:31:10.201Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2c678541-cb25-41bb-a41f-fb8ab4ff94f8 from URL: /sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.yaml
2022-11-28T06:31:10.201Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-28T06:31:10.201Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.yaml
2022-11-28T06:31:10.297Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-28T06:31:10.299Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.yaml 2c678541-cb25-41bb-a41f-fb8ab4ff94f8 20368
2022-11-28T06:31:10.299Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-28T06:31:10.299Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.yaml
2022-11-28T06:31:10.299Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-28T06:31:10.300Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:31:10.302Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:31:10.303Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669617070299,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-28T06:31:10.403Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:31:10.404Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:31:10.404Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:31:10.419Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:31:10.419Z||pool-12-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:31:11.304Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c222e7c1-f180-4752-9561-0aa222f99925 from URL: /sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.env
2022-11-28T06:31:11.305Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-28T06:31:11.305Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.env
2022-11-28T06:31:11.384Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-28T06:31:11.385Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.env c222e7c1-f180-4752-9561-0aa222f99925 2098
2022-11-28T06:31:11.385Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-28T06:31:11.386Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.env
2022-11-28T06:31:11.386Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-28T06:31:11.386Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:31:11.390Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:31:11.390Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669617071385,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-11-28T06:31:11.490Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-28T06:31:11.491Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:31:11.492Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:31:11.525Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:31:11.526Z||pool-13-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-11-28T06:31:12.391Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 8f7240f6-e731-4db8-950a-3a0bfd23db69
2022-11-28T06:31:12.392Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW d9b6e3b3-5b62 0 0454d92f-aa3d-4466-931e-fbf41cf1391c ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-28T06:31:12.435Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@12f9b4b0, org.onap.sdc.toscaparser.api.parameters.Input@11c4b779, org.onap.sdc.toscaparser.api.parameters.Input@67f9190c, org.onap.sdc.toscaparser.api.parameters.Input@75c7e6ff, org.onap.sdc.toscaparser.api.parameters.Input@2ac490c3]
2022-11-28T06:31:12.439Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:31:12.439Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-28 06-29-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:31:12.440Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-11-28T06:31:12.440Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 9b8c3eb1-86c3-4d21-8951-a894d1a0c452
2022-11-28T06:31:12.440Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9b8c3eb1-86c3-4d21-8951-a894d1a0c452 matches Tosca VF Customization UUID: 9b8c3eb1-86c3-4d21-8951-a894d1a0c452
2022-11-28T06:31:12.440Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 9b8c3eb1-86c3-4d21-8951-a894d1a0c452  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-28T06:31:12.448Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:31:12.448Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-28 06-29-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:31:12.450Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 9b8c3eb1-86c3-4d21-8951-a894d1a0c452: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-28T06:31:12.450Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2ecb459d
2022-11-28T06:31:12.450Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:31:12.450Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-28 06-29-00 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-28T06:31:12.451Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 86f0aa4b-e95e-4ff6-b143-9e56db12d782
2022-11-28T06:31:12.452Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 86f0aa4b-e95e-4ff6-b143-9e56db12d782
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-28T06:31:12.460Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:31:12.461Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vFW d9b6e3b3-5b62 0 is matching search criteria
2022-11-28T06:31:12.461Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW d9b6e3b3-5b62 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-28T06:31:12.462Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:31:12.462Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vFW d9b6e3b3-5b62 0 is matching search criteria
2022-11-28T06:31:12.462Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW d9b6e3b3-5b62 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-28T06:31:12.462Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:31:12.462Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vFW d9b6e3b3-5b62 0 is not matching search criteria
2022-11-28T06:31:12.463Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-28T06:31:12.463Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-28T06:31:12.463Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-28T06:31:12.463Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-28T06:31:12.463Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-28T06:31:12.464Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-28T06:31:12.464Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-28T06:31:12.464Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-28T06:31:12.464Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-28T06:31:12.464Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-28T06:31:12.465Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-28T06:31:12.465Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=24450201-224f-4886-8f82-2a5ebfda45e7
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-28T06:31:12.473Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:31:12.474Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vFW d9b6e3b3-5b62 0 is matching search criteria
2022-11-28T06:31:12.474Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW d9b6e3b3-5b62 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-28T06:31:12.474Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:31:12.474Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vFW d9b6e3b3-5b62 0 is not matching search criteria
2022-11-28T06:31:12.474Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-28T06:31:12.475Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-28T06:31:12.475Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-28T06:31:12.475Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-28T06:31:12.475Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-28T06:31:12.475Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-28T06:31:12.476Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-28T06:31:12.476Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-28T06:31:12.476Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-28T06:31:12.476Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-28T06:31:12.476Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-28T06:31:12.477Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-28T06:31:12.477Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=449faf6a-f560-4d76-bcf6-7f48c06a1b37
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-28T06:31:12.480Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:31:12.480Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vFW d9b6e3b3-5b62 0 is matching search criteria
2022-11-28T06:31:12.480Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW d9b6e3b3-5b62 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-28T06:31:12.483Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:31:12.483Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vFW d9b6e3b3-5b62 0 is not matching search criteria
2022-11-28T06:31:12.484Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-28T06:31:12.484Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-28T06:31:12.484Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-28T06:31:12.484Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-28T06:31:12.484Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-28T06:31:12.484Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-28T06:31:12.485Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-28T06:31:12.485Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-28T06:31:12.485Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-28T06:31:12.485Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-28T06:31:12.485Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-28T06:31:12.486Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-28T06:31:12.486Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4f8ed12e-c440-4466-a074-fbd2d736b9d1
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-28T06:31:12.490Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:31:12.490Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vFW d9b6e3b3-5b62 0 is matching search criteria
2022-11-28T06:31:12.490Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW d9b6e3b3-5b62 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-28T06:31:12.491Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:31:12.491Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vFW d9b6e3b3-5b62 0 is matching search criteria
2022-11-28T06:31:12.491Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW d9b6e3b3-5b62 0] matching following query criteria: sdcType=VF, customizationUUID=9b8c3eb1-86c3-4d21-8951-a894d1a0c452
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-28T06:31:12.494Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:31:12.494Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-28 06-29-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:31:12.495Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 8f7240f6-e731-4db8-950a-3a0bfd23db69: vFW d9b6e3b3-5b62
2022-11-28T06:31:12.495Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:31:12.495Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-28 06-29-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:31:12.495Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:31:12.496Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-28 06-29-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:31:12.496Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:31:12.496Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-28 06-29-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:31:12.497Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:31:12.497Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-28 06-29-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:31:12.497Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:31:12.497Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-28 06-29-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:31:12.497Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-11-28 06-29-00 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-28T06:31:12.897Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW d9b6e3b3-5b62 0454d92f-aa3d-4466-931e-fbf41cf1391c 1 ASDC deployResourceStructure
2022-11-28T06:31:12.898Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/vfwd9b6e3b35b620_modules.json ASDC sendASDCNotification
2022-11-28T06:31:12.898Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/vfwd9b6e3b35b620_modules.json
2022-11-28T06:31:12.899Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-28T06:31:12.899Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:31:12.904Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:31:12.905Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669617072898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/vfwd9b6e3b35b620_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-28T06:31:13.004Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-28T06:31:13.005Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:31:13.006Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:31:13.017Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:31:13.018Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:31:13.906Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-28T06:31:13.907Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.yaml
2022-11-28T06:31:13.907Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-28T06:31:13.907Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:31:13.909Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:31:13.910Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669617073906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-11-28T06:31:14.010Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:31:14.011Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:31:14.011Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:31:14.032Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:31:14.033Z||pool-15-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-11-28T06:31:14.911Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-28T06:31:14.911Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.env
2022-11-28T06:31:14.912Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-28T06:31:14.912Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:31:14.914Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:31:14.915Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669617074911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-11-28T06:31:15.015Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:31:15.018Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:31:15.018Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:31:15.032Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:31:15.034Z||pool-16-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:31:15.915Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221128062900/1.0/artifacts/service-Vfw20221128062900-csar.csar ASDC sendASDCNotification
2022-11-28T06:31:15.916Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221128062900/1.0/artifacts/service-Vfw20221128062900-csar.csar
2022-11-28T06:31:15.916Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-28T06:31:15.916Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:31:15.918Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:31:15.918Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669617075915,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/artifacts/service-Vfw20221128062900-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-28T06:31:16.019Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-28T06:31:16.020Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:31:16.021Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:31:16.036Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:31:16.038Z||pool-17-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:31:16.920Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed5991f3-ada9-4242-9270-62d25917b63e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-28T06:31:16.941Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed5991f3-ada9-4242-9270-62d25917b63e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-28T06:31:16.944Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-28T06:31:16.945Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-28T06:31:16.945Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-28T06:31:46.945Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed5991f3-ada9-4242-9270-62d25917b63e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-28T06:31:46.965Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed5991f3-ada9-4242-9270-62d25917b63e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-28T06:31:46.969Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-28T06:31:46.970Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-28T06:31:46.970Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-28T06:31:55.917Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:31:55.918Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:31:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:31:55.950Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:31:55.951Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:31:55.952Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
  "consumerID": "aai-ml",
  "timestamp": 1669617056746,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-28T06:31:55.966Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ed5991f3-ada9-4242-9270-62d25917b63e
2022-11-28T06:31:55.966Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed5991f3-ada9-4242-9270-62d25917b63e and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-28T06:32:16.970Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed5991f3-ada9-4242-9270-62d25917b63e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-28T06:32:16.989Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed5991f3-ada9-4242-9270-62d25917b63e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-28T06:32:16.994Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-28T06:32:16.995Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-28T06:32:16.995Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-28T06:32:16.995Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-28T06:32:16.996Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-28T06:32:16.996Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-28T06:32:16.997Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-28T06:32:16.997Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-28T06:32:16.997Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-28T06:32:16.998Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-28T06:32:17.004Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-28T06:32:47.004Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ed5991f3-ada9-4242-9270-62d25917b63e and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-28T06:32:47.019Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ed5991f3-ada9-4242-9270-62d25917b63e and serviceModelVersionId: 8f7240f6-e731-4db8-950a-3a0bfd23db69
2022-11-28T06:32:47.019Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 04361e36-fec6-496d-b2c9-baf0d0759c9b
2022-11-28T06:32:55.917Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:32:55.919Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:32:55.919Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:32:55.962Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:32:55.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:32:55.964Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669617055911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:32:55.965Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:33:02.800Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/04361e36-fec6-496d-b2c9-baf0d0759c9b/model-vers/model-ver/8f7240f6-e731-4db8-950a-3a0bfd23db69?depth=0
2022-11-28T06:33:02.928Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-11-28T06:33:03.452Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04361e36-fec6-496d-b2c9-baf0d0759c9b/model-vers/model-ver/8f7240f6-e731-4db8-950a-3a0bfd23db69?depth=0|INFO|500||Invoke
2022-11-28T06:33:03.462Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04361e36-fec6-496d-b2c9-baf0d0759c9b/model-vers/model-ver/8f7240f6-e731-4db8-950a-3a0bfd23db69?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04361e36-fec6-496d-b2c9-baf0d0759c9b/model-vers/model-ver/8f7240f6-e731-4db8-950a-3a0bfd23db69?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ed5991f3-ada9-4242-9270-62d25917b63e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a8c04000-83ef-4ca4-b585-7e8f1f5685b6], X-ECOMP-RequestID=[ed5991f3-ada9-4242-9270-62d25917b63e], X-TransactionId=[], X-ONAP-RequestID=[ed5991f3-ada9-4242-9270-62d25917b63e], Content-Type=[application/merge-patch+json]}
2022-11-28T06:33:03.586Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04361e36-fec6-496d-b2c9-baf0d0759c9b/model-vers/model-ver/8f7240f6-e731-4db8-950a-3a0bfd23db69?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-28T06:33:03.787Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04361e36-fec6-496d-b2c9-baf0d0759c9b/model-vers/model-ver/8f7240f6-e731-4db8-950a-3a0bfd23db69?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/04361e36-fec6-496d-b2c9-baf0d0759c9b/model-vers/model-ver/8f7240f6-e731-4db8-950a-3a0bfd23db69?depth=0 has http status code:200 and response headers:{date=[Mon, 28 Nov 2022 06:33:03 GMT], content-length=[0], vertex-id=[192736], x-aai-txid=[2-aai-resources-221128-06:33:03:693-44615], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-28T06:33:03.790Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04361e36-fec6-496d-b2c9-baf0d0759c9b/model-vers/model-ver/8f7240f6-e731-4db8-950a-3a0bfd23db69?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-28T06:33:03.791Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04361e36-fec6-496d-b2c9-baf0d0759c9b/model-vers/model-ver/8f7240f6-e731-4db8-950a-3a0bfd23db69?depth=0|INFO|500||InvokeReturn
2022-11-28T06:33:03.795Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-28T06:33:03.796Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-28T06:33:03.810Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-28T06:33:03.812Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ed5991f3-ada9-4242-9270-62d25917b63e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-28T06:33:03.814Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-28T06:33:03.814Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:33:03.818Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:33:03.818Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669617183812,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-28T06:33:03.918Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-28T06:33:03.920Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:33:03.920Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:33:03.941Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:33:03.942Z||pool-18-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-28T06:33:04.838Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-28T06:33:04.838Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"51f0c2b7-c980-405d-85a2-4f57b5c8993f","serviceName":"basic_onboard_SVQYgm","serviceVersion":"1.0","serviceUUID":"a1de1d26-2f9f-41af-a31c-547e56f18d37","serviceDescription":"service","serviceInvariantUUID":"c110a4b3-bfd6-4a41-9221-c5adeeb29f6a","resources":[{"resourceInstanceName":"basic_onboard_SVQYgm 0","resourceName":"basic_onboard_SVQYgm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b48ed8d3-02a7-48ec-8ee3-97e3dadefbd7","resourceInvariantUUID":"561716c1-0c73-40ae-983b-4d650933ad4d","resourceCustomizationUUID":"555f405a-e375-4c77-83b9-e28400b843f2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/vf-license-model.xml","artifactChecksum":"NTM1ZWNjZTJlZWMxZDI3ODVlZTMwZmE2NTAwMTgyOWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b007f255-c7da-405f-a670-020c81bf850f","artifactVersion":"1"},{"artifactName":"basic_onboard_svqygm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/basic_onboard_svqygm0_modules.json","artifactChecksum":"YzM0OTg1MWQ0OTgxODVhNmM0YzY4NGVkZDg3MDlhN2Q\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0bd9bdac-cf86-4588-9a17-32a642802040","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"03980f26-5e22-475d-9f3b-72866ee28ad8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"86041c73-2ea5-43c3-88b4-73c33ab277dd","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2ac13078-eea7-402d-9fbf-3a73c940cc6e","artifactVersion":"2","generatedFromUUID":"03980f26-5e22-475d-9f3b-72866ee28ad8"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardSvqygm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/artifacts/service-BasicOnboardSvqygm-template.yml","artifactChecksum":"MzNlMmYzYjNiZDdlMzM1ZjkyYTJhMTA3MWE0ZTRmYjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"120b63b5-475d-4ed7-b3c4-4c4ef866d347","artifactVersion":"1"},{"artifactName":"service-BasicOnboardSvqygm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/artifacts/service-BasicOnboardSvqygm-csar.csar","artifactChecksum":"MmFhN2VkOTNhNzQyYjZiOTNiMjEyNTgwNjI2MTBhNWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7b97b1e8-ecc2-4294-a4b2-23ddb7de0988","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-28T06:33:04.839Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T06:33:04.840Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:33:04.843Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:33:04.843Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669617055911,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:33:04.944Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-28T06:33:04.945Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:33:04.945Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:33:04.980Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:33:04.981Z||pool-19-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:33:05.844Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T06:33:05.845Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:33:05.847Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:33:05.848Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669617055911,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/basic_onboard_svqygm0_modules.json",
  "status": "NOTIFIED"
}
2022-11-28T06:33:05.948Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:33:05.949Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:33:05.949Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:33:05.973Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:33:05.974Z||pool-20-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:33:06.848Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T06:33:06.850Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:33:06.852Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:33:06.852Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669617055911,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-11-28T06:33:06.953Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:33:06.954Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:33:06.954Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:33:06.989Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:33:06.990Z||pool-21-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:33:07.853Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T06:33:07.855Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:33:07.857Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:33:07.857Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669617055911,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:33:07.958Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-28T06:33:07.959Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:33:07.960Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:33:07.973Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:33:07.974Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:33:08.858Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T06:33:08.859Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:33:08.862Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:33:08.862Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669617055911,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-11-28T06:33:08.962Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:33:08.964Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:33:08.964Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:33:08.981Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:33:08.982Z||pool-23-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:33:09.862Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T06:33:09.864Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:33:09.866Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:33:09.866Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669617055911,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/artifacts/service-BasicOnboardSvqygm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:33:09.966Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:33:09.968Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:33:09.968Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:33:09.980Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:33:09.980Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-28T06:33:10.867Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T06:33:10.868Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:33:10.870Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:33:10.870Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669617055911,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/artifacts/service-BasicOnboardSvqygm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-28T06:33:10.971Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:33:10.972Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:33:10.972Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:33:10.989Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:33:10.990Z||pool-25-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:33:11.873Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
  "serviceName": "basic_onboard_SVQYgm",
  "serviceVersion": "1.0",
  "serviceUUID": "a1de1d26-2f9f-41af-a31c-547e56f18d37",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c110a4b3-bfd6-4a41-9221-c5adeeb29f6a",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_SVQYgm 0",
      "resourceCustomizationUUID": "555f405a-e375-4c77-83b9-e28400b843f2",
      "resourceName": "basic_onboard_SVQYgm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b48ed8d3-02a7-48ec-8ee3-97e3dadefbd7",
      "resourceInvariantUUID": "561716c1-0c73-40ae-983b-4d650933ad4d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_svqygm0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/basic_onboard_svqygm0_modules.json",
          "artifactChecksum": "YzM0OTg1MWQ0OTgxODVhNmM0YzY4NGVkZDg3MDlhN2Q\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0bd9bdac-cf86-4588-9a17-32a642802040",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "03980f26-5e22-475d-9f3b-72866ee28ad8",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "2ac13078-eea7-402d-9fbf-3a73c940cc6e",
            "generatedFromUUID": "03980f26-5e22-475d-9f3b-72866ee28ad8"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "2ac13078-eea7-402d-9fbf-3a73c940cc6e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardSvqygm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/artifacts/service-BasicOnboardSvqygm-csar.csar",
      "artifactChecksum": "MmFhN2VkOTNhNzQyYjZiOTNiMjEyNTgwNjI2MTBhNWM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7b97b1e8-ecc2-4294-a4b2-23ddb7de0988"
    }
  ],
  "workloadContext": "Production"
}
2022-11-28T06:33:11.873Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-28T06:33:11.873Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a1de1d26-2f9f-41af-a31c-547e56f18d37 ASDC
2022-11-28T06:33:11.874Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:51f0c2b7-c980-405d-85a2-4f57b5c8993f
ServiceName:basic_onboard_SVQYgm
ServiceVersion:1.0
ServiceUUID:a1de1d26-2f9f-41af-a31c-547e56f18d37
ServiceInvariantUUID:c110a4b3-bfd6-4a41-9221-c5adeeb29f6a
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardSvqygm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/artifacts/service-BasicOnboardSvqygm-csar.csar
ArtifactUUID:7b97b1e8-ecc2-4294-a4b2-23ddb7de0988
ArtifactChecksum:MmFhN2VkOTNhNzQyYjZiOTNiMjEyNTgwNjI2MTBhNWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_SVQYgm 0
ResourceCustomizationUUID:555f405a-e375-4c77-83b9-e28400b843f2
ResourceInvariantUUID:561716c1-0c73-40ae-983b-4d650933ad4d
ResourceName:basic_onboard_SVQYgm
ResourceType:VF
ResourceUUID:b48ed8d3-02a7-48ec-8ee3-97e3dadefbd7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_svqygm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/basic_onboard_svqygm0_modules.json
ArtifactUUID:0bd9bdac-cf86-4588-9a17-32a642802040
ArtifactChecksum:YzM0OTg1MWQ0OTgxODVhNmM0YzY4NGVkZDg3MDlhN2Q=
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/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.yaml
ArtifactUUID:03980f26-5e22-475d-9f3b-72866ee28ad8
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/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.env
ArtifactUUID:2ac13078-eea7-402d-9fbf-3a73c940cc6e
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/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.env
ArtifactUUID:2ac13078-eea7-402d-9fbf-3a73c940cc6e
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-28T06:33:11.874Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a1de1d26-2f9f-41af-a31c-547e56f18d37 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-28T06:33:11.915Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-28T06:33:11.916Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-28T06:33:11.916Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-28T06:33:11.917Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 7b97b1e8-ecc2-4294-a4b2-23ddb7de0988 from URL: /sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/artifacts/service-BasicOnboardSvqygm-csar.csar
2022-11-28T06:33:11.917Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-28T06:33:11.917Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/artifacts/service-BasicOnboardSvqygm-csar.csar
2022-11-28T06:33:12.100Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-28T06:33:12.105Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/artifacts/service-BasicOnboardSvqygm-csar.csar 7b97b1e8-ecc2-4294-a4b2-23ddb7de0988 75692
2022-11-28T06:33:12.105Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/artifacts/service-BasicOnboardSvqygm-csar.csar ASDC sendASDCNotification
2022-11-28T06:33:12.105Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/artifacts/service-BasicOnboardSvqygm-csar.csar
2022-11-28T06:33:12.105Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-28T06:33:12.107Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:33:12.109Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:33:12.110Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669617192105,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/artifacts/service-BasicOnboardSvqygm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-28T06:33:12.210Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:33:12.212Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:33:12.212Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:33:12.225Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:33:12.225Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:33:13.113Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-28T06:33:13.114Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-28T06:33:13.114Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 7b97b1e8-ecc2-4294-a4b2-23ddb7de0988, URL: /sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/artifacts/service-BasicOnboardSvqygm-csar.csar to file: /app/ASDC/1/service-BasicOnboardSvqygm-csar.csar
2022-11-28T06:33:13.114Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardSvqygm-csar.csar
2022-11-28T06:33:13.115Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardSvqygm-csar.csar
2022-11-28T06:33:13.115Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardSvqygm-csar.csar
2022-11-28T06:33:13.246Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14355637382680607945/Definitions/service-BasicOnboardSvqygm-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2022-11-28T06:33:14.674Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-28T06:33:14.674Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-28T06:33:14.674Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardSvqygm-csar.csar
2022-11-28T06:33:14.675Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-28T06:33:14.675Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardSvqygm-csar.csar
2022-11-28T06:33:14.675Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardSvqygm-csar.csar
2022-11-28T06:33:14.675Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_SVQYgm 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-BasicOnboardSvqygm-csar.csar
2022-11-28T06:33:14.675Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardSvqygm-csar.csar
2022-11-28T06:33:14.675Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardSvqygm-csar.csar
2022-11-28T06:33:14.675Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardSvqygm-csar.csar
2022-11-28T06:33:14.675Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardSvqygm-csar.csar
2022-11-28T06:33:14.675Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-28T06:33:14.676Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:33:14.676Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_SVQYgm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:33:14.676Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_SVQYgm 0 is matching search criteria
2022-11-28T06:33:14.676Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-28T06:33:14.677Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_SVQYgm 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-28T06:33:14.677Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:33:14.677Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_SVQYgm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:33:14.677Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_SVQYgm 0 is matching search criteria
2022-11-28T06:33:14.677Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-28T06:33:14.677Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_SVQYgm 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-28T06:33:14.678Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:33:14.678Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_SVQYgm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:33:14.678Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:33:14.678Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_SVQYgm 0 is not matching search criteria
2022-11-28T06:33:14.678Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-11-28T06:33:14.678Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-11-28T06:33:14.678Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-11-28T06:33:14.679Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-28T06:33:14.679Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-28T06:33:14.679Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:33:14.679Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_SVQYgm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-28T06:33:14.679Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:33:14.679Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_SVQYgm 0 is matching search criteria
2022-11-28T06:33:14.679Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_SVQYgm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-28T06:33:14.680Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:33:14.680Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_SVQYgm 0 is matching search criteria
2022-11-28T06:33:14.680Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_SVQYgm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-28T06:33:14.680Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:33:14.680Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_SVQYgm 0 is matching search criteria
2022-11-28T06:33:14.680Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_SVQYgm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-28T06:33:14.681Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:33:14.681Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_SVQYgm 0 is not matching search criteria
2022-11-28T06:33:14.681Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-28T06:33:14.681Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-28T06:33:14.681Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=cf17654c-c87a-4b04-b851-a8236d62b8c6
2022-11-28T06:33:14.681Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:33:14.682Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_SVQYgm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:33:14.682Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:33:14.682Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_SVQYgm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:33:14.682Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:33:14.682Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_SVQYgm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:33:14.682Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:33:14.682Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_SVQYgm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:33:14.683Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_SVQYgm
Description:service
Model UUID:a1de1d26-2f9f-41af-a31c-547e56f18d37
Model Version:NULL
Model InvariantUuid:c110a4b3-bfd6-4a41-9221-c5adeeb29f6a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_SVQYgm
Model UUID:f347d637-ef22-435e-9441-0351a1f873ef
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:561716c1-0c73-40ae-983b-4d650933ad4d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:555f405a-e375-4c77-83b9-e28400b843f2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d808142f-e43d-4d88-a39e-e2d57c419837
ModelName:BasicOnboardSvqygm..base_ubuntu18..module-0
ModelUuid:b66f6ab0-a84a-4a38-9aa6-b945253f9d13
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cf17654c-c87a-4b04-b851-a8236d62b8c6
ModelInvariantUuid:0587c05b-d4fd-4c14-b723-fc78244b97ab
ModelName:basic_onboard_SVQYgm-nodes.ubuntu18Cvfc
ModelUuid:5d2f2b71-a660-4c1c-9f16-e152a7f439d8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:79ad7e53-2109-4620-8ced-e47ab740d167
ModelInvariantUuid:8609bbfd-6090-483c-9123-4295b5ba5170
ModelName:BasicOnboardSvqygm.compute.nodes.heat.ubuntu18
ModelUuid:59aafd67-c92d-47b5-a4ef-a224a8cc1a71
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-28T06:33:14.701Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: b48ed8d3-02a7-48ec-8ee3-97e3dadefbd7
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-28T06:33:14.705Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||basic_onboard_SVQYgm 0
2022-11-28T06:33:14.706Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b48ed8d3-02a7-48ec-8ee3-97e3dadefbd7
2022-11-28T06:33:14.706Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0bd9bdac-cf86-4588-9a17-32a642802040 from URL: /sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/basic_onboard_svqygm0_modules.json
2022-11-28T06:33:14.706Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-28T06:33:14.706Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/basic_onboard_svqygm0_modules.json
2022-11-28T06:33:14.784Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-28T06:33:14.785Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/basic_onboard_svqygm0_modules.json 0bd9bdac-cf86-4588-9a17-32a642802040 798
2022-11-28T06:33:14.785Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/basic_onboard_svqygm0_modules.json ASDC sendASDCNotification
2022-11-28T06:33:14.785Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/basic_onboard_svqygm0_modules.json
2022-11-28T06:33:14.785Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-28T06:33:14.786Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:33:14.788Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:33:14.788Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669617194785,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/basic_onboard_svqygm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-28T06:33:14.888Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:33:14.890Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:33:14.891Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:33:14.904Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:33:14.905Z||pool-27-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:33:15.788Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardSvqygm..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "d808142f-e43d-4d88-a39e-e2d57c419837",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b66f6ab0-a84a-4a38-9aa6-b945253f9d13",
    "vfModuleModelCustomizationUUID": "ba1f3932-6218-4bb5-a775-56919f4498f5",
    "isBase": true,
    "artifacts": [
      "03980f26-5e22-475d-9f3b-72866ee28ad8",
      "2ac13078-eea7-402d-9fbf-3a73c940cc6e"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-28T06:33:15.794Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardSvqygm..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b66f6ab0-a84a-4a38-9aa6-b945253f9d13
VfModuleModelInvariantUUID:d808142f-e43d-4d88-a39e-e2d57c419837
VfModuleModelDescription:NULL
Artifacts UUID List:{
03980f26-5e22-475d-9f3b-72866ee28ad8
,
2ac13078-eea7-402d-9fbf-3a73c940cc6e

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

isBase:true


}

2022-11-28T06:33:15.796Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardSvqygm..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "d808142f-e43d-4d88-a39e-e2d57c419837",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b66f6ab0-a84a-4a38-9aa6-b945253f9d13",
    "vfModuleModelCustomizationUUID": "ba1f3932-6218-4bb5-a775-56919f4498f5",
    "isBase": true,
    "artifacts": [
      "03980f26-5e22-475d-9f3b-72866ee28ad8",
      "2ac13078-eea7-402d-9fbf-3a73c940cc6e"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-28T06:33:15.796Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardSvqygm..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b66f6ab0-a84a-4a38-9aa6-b945253f9d13
VfModuleModelInvariantUUID:d808142f-e43d-4d88-a39e-e2d57c419837
VfModuleModelDescription:NULL
Artifacts UUID List:{
03980f26-5e22-475d-9f3b-72866ee28ad8
,
2ac13078-eea7-402d-9fbf-3a73c940cc6e

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

isBase:true


}

2022-11-28T06:33:15.796Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 03980f26-5e22-475d-9f3b-72866ee28ad8 from URL: /sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.yaml
2022-11-28T06:33:15.796Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-28T06:33:15.796Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.yaml
2022-11-28T06:33:15.866Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-28T06:33:15.867Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.yaml 03980f26-5e22-475d-9f3b-72866ee28ad8 5033
2022-11-28T06:33:15.868Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-28T06:33:15.868Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.yaml
2022-11-28T06:33:15.868Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-28T06:33:15.868Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:33:15.870Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:33:15.870Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669617195867,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-28T06:33:15.971Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-28T06:33:15.972Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:33:15.972Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:33:15.985Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:33:15.985Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:33:16.872Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2ac13078-eea7-402d-9fbf-3a73c940cc6e from URL: /sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.env
2022-11-28T06:33:16.873Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-28T06:33:16.873Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.env
2022-11-28T06:33:16.932Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-28T06:33:16.933Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.env 2ac13078-eea7-402d-9fbf-3a73c940cc6e 909
2022-11-28T06:33:16.934Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-28T06:33:16.934Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.env
2022-11-28T06:33:16.934Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-28T06:33:16.934Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:33:16.937Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:33:16.937Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669617196933,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-11-28T06:33:17.037Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-28T06:33:17.039Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:33:17.039Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:33:17.051Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:33:17.052Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:33:17.938Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: a1de1d26-2f9f-41af-a31c-547e56f18d37
2022-11-28T06:33:17.939Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_SVQYgm 0 b48ed8d3-02a7-48ec-8ee3-97e3dadefbd7 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-28T06:33:17.962Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1ce62d63, org.onap.sdc.toscaparser.api.parameters.Input@28e4833a, org.onap.sdc.toscaparser.api.parameters.Input@4a2e42fd, org.onap.sdc.toscaparser.api.parameters.Input@57438e10, org.onap.sdc.toscaparser.api.parameters.Input@7ae33cae]
2022-11-28T06:33:17.964Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:33:17.964Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_SVQYgm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:33:17.965Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-11-28T06:33:17.965Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 555f405a-e375-4c77-83b9-e28400b843f2
2022-11-28T06:33:17.965Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 555f405a-e375-4c77-83b9-e28400b843f2 matches Tosca VF Customization UUID: 555f405a-e375-4c77-83b9-e28400b843f2
2022-11-28T06:33:17.966Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 555f405a-e375-4c77-83b9-e28400b843f2  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-28T06:33:17.970Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:33:17.970Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_SVQYgm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:33:17.971Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 555f405a-e375-4c77-83b9-e28400b843f2: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-28T06:33:17.971Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5eb24c2
2022-11-28T06:33:17.971Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:33:17.971Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_SVQYgm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-28T06:33:17.972Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ba1f3932-6218-4bb5-a775-56919f4498f5
2022-11-28T06:33:17.972Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ba1f3932-6218-4bb5-a775-56919f4498f5
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-28T06:33:17.976Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:33:17.977Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_SVQYgm 0 is matching search criteria
2022-11-28T06:33:17.977Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_SVQYgm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-28T06:33:17.978Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:33:17.978Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_SVQYgm 0 is matching search criteria
2022-11-28T06:33:17.978Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_SVQYgm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-28T06:33:17.979Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:33:17.979Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_SVQYgm 0 is not matching search criteria
2022-11-28T06:33:17.979Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-28T06:33:17.980Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-28T06:33:17.980Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=cf17654c-c87a-4b04-b851-a8236d62b8c6
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-28T06:33:17.984Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:33:17.984Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_SVQYgm 0 is matching search criteria
2022-11-28T06:33:17.984Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_SVQYgm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-28T06:33:17.985Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:33:17.985Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_SVQYgm 0 is matching search criteria
2022-11-28T06:33:17.985Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_SVQYgm 0] matching following query criteria: sdcType=VF, customizationUUID=555f405a-e375-4c77-83b9-e28400b843f2
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-28T06:33:17.988Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:33:17.989Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_SVQYgm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:33:17.989Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid a1de1d26-2f9f-41af-a31c-547e56f18d37: basic_onboard_SVQYgm
2022-11-28T06:33:17.990Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:33:17.990Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_SVQYgm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:33:17.991Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:33:17.991Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_SVQYgm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:33:17.992Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:33:17.992Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_SVQYgm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:33:17.993Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:33:17.993Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_SVQYgm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:33:17.994Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:33:17.994Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_SVQYgm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:33:17.994Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_SVQYgm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-28T06:33:18.172Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_SVQYgm b48ed8d3-02a7-48ec-8ee3-97e3dadefbd7 1 ASDC deployResourceStructure
2022-11-28T06:33:18.173Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/basic_onboard_svqygm0_modules.json ASDC sendASDCNotification
2022-11-28T06:33:18.173Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/basic_onboard_svqygm0_modules.json
2022-11-28T06:33:18.173Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-28T06:33:18.174Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:33:18.178Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:33:18.178Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669617198173,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/basic_onboard_svqygm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-28T06:33:18.278Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:33:18.279Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:33:18.280Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:33:18.292Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:33:18.293Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:33:19.179Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-28T06:33:19.180Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.yaml
2022-11-28T06:33:19.180Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-28T06:33:19.180Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:33:19.182Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:33:19.183Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669617199179,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-11-28T06:33:19.285Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-28T06:33:19.286Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:33:19.286Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:33:19.299Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:33:19.299Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:33:20.184Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-28T06:33:20.184Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.env
2022-11-28T06:33:20.185Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-28T06:33:20.185Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:33:20.187Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:33:20.187Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669617200184,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-11-28T06:33:20.287Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-28T06:33:20.288Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:33:20.289Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:33:20.304Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:33:20.305Z||pool-32-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:33:21.189Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/artifacts/service-BasicOnboardSvqygm-csar.csar ASDC sendASDCNotification
2022-11-28T06:33:21.189Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/artifacts/service-BasicOnboardSvqygm-csar.csar
2022-11-28T06:33:21.190Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-28T06:33:21.190Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:33:21.192Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:33:21.192Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669617201189,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/artifacts/service-BasicOnboardSvqygm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-28T06:33:21.292Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:33:21.293Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:33:21.294Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:33:21.305Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:33:21.306Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-28T06:33:22.193Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 51f0c2b7-c980-405d-85a2-4f57b5c8993f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-28T06:33:22.206Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 51f0c2b7-c980-405d-85a2-4f57b5c8993f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-28T06:33:22.209Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-28T06:33:22.209Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-28T06:33:22.209Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-28T06:33:52.209Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 51f0c2b7-c980-405d-85a2-4f57b5c8993f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-28T06:33:52.228Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 51f0c2b7-c980-405d-85a2-4f57b5c8993f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-28T06:33:52.231Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-28T06:33:52.231Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-28T06:33:52.231Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-28T06:33:55.917Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:33:55.918Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:33:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:33:55.950Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:33:55.951Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:33:55.951Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669617055911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/vfwd9b6e3b35b620_modules.json",
  "status": "NOTIFIED"
}
2022-11-28T06:33:55.952Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:33:55.952Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:33:55.953Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
  "consumerID": "aai-ml",
  "timestamp": 1669617058263,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:33:55.953Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:33:55.953Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:33:55.953Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669617055911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-11-28T06:33:55.953Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:33:55.953Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:33:55.953Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
  "consumerID": "aai-ml",
  "timestamp": 1669617058263,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/basic_onboard_svqygm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:33:55.953Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:33:55.953Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:33:55.953Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669617055911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:33:55.954Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:33:55.954Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:33:55.954Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
  "consumerID": "aai-ml",
  "timestamp": 1669617058263,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:33:55.954Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:33:55.954Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:33:55.954Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669617055911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-11-28T06:33:55.954Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:33:55.954Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:33:55.954Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
  "consumerID": "aai-ml",
  "timestamp": 1669617058263,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:33:55.954Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:33:55.955Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:33:55.955Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669617055911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/artifacts/service-Vfw20221128062900-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:33:55.955Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:33:55.955Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:33:55.955Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
  "consumerID": "aai-ml",
  "timestamp": 1669617058263,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:33:55.955Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:33:55.955Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:33:55.955Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669617055911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/artifacts/service-Vfw20221128062900-csar.csar",
  "status": "NOTIFIED"
}
2022-11-28T06:33:55.956Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:33:55.956Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:33:55.956Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
  "consumerID": "aai-ml",
  "timestamp": 1669617058263,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/artifacts/service-BasicOnboardSvqygm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:33:55.956Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:33:55.956Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:33:55.956Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669617064069,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/artifacts/service-Vfw20221128062900-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-28T06:33:55.957Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:33:55.957Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:33:55.957Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
  "consumerID": "aai-ml",
  "timestamp": 1669617058263,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/artifacts/service-BasicOnboardSvqygm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-28T06:33:55.957Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:33:55.957Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:33:55.957Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
  "consumerID": "aai-ml",
  "timestamp": 1669617066082,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/artifacts/service-BasicOnboardSvqygm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-28T06:33:55.957Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:33:55.957Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:33:55.957Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669617069172,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/vfwd9b6e3b35b620_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-28T06:33:55.958Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:33:55.958Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:33:55.958Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669617070299,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-28T06:33:55.958Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:33:55.958Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:33:55.958Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669617071385,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-11-28T06:33:55.958Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:33:55.958Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:33:55.959Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
  "consumerID": "aai-ml",
  "timestamp": 1669617072384,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/artifacts/service-BasicOnboardSvqygm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-28T06:33:55.959Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:33:55.959Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:33:55.959Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669617072898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/vfwd9b6e3b35b620_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-28T06:33:55.959Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:33:55.959Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:33:55.959Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
  "consumerID": "aai-ml",
  "timestamp": 1669617073392,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-28T06:33:55.969Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 51f0c2b7-c980-405d-85a2-4f57b5c8993f
2022-11-28T06:33:55.969Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51f0c2b7-c980-405d-85a2-4f57b5c8993f and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-28T06:33:55.979Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:33:55.979Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669617073906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-11-28T06:33:55.980Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:33:55.980Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:33:55.980Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669617074911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-11-28T06:33:55.980Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:33:55.980Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:33:55.980Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669617075915,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/artifacts/service-Vfw20221128062900-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-28T06:33:55.981Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:34:22.231Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 51f0c2b7-c980-405d-85a2-4f57b5c8993f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-28T06:34:22.243Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 51f0c2b7-c980-405d-85a2-4f57b5c8993f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-28T06:34:22.248Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-28T06:34:22.248Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-28T06:34:22.248Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-28T06:34:22.248Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-28T06:34:22.248Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-28T06:34:22.248Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-28T06:34:22.249Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-28T06:34:22.249Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-28T06:34:22.249Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-28T06:34:22.249Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-28T06:34:22.253Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-28T06:34:52.254Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 51f0c2b7-c980-405d-85a2-4f57b5c8993f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-28T06:34:52.262Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 51f0c2b7-c980-405d-85a2-4f57b5c8993f and serviceModelVersionId: a1de1d26-2f9f-41af-a31c-547e56f18d37
2022-11-28T06:34:52.262Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c110a4b3-bfd6-4a41-9221-c5adeeb29f6a
2022-11-28T06:34:52.263Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c110a4b3-bfd6-4a41-9221-c5adeeb29f6a/model-vers/model-ver/a1de1d26-2f9f-41af-a31c-547e56f18d37?depth=0
2022-11-28T06:34:52.268Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-11-28T06:34:52.354Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c110a4b3-bfd6-4a41-9221-c5adeeb29f6a/model-vers/model-ver/a1de1d26-2f9f-41af-a31c-547e56f18d37?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-11-28T06:34:52.356Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c110a4b3-bfd6-4a41-9221-c5adeeb29f6a/model-vers/model-ver/a1de1d26-2f9f-41af-a31c-547e56f18d37?depth=0|INFO|500||Invoke
2022-11-28T06:34:52.402Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c110a4b3-bfd6-4a41-9221-c5adeeb29f6a/model-vers/model-ver/a1de1d26-2f9f-41af-a31c-547e56f18d37?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-28T06:34:52.506Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c110a4b3-bfd6-4a41-9221-c5adeeb29f6a/model-vers/model-ver/a1de1d26-2f9f-41af-a31c-547e56f18d37?depth=0|INFO|500||InvokeReturn
2022-11-28T06:34:52.507Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c110a4b3-bfd6-4a41-9221-c5adeeb29f6a/model-vers/model-ver/a1de1d26-2f9f-41af-a31c-547e56f18d37?depth=0 has http status code:200 and response headers:{date=[Mon, 28 Nov 2022 06:34:52 GMT], content-length=[0], vertex-id=[155896], x-aai-txid=[0-aai-resources-221128-06:34:52:507-61301], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-28T06:34:52.507Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-11-28T06:34:52.508Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-28T06:34:52.508Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-28T06:34:52.512Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-28T06:34:52.512Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 51f0c2b7-c980-405d-85a2-4f57b5c8993f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-28T06:34:52.513Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-28T06:34:52.513Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:34:52.516Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:34:52.516Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669617292513,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-28T06:34:52.616Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:34:52.617Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:34:52.618Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:34:52.642Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:34:52.643Z||pool-34-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-28T06:34:53.533Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:34:53.534Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:34:53.534Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:34:55.917Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:34:55.918Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:34:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:34:55.966Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:34:55.968Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:34:55.968Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669617183812,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-28T06:34:55.969Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:34:55.969Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:34:55.969Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669617055911,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:34:55.970Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:34:55.970Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:34:55.970Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669617055911,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/basic_onboard_svqygm0_modules.json",
  "status": "NOTIFIED"
}
2022-11-28T06:34:55.970Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:34:55.970Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:34:55.971Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669617055911,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-11-28T06:34:55.971Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:34:55.971Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:34:55.971Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669617055911,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:34:55.971Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:34:55.971Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:34:55.972Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669617055911,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-11-28T06:34:55.972Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:34:55.972Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:34:55.972Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669617055911,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/artifacts/service-BasicOnboardSvqygm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:34:55.972Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:34:55.973Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:34:55.973Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669617055911,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/artifacts/service-BasicOnboardSvqygm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-28T06:34:55.973Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:34:55.973Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:34:55.974Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669617192105,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/artifacts/service-BasicOnboardSvqygm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-28T06:34:55.974Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:34:55.974Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:34:55.974Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669617194785,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/basic_onboard_svqygm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-28T06:34:55.975Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:34:55.975Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:34:55.975Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669617195867,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-28T06:34:55.975Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:34:55.975Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:34:55.975Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669617196933,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-11-28T06:34:55.976Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:34:55.976Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:34:55.976Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669617198173,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/basic_onboard_svqygm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-28T06:34:55.976Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:34:55.976Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:34:55.977Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669617199179,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-11-28T06:34:55.977Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:34:55.977Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:34:55.977Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669617200184,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-11-28T06:34:55.978Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:34:55.978Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:34:55.978Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669617201189,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/artifacts/service-BasicOnboardSvqygm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-28T06:34:55.978Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:35:03.851Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:35:03.852Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:35:03.853Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:35:03.853Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:35:13.410Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:35:13.411Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:35:13.412Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:35:13.412Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:35:23.001Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:35:23.002Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:35:23.003Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:35:23.003Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:35:32.635Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:35:55.911Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:35:55.912Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:35:55.913Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:35:55.917Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:35:55.917Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:35:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:35:56.453Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:35:56.454Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:35:56.454Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669617292513,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-28T06:35:56.455Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:36:05.520Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:36:55.911Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:36:55.912Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:36:55.912Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:36:55.917Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:36:55.917Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:36:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:37:05.517Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:37:05.518Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:37:55.911Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:37:55.913Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:37:55.913Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:37:55.917Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:37:55.918Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:37:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:38:05.505Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:38:05.505Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:38:55.911Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:38:55.912Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:38:55.913Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:38:55.917Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:38:55.918Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:38:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:39:05.471Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:39:05.478Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:39:55.911Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:39:55.913Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:39:55.913Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:39:55.917Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:39:55.917Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:39:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:40:05.486Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:40:05.501Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:40:55.911Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:40:55.912Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:40:55.912Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:40:55.917Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:40:55.917Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:40:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:41:05.479Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:41:05.479Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:41:55.912Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:41:55.913Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:41:55.913Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:41:55.917Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:41:55.917Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:41:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:42:05.489Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:42:05.496Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:42:55.913Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:42:55.916Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:42:55.916Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:42:55.917Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:42:55.917Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:42:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:43:05.496Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:43:05.497Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:43:55.911Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:43:55.913Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:43:55.913Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:43:55.923Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:43:55.924Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:43:55.924Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:44:05.483Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:44:05.490Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:44:55.912Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:44:55.913Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:44:55.913Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:44:55.917Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:44:55.917Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:44:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:45:05.515Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:45:05.553Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:45:55.911Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:45:55.912Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:45:55.912Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:45:55.917Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:45:55.917Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:45:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:45:56.564Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:45:56.564Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-28T06:45:56.564Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"3fbd8c41-d245-4509-80bd-657302a6c040","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"2524cfd4-8f34-4cbb-ae38-f4cbff6567b6","serviceDescription":"service","serviceInvariantUUID":"5dd87f7a-469c-4d47-a24a-12643c0608f2","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"3dbc20c1-53eb-445e-90a8-cc7c1da2501d","resourceInvariantUUID":"0f2b8830-7f96-48b8-8eea-0769d4d2ddc8","resourceCustomizationUUID":"d7bf4d9b-554a-4f0b-84f6-a3a503b2453f","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":"OTJiZjhiMzYzMDg4OWMyMTU5ZmNkNWUyMWRjYTE2MmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c468deec-4c90-4453-aaf1-10f3c55de85b","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YjRkYzUxNzkwZDk2M2EzN2M5NjI4MTNiYzNmN2MzYTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"37ff7e36-3fae-4054-bc52-b26c554cfbc8","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-28T06:45:56.569Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T06:45:56.570Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:45:56.572Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:45:56.573Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:45:56.573Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fbd8c41-d245-4509-80bd-657302a6c040",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669617918940,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:45:56.574Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:45:56.574Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:45:56.574Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fbd8c41-d245-4509-80bd-657302a6c040",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669617918940,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-28T06:45:56.574Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:45:56.574Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:45:56.574Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fbd8c41-d245-4509-80bd-657302a6c040",
  "consumerID": "cds",
  "timestamp": 1669617922738,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:45:56.574Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:45:56.574Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:45:56.574Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fbd8c41-d245-4509-80bd-657302a6c040",
  "consumerID": "cds",
  "timestamp": 1669617922738,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-28T06:45:56.575Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:45:56.575Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:45:56.575Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fbd8c41-d245-4509-80bd-657302a6c040",
  "consumerID": "cds",
  "timestamp": 1669617925609,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-28T06:45:56.575Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:45:56.575Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:45:56.575Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fbd8c41-d245-4509-80bd-657302a6c040",
  "consumerID": "cds",
  "timestamp": 1669617926617,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-11-28T06:45:56.575Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:45:56.575Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3fbd8c41-d245-4509-80bd-657302a6c040",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669617955911,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-28T06:45:56.616Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3fbd8c41-d245-4509-80bd-657302a6c040
2022-11-28T06:45:56.616Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3fbd8c41-d245-4509-80bd-657302a6c040 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-28T06:45:56.627Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:45:56.627Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fbd8c41-d245-4509-80bd-657302a6c040",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669617926757,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:45:56.627Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:45:56.628Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:45:56.628Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fbd8c41-d245-4509-80bd-657302a6c040",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669617926757,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:45:56.628Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:45:56.628Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:45:56.628Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fbd8c41-d245-4509-80bd-657302a6c040",
  "consumerID": "aai-ml",
  "timestamp": 1669617928264,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:45:56.628Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:45:56.628Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:45:56.629Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fbd8c41-d245-4509-80bd-657302a6c040",
  "consumerID": "aai-ml",
  "timestamp": 1669617928264,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-28T06:45:56.629Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:45:56.629Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:45:56.629Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fbd8c41-d245-4509-80bd-657302a6c040",
  "consumerID": "aai-ml",
  "timestamp": 1669617931023,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-28T06:45:56.629Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:45:56.629Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:45:56.630Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fbd8c41-d245-4509-80bd-657302a6c040",
  "consumerID": "aai-ml",
  "timestamp": 1669617935838,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-28T06:45:56.630Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:45:56.630Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:45:56.630Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fbd8c41-d245-4509-80bd-657302a6c040",
  "consumerID": "aai-ml",
  "timestamp": 1669617936845,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-28T06:45:56.636Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3fbd8c41-d245-4509-80bd-657302a6c040
2022-11-28T06:45:56.636Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3fbd8c41-d245-4509-80bd-657302a6c040 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-28T06:45:56.644Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:45:56.644Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fbd8c41-d245-4509-80bd-657302a6c040",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669617937602,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:45:56.644Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:45:56.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:45:56.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fbd8c41-d245-4509-80bd-657302a6c040",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669617937602,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-28T06:45:56.645Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:45:56.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:45:56.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fbd8c41-d245-4509-80bd-657302a6c040",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669617940470,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-28T06:45:56.645Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:45:56.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:45:56.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fbd8c41-d245-4509-80bd-657302a6c040",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669617942706,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-28T06:45:56.646Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:45:56.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:45:56.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fbd8c41-d245-4509-80bd-657302a6c040",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669617943717,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-28T06:45:56.652Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3fbd8c41-d245-4509-80bd-657302a6c040
2022-11-28T06:45:56.652Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3fbd8c41-d245-4509-80bd-657302a6c040 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-28T06:45:56.674Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-11-28T06:45:56.674Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:45:56.675Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:45:56.687Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:45:56.688Z||pool-35-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:45:57.576Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T06:45:57.577Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:45:57.580Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:45:57.580Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3fbd8c41-d245-4509-80bd-657302a6c040",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669617955911,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-28T06:45:57.680Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:45:57.681Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:45:57.682Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:45:57.699Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:45:57.700Z||pool-36-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:45:58.581Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "3fbd8c41-d245-4509-80bd-657302a6c040",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "2524cfd4-8f34-4cbb-ae38-f4cbff6567b6",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5dd87f7a-469c-4d47-a24a-12643c0608f2",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "d7bf4d9b-554a-4f0b-84f6-a3a503b2453f",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "3dbc20c1-53eb-445e-90a8-cc7c1da2501d",
      "resourceInvariantUUID": "0f2b8830-7f96-48b8-8eea-0769d4d2ddc8",
      "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": "YjRkYzUxNzkwZDk2M2EzN2M5NjI4MTNiYzNmN2MzYTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "37ff7e36-3fae-4054-bc52-b26c554cfbc8"
    }
  ],
  "workloadContext": "Production"
}
2022-11-28T06:45:58.582Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-28T06:45:58.582Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2524cfd4-8f34-4cbb-ae38-f4cbff6567b6 ASDC
2022-11-28T06:45:58.583Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:3fbd8c41-d245-4509-80bd-657302a6c040
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:2524cfd4-8f34-4cbb-ae38-f4cbff6567b6
ServiceInvariantUUID:5dd87f7a-469c-4d47-a24a-12643c0608f2
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:37ff7e36-3fae-4054-bc52-b26c554cfbc8
ArtifactChecksum:YjRkYzUxNzkwZDk2M2EzN2M5NjI4MTNiYzNmN2MzYTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:d7bf4d9b-554a-4f0b-84f6-a3a503b2453f
ResourceInvariantUUID:0f2b8830-7f96-48b8-8eea-0769d4d2ddc8
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:3dbc20c1-53eb-445e-90a8-cc7c1da2501d
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-11-28T06:45:58.583Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2524cfd4-8f34-4cbb-ae38-f4cbff6567b6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-28T06:45:58.653Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-28T06:45:58.654Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-28T06:45:58.655Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-28T06:45:58.655Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 37ff7e36-3fae-4054-bc52-b26c554cfbc8 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-28T06:45:58.655Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-28T06:45:58.655Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-28T06:45:58.912Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-28T06:45:58.916Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 37ff7e36-3fae-4054-bc52-b26c554cfbc8 57791
2022-11-28T06:45:58.917Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-28T06:45:58.917Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-28T06:45:58.917Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-28T06:45:58.918Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:45:58.921Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:45:58.921Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3fbd8c41-d245-4509-80bd-657302a6c040",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669617958917,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-28T06:45:59.021Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:45:59.023Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:45:59.023Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:45:59.059Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:45:59.060Z||pool-37-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:45:59.922Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-28T06:45:59.923Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-28T06:45:59.923Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 37ff7e36-3fae-4054-bc52-b26c554cfbc8, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-28T06:45:59.925Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-11-28T06:45:59.925Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-28T06:45:59.925Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-28T06:46:00.139Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12966603702159855353/Definitions/service-BasicNetwork-template.yml
2022-11-28T06:46:00.839Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-28T06:46:00.840Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-28T06:46:00.844Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-28T06:46:00.845Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-11-28T06:46:00.845Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-28T06:46:00.845Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-28T06:46:00.845Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-28T06:46:00.845Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-28T06:46:00.845Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-28T06:46:00.846Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-28T06:46:00.846Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-28T06:46:00.846Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-28T06:46:00.846Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-28T06:46:00.847Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:46:00.847Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:46:00.847Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-28T06:46:00.848Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-28T06:46:00.848Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-28T06:46:00.848Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:46:00.849Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:46:00.849Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-28T06:46:00.849Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-28T06:46:00.849Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-28T06:46:00.849Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:46:00.849Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:46:00.850Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:46:00.850Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:46:00.850Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:46:00.851Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:46:00.851Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:46:00.851Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:46:00.851Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:46:00.851Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:46:00.852Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:2524cfd4-8f34-4cbb-ae38-f4cbff6567b6
Model Version:NULL
Model InvariantUuid:5dd87f7a-469c-4d47-a24a-12643c0608f2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:0f2b8830-7f96-48b8-8eea-0769d4d2ddc8
Model UUID:0e323f7b-4d98-4ea5-af3f-c4a9aec729bd
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:d7bf4d9b-554a-4f0b-84f6-a3a503b2453f
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-28T06:46:00.913Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: 3dbc20c1-53eb-445e-90a8-cc7c1da2501d
2022-11-28T06:46:00.914Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||No resources found for Service: 2524cfd4-8f34-4cbb-ae38-f4cbff6567b6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-28T06:46:00.949Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||
2022-11-28T06:46:00.950Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-11-28T06:46:00.951Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 2524cfd4-8f34-4cbb-ae38-f4cbff6567b6
2022-11-28T06:46:00.951Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 2524cfd4-8f34-4cbb-ae38-f4cbff6567b6
2022-11-28T06:46:00.951Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-11-28T06:46:00.952Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-28T06:46:01.069Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6d540908, org.onap.sdc.toscaparser.api.parameters.Input@6ca8d20e, org.onap.sdc.toscaparser.api.parameters.Input@889b32d, org.onap.sdc.toscaparser.api.parameters.Input@66db6120, org.onap.sdc.toscaparser.api.parameters.Input@2b8a28ba]
2022-11-28T06:46:01.071Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:46:01.071Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:46:01.072Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:46:01.072Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:46:01.072Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 2524cfd4-8f34-4cbb-ae38-f4cbff6567b6: Generic NeutronNet
2022-11-28T06:46:01.073Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:46:01.073Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:46:01.073Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:46:01.073Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-11-28T06:46:01.149Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:46:01.150Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:46:01.150Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:46:01.150Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:46:01.150Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:46:01.150Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:46:01.150Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-11-28T06:46:01.336Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-11-28T06:46:01.336Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-28T06:46:01.337Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-28T06:46:01.337Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-28T06:46:01.337Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:46:01.339Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:46:01.339Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3fbd8c41-d245-4509-80bd-657302a6c040",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669617961336,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-28T06:46:01.440Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:46:01.441Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:46:01.442Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:46:01.478Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:46:01.479Z||pool-38-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1}
2022-11-28T06:46:02.340Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3fbd8c41-d245-4509-80bd-657302a6c040
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-28T06:46:02.356Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3fbd8c41-d245-4509-80bd-657302a6c040
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-28T06:46:02.360Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-28T06:46:02.360Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-28T06:46:02.360Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-28T06:46:02.360Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-28T06:46:02.360Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-28T06:46:02.361Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-28T06:46:02.361Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-28T06:46:02.361Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-28T06:46:02.361Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-28T06:46:02.366Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-28T06:46:32.366Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3fbd8c41-d245-4509-80bd-657302a6c040 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-28T06:46:32.373Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3fbd8c41-d245-4509-80bd-657302a6c040 and serviceModelVersionId: 2524cfd4-8f34-4cbb-ae38-f4cbff6567b6
2022-11-28T06:46:32.373Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5dd87f7a-469c-4d47-a24a-12643c0608f2
2022-11-28T06:46:32.374Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5dd87f7a-469c-4d47-a24a-12643c0608f2/model-vers/model-ver/2524cfd4-8f34-4cbb-ae38-f4cbff6567b6?depth=0
2022-11-28T06:46:32.378Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-11-28T06:46:32.436Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5dd87f7a-469c-4d47-a24a-12643c0608f2/model-vers/model-ver/2524cfd4-8f34-4cbb-ae38-f4cbff6567b6?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-11-28T06:46:32.438Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5dd87f7a-469c-4d47-a24a-12643c0608f2/model-vers/model-ver/2524cfd4-8f34-4cbb-ae38-f4cbff6567b6?depth=0|INFO|500||Invoke
2022-11-28T06:46:32.461Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5dd87f7a-469c-4d47-a24a-12643c0608f2/model-vers/model-ver/2524cfd4-8f34-4cbb-ae38-f4cbff6567b6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-28T06:46:32.642Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5dd87f7a-469c-4d47-a24a-12643c0608f2/model-vers/model-ver/2524cfd4-8f34-4cbb-ae38-f4cbff6567b6?depth=0|INFO|500||InvokeReturn
2022-11-28T06:46:32.642Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5dd87f7a-469c-4d47-a24a-12643c0608f2/model-vers/model-ver/2524cfd4-8f34-4cbb-ae38-f4cbff6567b6?depth=0 has http status code:200 and response headers:{date=[Mon, 28 Nov 2022 06:46:32 GMT], content-length=[0], vertex-id=[380936], x-aai-txid=[1-aai-resources-221128-06:46:32:571-75157], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-28T06:46:32.643Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-11-28T06:46:32.644Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-28T06:46:32.644Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-28T06:46:32.665Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-28T06:46:32.666Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3fbd8c41-d245-4509-80bd-657302a6c040 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-28T06:46:32.666Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-28T06:46:32.667Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:46:32.670Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:46:32.670Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3fbd8c41-d245-4509-80bd-657302a6c040",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669617992666,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-28T06:46:32.770Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:46:32.771Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:46:32.771Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:46:32.788Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:46:32.788Z||pool-39-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-28T06:46:55.911Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:46:55.912Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:46:55.912Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:46:55.917Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:46:55.917Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:46:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:46:56.051Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:46:56.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:46:56.052Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fbd8c41-d245-4509-80bd-657302a6c040",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669617955911,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:46:56.054Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:46:56.553Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:46:56.554Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-28T06:46:56.555Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"872b801e-de2c-46a4-9c06-494e03aed9fc","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"ea68b9e0-1f63-4c6c-be70-474d35e99455","serviceDescription":"service","serviceInvariantUUID":"b65a62ed-ea5f-4989-b12e-397a1c4baa60","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"56c30672-a183-4124-bd9c-389b3a1a7294","resourceInvariantUUID":"4f2e2870-e411-46e5-8bd6-048090f017f1","resourceCustomizationUUID":"78229748-4660-4c11-9cf1-c8fd10f74814","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":"N2Y3N2Y5YTI0MGQ1ZjFhMDA2OWJhOGRkZjYyNDY5OTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fd532f80-26c9-4722-9773-5d3fd27ebd54","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":"YTEwMGRhN2RiYjIxN2JmYTYzMzZjNjM2MGVkMzgwZTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4f1bd26b-4fed-4c41-aafa-1821431a235f","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":"2d9bfdfb-8886-4c63-bafb-dc536bfb6ec3","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":"f860bc77-f8c9-465c-a802-fb7228e6c9bb","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":"884f994b-1aff-47d0-a455-f4c35481f6c9","artifactVersion":"2","generatedFromUUID":"2d9bfdfb-8886-4c63-bafb-dc536bfb6ec3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"M2Y5ZTkyMjQ3NjU2YWRjYTUxMjFlNjg4NjRiMGUyNjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cde28e3d-a578-4ba2-8020-5949a0e08695","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"Yjk4ZjhjNGRlN2FjZTUxYTMxYmQ2NTAxZTU4NzhkMzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"899265f0-bb5e-468b-b6df-17692604b659","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-28T06:46:56.557Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T06:46:56.558Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:46:56.572Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:46:56.573Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618015911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:46:56.660Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms
2022-11-28T06:46:56.663Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:46:56.663Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:46:56.682Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:46:56.683Z||pool-40-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:46:57.573Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T06:46:57.574Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:46:57.577Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:46:57.577Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618015911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-11-28T06:46:57.677Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:46:57.679Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:46:57.679Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:46:57.692Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:46:57.693Z||pool-41-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:46:58.578Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T06:46:58.579Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:46:58.581Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:46:58.582Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618015911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-28T06:46:58.682Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:46:58.683Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:46:58.683Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:46:58.726Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:46:58.726Z||pool-42-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:46:59.582Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T06:46:59.583Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:46:59.605Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:46:59.605Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618015911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:46:59.685Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 80 ms
2022-11-28T06:46:59.686Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:46:59.686Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:46:59.699Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:46:59.700Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:47:00.606Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T06:47:00.607Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:47:00.609Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:47:00.609Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618015911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-28T06:47:00.709Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:47:00.710Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:47:00.710Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:47:00.732Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:47:00.733Z||pool-44-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:47:01.610Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T06:47:01.611Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:47:01.613Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:47:01.614Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618015911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:47:01.714Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:47:01.715Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:47:01.715Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:47:01.733Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:47:01.733Z||pool-45-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:47:02.614Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T06:47:02.615Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:47:02.618Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:47:02.618Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618015911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-28T06:47:02.718Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-28T06:47:02.720Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:47:02.720Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:47:02.739Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:47:02.740Z||pool-46-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:47:03.620Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "ea68b9e0-1f63-4c6c-be70-474d35e99455",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b65a62ed-ea5f-4989-b12e-397a1c4baa60",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "78229748-4660-4c11-9cf1-c8fd10f74814",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "56c30672-a183-4124-bd9c-389b3a1a7294",
      "resourceInvariantUUID": "4f2e2870-e411-46e5-8bd6-048090f017f1",
      "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": "YTEwMGRhN2RiYjIxN2JmYTYzMzZjNjM2MGVkMzgwZTI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "4f1bd26b-4fed-4c41-aafa-1821431a235f",
          "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": "2d9bfdfb-8886-4c63-bafb-dc536bfb6ec3",
          "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": "884f994b-1aff-47d0-a455-f4c35481f6c9",
            "generatedFromUUID": "2d9bfdfb-8886-4c63-bafb-dc536bfb6ec3"
          },
          "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": "884f994b-1aff-47d0-a455-f4c35481f6c9",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "Yjk4ZjhjNGRlN2FjZTUxYTMxYmQ2NTAxZTU4NzhkMzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "899265f0-bb5e-468b-b6df-17692604b659"
    }
  ],
  "workloadContext": "Production"
}
2022-11-28T06:47:03.620Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-28T06:47:03.621Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ea68b9e0-1f63-4c6c-be70-474d35e99455 ASDC
2022-11-28T06:47:03.621Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:872b801e-de2c-46a4-9c06-494e03aed9fc
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:ea68b9e0-1f63-4c6c-be70-474d35e99455
ServiceInvariantUUID:b65a62ed-ea5f-4989-b12e-397a1c4baa60
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:899265f0-bb5e-468b-b6df-17692604b659
ArtifactChecksum:Yjk4ZjhjNGRlN2FjZTUxYTMxYmQ2NTAxZTU4NzhkMzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:78229748-4660-4c11-9cf1-c8fd10f74814
ResourceInvariantUUID:4f2e2870-e411-46e5-8bd6-048090f017f1
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:56c30672-a183-4124-bd9c-389b3a1a7294
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:4f1bd26b-4fed-4c41-aafa-1821431a235f
ArtifactChecksum:YTEwMGRhN2RiYjIxN2JmYTYzMzZjNjM2MGVkMzgwZTI=
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:2d9bfdfb-8886-4c63-bafb-dc536bfb6ec3
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:884f994b-1aff-47d0-a455-f4c35481f6c9
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:884f994b-1aff-47d0-a455-f4c35481f6c9
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-28T06:47:03.622Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ea68b9e0-1f63-4c6c-be70-474d35e99455 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-28T06:47:03.663Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-28T06:47:03.664Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-28T06:47:03.664Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-28T06:47:03.664Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 899265f0-bb5e-468b-b6df-17692604b659 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-28T06:47:03.665Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-28T06:47:03.665Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-28T06:47:03.758Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-28T06:47:03.762Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 899265f0-bb5e-468b-b6df-17692604b659 75196
2022-11-28T06:47:03.762Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-11-28T06:47:03.762Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-28T06:47:03.762Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-28T06:47:03.763Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:47:03.765Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:47:03.765Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618023762,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-28T06:47:03.865Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:47:03.867Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:47:03.867Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:47:03.884Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:47:03.885Z||pool-47-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:47:04.766Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-28T06:47:04.771Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-28T06:47:04.771Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 899265f0-bb5e-468b-b6df-17692604b659, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-11-28T06:47:04.772Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-11-28T06:47:04.772Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-11-28T06:47:04.772Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-11-28T06:47:04.951Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14564740433173245185/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-11-28T06:47:06.229Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-28T06:47:06.230Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-28T06:47:06.230Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-28T06:47:06.230Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-28T06:47:06.230Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-28T06:47:06.230Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-28T06:47:06.230Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-28T06:47:06.230Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-28T06:47:06.231Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-28T06:47:06.232Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-28T06:47:06.232Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-28T06:47:06.232Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-28T06:47:06.233Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:47:06.233Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:47:06.233Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-28T06:47:06.233Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-28T06:47:06.234Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-28T06:47:06.234Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:47:06.234Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:47:06.234Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-28T06:47:06.234Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-28T06:47:06.234Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-28T06:47:06.235Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:47:06.235Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:47:06.235Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:47:06.235Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-11-28T06:47:06.235Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-11-28T06:47:06.235Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-11-28T06:47:06.235Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-11-28T06:47:06.236Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-28T06:47:06.236Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-28T06:47:06.236Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:47:06.236Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-28T06:47:06.237Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:47:06.237Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-28T06:47:06.237Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-28T06:47:06.237Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:47:06.237Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-28T06:47:06.237Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-28T06:47:06.238Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:47:06.238Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-28T06:47:06.238Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-28T06:47:06.238Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:47:06.238Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-11-28T06:47:06.238Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-28T06:47:06.239Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-28T06:47:06.239Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=23a02ded-7431-42d2-b0ed-5e5dd0ba8814
2022-11-28T06:47:06.239Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:47:06.239Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:47:06.240Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:47:06.240Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:47:06.240Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:47:06.240Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:47:06.240Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:47:06.240Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:47:06.240Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:ea68b9e0-1f63-4c6c-be70-474d35e99455
Model Version:NULL
Model InvariantUuid:b65a62ed-ea5f-4989-b12e-397a1c4baa60
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:1e7fee47-4fc3-4ca8-b4bf-ac77116ff7af
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4f2e2870-e411-46e5-8bd6-048090f017f1
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:78229748-4660-4c11-9cf1-c8fd10f74814
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:edaa6530-4625-46ce-b6d4-4b33b3c49f05
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:b3bccfc8-9b32-45ea-9fb2-93dacc6746ce
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:23a02ded-7431-42d2-b0ed-5e5dd0ba8814
ModelInvariantUuid:9343a6d9-aec9-44b7-96ea-e4516587d653
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:c2a12a0f-76ae-462e-bb8d-13a764a15a4d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:95cd11f7-4880-4b72-8257-70e57502c64c
ModelInvariantUuid:a7fd9012-ad9a-4c70-be1d-61502f6db344
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:26caf445-fc69-4a59-9cb1-3dfe1b70db7b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-28T06:47:06.263Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 56c30672-a183-4124-bd9c-389b3a1a7294
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-28T06:47:06.268Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||INFO|500||basic_vm 0
2022-11-28T06:47:06.268Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 56c30672-a183-4124-bd9c-389b3a1a7294
2022-11-28T06:47:06.269Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 4f1bd26b-4fed-4c41-aafa-1821431a235f from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-11-28T06:47:06.269Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-28T06:47:06.269Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-11-28T06:47:06.324Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-28T06:47:06.325Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 4f1bd26b-4fed-4c41-aafa-1821431a235f 787
2022-11-28T06:47:06.325Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-11-28T06:47:06.325Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-11-28T06:47:06.326Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-28T06:47:06.326Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:47:06.328Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:47:06.329Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618026325,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-28T06:47:06.429Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:47:06.430Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:47:06.431Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:47:06.453Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:47:06.454Z||pool-48-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:47:07.329Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "edaa6530-4625-46ce-b6d4-4b33b3c49f05",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b3bccfc8-9b32-45ea-9fb2-93dacc6746ce",
    "vfModuleModelCustomizationUUID": "be3996b6-78bf-4150-81f5-4f9facca0f4e",
    "isBase": true,
    "artifacts": [
      "2d9bfdfb-8886-4c63-bafb-dc536bfb6ec3",
      "884f994b-1aff-47d0-a455-f4c35481f6c9"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-28T06:47:07.334Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b3bccfc8-9b32-45ea-9fb2-93dacc6746ce
VfModuleModelInvariantUUID:edaa6530-4625-46ce-b6d4-4b33b3c49f05
VfModuleModelDescription:NULL
Artifacts UUID List:{
2d9bfdfb-8886-4c63-bafb-dc536bfb6ec3
,
884f994b-1aff-47d0-a455-f4c35481f6c9

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

isBase:true


}

2022-11-28T06:47:07.337Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "edaa6530-4625-46ce-b6d4-4b33b3c49f05",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b3bccfc8-9b32-45ea-9fb2-93dacc6746ce",
    "vfModuleModelCustomizationUUID": "be3996b6-78bf-4150-81f5-4f9facca0f4e",
    "isBase": true,
    "artifacts": [
      "2d9bfdfb-8886-4c63-bafb-dc536bfb6ec3",
      "884f994b-1aff-47d0-a455-f4c35481f6c9"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-28T06:47:07.337Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b3bccfc8-9b32-45ea-9fb2-93dacc6746ce
VfModuleModelInvariantUUID:edaa6530-4625-46ce-b6d4-4b33b3c49f05
VfModuleModelDescription:NULL
Artifacts UUID List:{
2d9bfdfb-8886-4c63-bafb-dc536bfb6ec3
,
884f994b-1aff-47d0-a455-f4c35481f6c9

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

isBase:true


}

2022-11-28T06:47:07.337Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2d9bfdfb-8886-4c63-bafb-dc536bfb6ec3 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-11-28T06:47:07.337Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-28T06:47:07.337Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-11-28T06:47:07.391Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-28T06:47:07.391Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2d9bfdfb-8886-4c63-bafb-dc536bfb6ec3 5033
2022-11-28T06:47:07.391Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-11-28T06:47:07.392Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-11-28T06:47:07.392Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-28T06:47:07.392Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:47:07.394Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:47:07.395Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618027391,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-28T06:47:07.495Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:47:07.497Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:47:07.497Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:47:07.520Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:47:07.521Z||pool-49-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-11-28T06:47:08.395Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 884f994b-1aff-47d0-a455-f4c35481f6c9 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-11-28T06:47:08.396Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-28T06:47:08.396Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-11-28T06:47:08.487Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-28T06:47:08.488Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 884f994b-1aff-47d0-a455-f4c35481f6c9 903
2022-11-28T06:47:08.488Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-11-28T06:47:08.489Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-11-28T06:47:08.489Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-28T06:47:08.489Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:47:08.491Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:47:08.492Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618028488,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-28T06:47:08.592Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:47:08.593Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:47:08.593Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:47:08.626Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:47:08.627Z||pool-50-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:47:09.492Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: ea68b9e0-1f63-4c6c-be70-474d35e99455
2022-11-28T06:47:09.493Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 56c30672-a183-4124-bd9c-389b3a1a7294 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-28T06:47:09.518Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1c339d06, org.onap.sdc.toscaparser.api.parameters.Input@2809f4d0, org.onap.sdc.toscaparser.api.parameters.Input@55121f00, org.onap.sdc.toscaparser.api.parameters.Input@7811284c, org.onap.sdc.toscaparser.api.parameters.Input@784a41e5]
2022-11-28T06:47:09.520Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:47:09.520Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:47:09.521Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-11-28T06:47:09.521Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 78229748-4660-4c11-9cf1-c8fd10f74814
2022-11-28T06:47:09.521Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 78229748-4660-4c11-9cf1-c8fd10f74814 matches Tosca VF Customization UUID: 78229748-4660-4c11-9cf1-c8fd10f74814
2022-11-28T06:47:09.521Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 78229748-4660-4c11-9cf1-c8fd10f74814  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-28T06:47:09.540Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:47:09.541Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:47:09.542Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 78229748-4660-4c11-9cf1-c8fd10f74814: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-28T06:47:09.542Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2b0f63f6
2022-11-28T06:47:09.542Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:47:09.542Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-28T06:47:09.542Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : be3996b6-78bf-4150-81f5-4f9facca0f4e
2022-11-28T06:47:09.543Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID be3996b6-78bf-4150-81f5-4f9facca0f4e
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-28T06:47:09.564Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:47:09.565Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-28T06:47:09.565Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-28T06:47:09.566Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:47:09.566Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-28T06:47:09.566Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-28T06:47:09.566Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:47:09.567Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-11-28T06:47:09.567Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-28T06:47:09.567Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-28T06:47:09.567Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=23a02ded-7431-42d2-b0ed-5e5dd0ba8814
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-28T06:47:09.590Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:47:09.590Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-28T06:47:09.591Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-28T06:47:09.591Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:47:09.591Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-28T06:47:09.592Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=78229748-4660-4c11-9cf1-c8fd10f74814
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-28T06:47:09.599Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:47:09.599Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:47:09.599Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid ea68b9e0-1f63-4c6c-be70-474d35e99455: basic_vm
2022-11-28T06:47:09.600Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:47:09.600Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:47:09.600Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:47:09.601Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:47:09.601Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:47:09.601Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:47:09.601Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:47:09.602Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:47:09.602Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:47:09.602Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:47:09.602Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-28T06:47:09.942Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 56c30672-a183-4124-bd9c-389b3a1a7294 1 ASDC deployResourceStructure
2022-11-28T06:47:09.943Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-11-28T06:47:09.943Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-11-28T06:47:09.943Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-28T06:47:09.944Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:47:09.946Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:47:09.946Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618029943,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-28T06:47:10.047Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-28T06:47:10.048Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:47:10.048Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:47:10.090Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:47:10.091Z||pool-51-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:47:10.948Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-11-28T06:47:10.948Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-11-28T06:47:10.948Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-28T06:47:10.950Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:47:10.952Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:47:10.952Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618030947,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-28T06:47:11.052Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-28T06:47:11.053Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:47:11.054Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:47:11.067Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:47:11.068Z||pool-52-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:47:11.954Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-11-28T06:47:11.954Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-11-28T06:47:11.954Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-28T06:47:11.955Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:47:11.958Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:47:11.958Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618031953,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-28T06:47:12.059Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-28T06:47:12.060Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:47:12.060Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:47:12.076Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:47:12.077Z||pool-53-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:47:12.961Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-11-28T06:47:12.961Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-28T06:47:12.961Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-28T06:47:12.962Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:47:12.964Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:47:12.964Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618032960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-28T06:47:13.064Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:47:13.065Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:47:13.065Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:47:13.078Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:47:13.078Z||pool-54-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:47:13.965Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 872b801e-de2c-46a4-9c06-494e03aed9fc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-28T06:47:13.977Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 872b801e-de2c-46a4-9c06-494e03aed9fc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-28T06:47:13.980Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-28T06:47:13.981Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-28T06:47:13.981Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-28T06:47:43.981Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 872b801e-de2c-46a4-9c06-494e03aed9fc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-28T06:47:43.997Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 872b801e-de2c-46a4-9c06-494e03aed9fc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-28T06:47:44.000Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-28T06:47:44.000Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-28T06:47:44.000Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-28T06:47:55.917Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:47:55.918Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:47:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:47:55.956Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:47:55.957Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:47:55.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fbd8c41-d245-4509-80bd-657302a6c040",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669617955911,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-28T06:47:55.959Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:47:55.959Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:47:55.959Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fbd8c41-d245-4509-80bd-657302a6c040",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669617958917,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-28T06:47:55.959Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:47:55.959Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:47:55.960Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fbd8c41-d245-4509-80bd-657302a6c040",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669617961336,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-28T06:47:55.960Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:47:55.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:47:55.960Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fbd8c41-d245-4509-80bd-657302a6c040",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669617992666,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-28T06:47:55.961Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:47:55.961Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:47:55.961Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669617986757,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:47:55.961Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:47:55.961Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:47:55.961Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
  "consumerID": "aai-ml",
  "timestamp": 1669617988264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:47:55.962Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:47:55.962Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:47:55.962Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669617986757,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:47:55.962Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:47:55.962Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:47:55.963Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
  "consumerID": "aai-ml",
  "timestamp": 1669617988264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:47:55.963Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:47:55.963Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:47:55.963Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669617986757,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:47:55.964Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:47:55.964Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:47:55.964Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
  "consumerID": "aai-ml",
  "timestamp": 1669617988264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:47:55.964Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:47:55.964Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:47:55.965Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669617986757,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:47:55.965Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:47:55.965Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:47:55.965Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
  "consumerID": "aai-ml",
  "timestamp": 1669617988264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:47:55.966Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:47:55.966Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:47:55.966Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
  "consumerID": "cds",
  "timestamp": 1669617997737,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:47:55.966Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:47:55.966Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:47:55.966Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669617997602,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:47:55.967Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:47:55.967Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:47:55.967Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669617986757,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:47:55.968Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:47:55.968Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:47:55.968Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
  "consumerID": "aai-ml",
  "timestamp": 1669617988264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:47:55.968Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:47:55.969Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:47:55.969Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
  "consumerID": "cds",
  "timestamp": 1669617997737,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:47:55.969Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:47:55.969Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:47:55.969Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669617997602,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:47:55.970Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:47:55.970Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:47:55.970Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669617986757,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:47:55.971Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:47:55.971Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:47:55.971Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
  "consumerID": "aai-ml",
  "timestamp": 1669617988264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:47:55.971Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:47:55.971Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:47:55.972Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669617998940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:47:55.972Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:47:55.972Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:47:55.972Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
  "consumerID": "cds",
  "timestamp": 1669617997737,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:47:55.973Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:47:55.973Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:47:55.973Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669617997602,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:47:55.974Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:47:55.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:47:55.974Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669617986757,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:47:55.974Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:47:55.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:47:55.975Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
  "consumerID": "aai-ml",
  "timestamp": 1669617988264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-28T06:47:55.975Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:47:55.975Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:47:55.975Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669617998940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-11-28T06:47:55.976Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:47:55.976Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:47:55.976Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
  "consumerID": "cds",
  "timestamp": 1669617997737,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:47:55.977Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:47:55.977Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:47:55.977Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669617997602,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:47:55.977Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:47:55.977Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:47:55.978Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
  "consumerID": "aai-ml",
  "timestamp": 1669618001549,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-28T06:47:55.978Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:47:55.978Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:47:55.978Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669617998940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-28T06:47:55.979Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:47:55.979Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:47:55.979Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
  "consumerID": "cds",
  "timestamp": 1669617997737,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:47:55.979Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:47:55.980Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:47:55.980Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669617997602,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:47:55.980Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:47:55.980Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:47:55.981Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669617998940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:47:55.981Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:47:55.981Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:47:55.981Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
  "consumerID": "cds",
  "timestamp": 1669617997737,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:47:55.982Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:47:55.982Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:47:55.982Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669617997602,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:47:55.982Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:47:55.982Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:47:55.982Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669617998940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-28T06:47:55.983Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:47:55.983Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:47:55.983Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
  "consumerID": "cds",
  "timestamp": 1669617997737,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-28T06:47:55.983Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:47:55.983Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:47:55.983Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669617997602,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-28T06:47:55.983Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:47:55.984Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:47:55.984Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669617998940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:47:55.984Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:47:55.984Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:47:55.984Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
  "consumerID": "cds",
  "timestamp": 1669618005510,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-28T06:47:55.984Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:47:55.984Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:47:55.985Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669618005383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-28T06:47:55.985Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:47:55.985Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:47:55.985Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669617998940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-28T06:47:55.985Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:47:55.985Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:47:55.985Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
  "consumerID": "cds",
  "timestamp": 1669618006516,
  "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=?
2022-11-28T06:47:55.994Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 872b801e-de2c-46a4-9c06-494e03aed9fc
2022-11-28T06:47:55.994Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 872b801e-de2c-46a4-9c06-494e03aed9fc and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-28T06:47:56.005Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:47:56.006Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669618006880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-28T06:47:56.006Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:47:56.006Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:47:56.007Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ff35c4c-5682-48dd-a26d-4be65206a6e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669618006757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjy5pqsc0upswarsrkhp/1.0/resourceInstances/pnf06bf74d5cfb00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:47:56.007Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:47:56.007Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:47:56.007Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669618008270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-28T06:47:56.008Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:47:56.008Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:47:56.008Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669618008092,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-28T06:47:56.008Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:47:56.008Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:47:56.009Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ff35c4c-5682-48dd-a26d-4be65206a6e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669618006757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjy5pqsc0upswarsrkhp/1.0/resourceInstances/pnf06bf74d5cfb00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:47:56.009Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:47:56.009Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:47:56.009Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
  "consumerID": "aai-ml",
  "timestamp": 1669618008792,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-28T06:47:56.010Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:47:56.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:47:56.010Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669618009278,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-28T06:47:56.016Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 872b801e-de2c-46a4-9c06-494e03aed9fc
2022-11-28T06:47:56.016Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 872b801e-de2c-46a4-9c06-494e03aed9fc and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-28T06:47:56.024Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:47:56.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669618009161,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-28T06:47:56.025Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:47:56.025Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:47:56.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ff35c4c-5682-48dd-a26d-4be65206a6e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669618006757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjy5pqsc0upswarsrkhp/1.0/resourceInstances/pnf06bf74d5cfb00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:47:56.026Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:47:56.026Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:47:56.026Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
  "consumerID": "aai-ml",
  "timestamp": 1669618009798,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-28T06:47:56.031Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 872b801e-de2c-46a4-9c06-494e03aed9fc
2022-11-28T06:47:56.032Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 872b801e-de2c-46a4-9c06-494e03aed9fc and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-28T06:47:56.040Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:47:56.040Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669618010189,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-28T06:47:56.045Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 872b801e-de2c-46a4-9c06-494e03aed9fc
2022-11-28T06:47:56.045Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 872b801e-de2c-46a4-9c06-494e03aed9fc and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-28T06:47:56.053Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:47:56.053Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ff35c4c-5682-48dd-a26d-4be65206a6e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669618006757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjy5pqsc0upswarsrkhp/1.0/resourceInstances/pnf06bf74d5cfb00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:47:56.054Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:47:56.054Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:47:56.054Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669618011193,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-28T06:47:56.055Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:47:56.055Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:47:56.055Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ff35c4c-5682-48dd-a26d-4be65206a6e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669618006757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjy5pqsc0upswarsrkhp/1.0/resourceInstances/pnf06bf74d5cfb00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:47:56.055Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:47:56.055Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:47:56.055Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ff35c4c-5682-48dd-a26d-4be65206a6e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669617998940,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjy5pqsc0upswarsrkhp/1.0/resourceInstances/pnf06bf74d5cfb00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:47:56.056Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:47:56.056Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:47:56.056Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ff35c4c-5682-48dd-a26d-4be65206a6e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669618006757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjy5pqsc0upswarsrkhp/1.0/resourceInstances/pnf06bf74d5cfb00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-11-28T06:47:56.056Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:47:56.057Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:47:56.057Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ff35c4c-5682-48dd-a26d-4be65206a6e5",
  "consumerID": "cds",
  "timestamp": 1669618012738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjy5pqsc0upswarsrkhp/1.0/resourceInstances/pnf06bf74d5cfb00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:47:56.057Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:47:56.057Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:47:56.057Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ff35c4c-5682-48dd-a26d-4be65206a6e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669617998940,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjy5pqsc0upswarsrkhp/1.0/resourceInstances/pnf06bf74d5cfb00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:47:56.057Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:47:56.058Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:47:56.058Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ff35c4c-5682-48dd-a26d-4be65206a6e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669618006757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjy5pqsc0upswarsrkhp/1.0/artifacts/service-DemoPnfOjy5pqsc0upswarsrkhp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:47:56.058Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:47:56.058Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:47:56.058Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ff35c4c-5682-48dd-a26d-4be65206a6e5",
  "consumerID": "cds",
  "timestamp": 1669618012738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjy5pqsc0upswarsrkhp/1.0/resourceInstances/pnf06bf74d5cfb00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:47:56.058Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:47:56.059Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:47:56.059Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ff35c4c-5682-48dd-a26d-4be65206a6e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669617998940,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjy5pqsc0upswarsrkhp/1.0/resourceInstances/pnf06bf74d5cfb00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:47:56.059Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:47:56.059Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:47:56.059Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ff35c4c-5682-48dd-a26d-4be65206a6e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669618006757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjy5pqsc0upswarsrkhp/1.0/artifacts/service-DemoPnfOjy5pqsc0upswarsrkhp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:47:56.059Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:47:56.059Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:47:56.059Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ff35c4c-5682-48dd-a26d-4be65206a6e5",
  "consumerID": "cds",
  "timestamp": 1669618012738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjy5pqsc0upswarsrkhp/1.0/resourceInstances/pnf06bf74d5cfb00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:47:56.059Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:47:56.060Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:47:56.060Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ff35c4c-5682-48dd-a26d-4be65206a6e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669617998940,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjy5pqsc0upswarsrkhp/1.0/resourceInstances/pnf06bf74d5cfb00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:47:56.060Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:47:56.060Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:47:56.060Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ff35c4c-5682-48dd-a26d-4be65206a6e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669618015630,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjy5pqsc0upswarsrkhp/1.0/resourceInstances/pnf06bf74d5cfb00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-28T06:47:56.060Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:48:14.001Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 872b801e-de2c-46a4-9c06-494e03aed9fc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-28T06:48:14.018Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 872b801e-de2c-46a4-9c06-494e03aed9fc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-28T06:48:14.023Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-28T06:48:14.023Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-28T06:48:14.024Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-28T06:48:14.024Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-28T06:48:14.025Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-28T06:48:14.025Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-28T06:48:14.025Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-28T06:48:14.026Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-28T06:48:14.026Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-28T06:48:14.026Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-28T06:48:14.033Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-28T06:48:44.033Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 872b801e-de2c-46a4-9c06-494e03aed9fc and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-28T06:48:44.043Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 872b801e-de2c-46a4-9c06-494e03aed9fc and serviceModelVersionId: ea68b9e0-1f63-4c6c-be70-474d35e99455
2022-11-28T06:48:44.044Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b65a62ed-ea5f-4989-b12e-397a1c4baa60
2022-11-28T06:48:44.045Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b65a62ed-ea5f-4989-b12e-397a1c4baa60/model-vers/model-ver/ea68b9e0-1f63-4c6c-be70-474d35e99455?depth=0
2022-11-28T06:48:44.050Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-11-28T06:48:44.099Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b65a62ed-ea5f-4989-b12e-397a1c4baa60/model-vers/model-ver/ea68b9e0-1f63-4c6c-be70-474d35e99455?depth=0|INFO|500||Invoke
2022-11-28T06:48:44.099Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b65a62ed-ea5f-4989-b12e-397a1c4baa60/model-vers/model-ver/ea68b9e0-1f63-4c6c-be70-474d35e99455?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b65a62ed-ea5f-4989-b12e-397a1c4baa60/model-vers/model-ver/ea68b9e0-1f63-4c6c-be70-474d35e99455?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[872b801e-de2c-46a4-9c06-494e03aed9fc], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[768b783f-55d3-40f0-bb76-75d621912cb6], X-ECOMP-RequestID=[872b801e-de2c-46a4-9c06-494e03aed9fc], X-TransactionId=[], X-ONAP-RequestID=[872b801e-de2c-46a4-9c06-494e03aed9fc], Content-Type=[application/merge-patch+json]}
2022-11-28T06:48:44.126Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b65a62ed-ea5f-4989-b12e-397a1c4baa60/model-vers/model-ver/ea68b9e0-1f63-4c6c-be70-474d35e99455?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-28T06:48:44.311Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b65a62ed-ea5f-4989-b12e-397a1c4baa60/model-vers/model-ver/ea68b9e0-1f63-4c6c-be70-474d35e99455?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/b65a62ed-ea5f-4989-b12e-397a1c4baa60/model-vers/model-ver/ea68b9e0-1f63-4c6c-be70-474d35e99455?depth=0 has http status code:200 and response headers:{date=[Mon, 28 Nov 2022 06:48:44 GMT], content-length=[0], vertex-id=[397320], x-aai-txid=[1-aai-resources-221128-06:48:44:231-40628], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-28T06:48:44.312Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b65a62ed-ea5f-4989-b12e-397a1c4baa60/model-vers/model-ver/ea68b9e0-1f63-4c6c-be70-474d35e99455?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-28T06:48:44.313Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b65a62ed-ea5f-4989-b12e-397a1c4baa60/model-vers/model-ver/ea68b9e0-1f63-4c6c-be70-474d35e99455?depth=0|INFO|500||InvokeReturn
2022-11-28T06:48:44.314Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-28T06:48:44.314Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-28T06:48:44.336Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-28T06:48:44.337Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 872b801e-de2c-46a4-9c06-494e03aed9fc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-28T06:48:44.338Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-28T06:48:44.338Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:48:44.341Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:48:44.341Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618124337,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-28T06:48:44.441Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:48:44.443Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:48:44.443Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:48:44.461Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:48:44.461Z||pool-55-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-28T06:48:45.360Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-28T06:48:45.361Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"6ff35c4c-5682-48dd-a26d-4be65206a6e5","serviceName":"Demo_pNF_ojY5PQSC0UpsWarSrKhp","serviceVersion":"1.0","serviceUUID":"f2a98014-d00c-496e-a6d4-44c7fc1f7e8d","serviceDescription":"catalog service description","serviceInvariantUUID":"316ac523-c5c6-4fac-a9bf-825d5b8c1cdc","resources":[{"resourceInstanceName":"pNF 06bf74d5-cfb0 0","resourceName":"pNF 06bf74d5-cfb0","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"00c47d1c-e26a-45d9-9de9-206d7a89f9d9","resourceInvariantUUID":"9f1800c5-e221-433a-abb8-4839f7a5e846","resourceCustomizationUUID":"bc193f5d-2a94-446d-856d-d24196d8d449","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOjy5pqsc0upswarsrkhp/1.0/resourceInstances/pnf06bf74d5cfb00/artifacts/vf-license-model.xml","artifactChecksum":"NjMxNjY0ZDAzNDg3ODYyY2RhMzg0YzA5OGM4MzYzZjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4a7cbe3f-a6ed-4bb8-990b-7f4a192eb3b3","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOjy5pqsc0upswarsrkhp/1.0/resourceInstances/pnf06bf74d5cfb00/artifacts/pNF.csar","artifactChecksum":"MTA0N2FhYzMzZDUxMWU0ZWE4OTA4NjlhOTBmYjg0OTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"47a2f01f-9e47-45e2-9709-63b8e20cdeda","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOjy5pqsc0upswarsrkhp/1.0/resourceInstances/pnf06bf74d5cfb00/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7d9e0cad-e51e-4153-8b96-2868ecb54194","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOjy5pqsc0upswarsrkhp/1.0/resourceInstances/pnf06bf74d5cfb00/artifacts/vendor-license-model.xml","artifactChecksum":"MGVmZDI0MDIxMDI2YWY0MmRjYzlkNTU4Yzc5YzY3Yjk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"86a9b6d5-697f-4ae3-8a9d-215ea9237c9c","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfOjy5pqsc0upswarsrkhp/1.0/resourceInstances/pnf06bf74d5cfb00/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3e5151f2-d1ba-4434-8b6c-e49cc62b3f1c","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfOjy5pqsc0upswarsrkhp/1.0/resourceInstances/pnf06bf74d5cfb00/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c7850263-5522-4b4f-ad4b-778095ed1924","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfOjy5pqsc0upswarsrkhp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOjy5pqsc0upswarsrkhp/1.0/artifacts/service-DemoPnfOjy5pqsc0upswarsrkhp-template.yml","artifactChecksum":"YzgzOGI5YzRhYmQwNzVkMTQyZTMwNmM1YzQ0OWE5MWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"99e0f8fe-9fa6-40cd-8774-0bd47a9d1237","artifactVersion":"1"},{"artifactName":"service-DemoPnfOjy5pqsc0upswarsrkhp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfOjy5pqsc0upswarsrkhp/1.0/artifacts/service-DemoPnfOjy5pqsc0upswarsrkhp-csar.csar","artifactChecksum":"ZmYxNzk1OTE5MzA4NWQ3N2E1MjZiMWNlNmM0YjE5M2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c4b87a9e-79b9-4ac1-a023-b9757f04a6b1","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-28T06:48:45.365Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T06:48:45.365Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:48:45.367Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:48:45.367Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6ff35c4c-5682-48dd-a26d-4be65206a6e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618015911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjy5pqsc0upswarsrkhp/1.0/resourceInstances/pnf06bf74d5cfb00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:48:45.468Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:48:45.469Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:48:45.469Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:48:45.487Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:48:45.488Z||pool-56-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:48:46.368Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T06:48:46.369Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:48:46.373Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:48:46.374Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6ff35c4c-5682-48dd-a26d-4be65206a6e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618015911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjy5pqsc0upswarsrkhp/1.0/resourceInstances/pnf06bf74d5cfb00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:48:46.473Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-28T06:48:46.474Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:48:46.474Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:48:46.491Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:48:46.491Z||pool-57-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:48:47.374Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T06:48:47.375Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:48:47.377Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:48:47.377Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6ff35c4c-5682-48dd-a26d-4be65206a6e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618015911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjy5pqsc0upswarsrkhp/1.0/resourceInstances/pnf06bf74d5cfb00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:48:47.478Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:48:47.478Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:48:47.479Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:48:47.491Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:48:47.492Z||pool-58-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-28T06:48:48.378Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T06:48:48.379Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:48:48.382Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:48:48.382Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6ff35c4c-5682-48dd-a26d-4be65206a6e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618015911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjy5pqsc0upswarsrkhp/1.0/resourceInstances/pnf06bf74d5cfb00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:48:48.482Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:48:48.483Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:48:48.483Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:48:48.495Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:48:48.496Z||pool-59-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:48:49.383Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T06:48:49.383Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:48:49.386Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:48:49.386Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6ff35c4c-5682-48dd-a26d-4be65206a6e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618015911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjy5pqsc0upswarsrkhp/1.0/resourceInstances/pnf06bf74d5cfb00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:48:49.486Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:48:49.487Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:48:49.487Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:48:49.517Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:48:49.518Z||pool-60-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:48:50.387Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T06:48:50.387Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:48:50.390Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:48:50.390Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6ff35c4c-5682-48dd-a26d-4be65206a6e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618015911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjy5pqsc0upswarsrkhp/1.0/resourceInstances/pnf06bf74d5cfb00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:48:50.490Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:48:50.491Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:48:50.491Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:48:50.504Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:48:50.505Z||pool-61-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:48:51.391Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T06:48:51.392Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:48:51.394Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:48:51.394Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6ff35c4c-5682-48dd-a26d-4be65206a6e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618015911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjy5pqsc0upswarsrkhp/1.0/artifacts/service-DemoPnfOjy5pqsc0upswarsrkhp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:48:51.494Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:48:51.495Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:48:51.495Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:48:51.510Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:48:51.511Z||pool-62-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:48:52.395Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T06:48:52.395Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:48:52.398Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:48:52.398Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6ff35c4c-5682-48dd-a26d-4be65206a6e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618015911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjy5pqsc0upswarsrkhp/1.0/artifacts/service-DemoPnfOjy5pqsc0upswarsrkhp-csar.csar",
  "status": "NOTIFIED"
}
2022-11-28T06:48:52.498Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:48:52.499Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:48:52.499Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:48:52.510Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:48:52.511Z||pool-63-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:48:53.398Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "6ff35c4c-5682-48dd-a26d-4be65206a6e5",
  "serviceName": "Demo_pNF_ojY5PQSC0UpsWarSrKhp",
  "serviceVersion": "1.0",
  "serviceUUID": "f2a98014-d00c-496e-a6d4-44c7fc1f7e8d",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "316ac523-c5c6-4fac-a9bf-825d5b8c1cdc",
  "resources": [
    {
      "resourceInstanceName": "pNF 06bf74d5-cfb0 0",
      "resourceCustomizationUUID": "bc193f5d-2a94-446d-856d-d24196d8d449",
      "resourceName": "pNF 06bf74d5-cfb0",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "00c47d1c-e26a-45d9-9de9-206d7a89f9d9",
      "resourceInvariantUUID": "9f1800c5-e221-433a-abb8-4839f7a5e846",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfOjy5pqsc0upswarsrkhp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjy5pqsc0upswarsrkhp/1.0/artifacts/service-DemoPnfOjy5pqsc0upswarsrkhp-csar.csar",
      "artifactChecksum": "ZmYxNzk1OTE5MzA4NWQ3N2E1MjZiMWNlNmM0YjE5M2Y\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c4b87a9e-79b9-4ac1-a023-b9757f04a6b1"
    }
  ],
  "workloadContext": "Production"
}
2022-11-28T06:48:53.399Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-28T06:48:53.399Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f2a98014-d00c-496e-a6d4-44c7fc1f7e8d ASDC
2022-11-28T06:48:53.400Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:6ff35c4c-5682-48dd-a26d-4be65206a6e5
ServiceName:Demo_pNF_ojY5PQSC0UpsWarSrKhp
ServiceVersion:1.0
ServiceUUID:f2a98014-d00c-496e-a6d4-44c7fc1f7e8d
ServiceInvariantUUID:316ac523-c5c6-4fac-a9bf-825d5b8c1cdc
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfOjy5pqsc0upswarsrkhp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfOjy5pqsc0upswarsrkhp/1.0/artifacts/service-DemoPnfOjy5pqsc0upswarsrkhp-csar.csar
ArtifactUUID:c4b87a9e-79b9-4ac1-a023-b9757f04a6b1
ArtifactChecksum:ZmYxNzk1OTE5MzA4NWQ3N2E1MjZiMWNlNmM0YjE5M2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 06bf74d5-cfb0 0
ResourceCustomizationUUID:bc193f5d-2a94-446d-856d-d24196d8d449
ResourceInvariantUUID:9f1800c5-e221-433a-abb8-4839f7a5e846
ResourceName:pNF 06bf74d5-cfb0
ResourceType:PNF
ResourceUUID:00c47d1c-e26a-45d9-9de9-206d7a89f9d9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-11-28T06:48:53.400Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f2a98014-d00c-496e-a6d4-44c7fc1f7e8d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-28T06:48:53.429Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-28T06:48:53.430Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-28T06:48:53.430Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-28T06:48:53.430Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c4b87a9e-79b9-4ac1-a023-b9757f04a6b1 from URL: /sdc/v1/catalog/services/DemoPnfOjy5pqsc0upswarsrkhp/1.0/artifacts/service-DemoPnfOjy5pqsc0upswarsrkhp-csar.csar
2022-11-28T06:48:53.430Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-28T06:48:53.431Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfOjy5pqsc0upswarsrkhp/1.0/artifacts/service-DemoPnfOjy5pqsc0upswarsrkhp-csar.csar
2022-11-28T06:48:53.544Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-28T06:48:53.548Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfOjy5pqsc0upswarsrkhp/1.0/artifacts/service-DemoPnfOjy5pqsc0upswarsrkhp-csar.csar c4b87a9e-79b9-4ac1-a023-b9757f04a6b1 88018
2022-11-28T06:48:53.549Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfOjy5pqsc0upswarsrkhp/1.0/artifacts/service-DemoPnfOjy5pqsc0upswarsrkhp-csar.csar ASDC sendASDCNotification
2022-11-28T06:48:53.549Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOjy5pqsc0upswarsrkhp/1.0/artifacts/service-DemoPnfOjy5pqsc0upswarsrkhp-csar.csar
2022-11-28T06:48:53.549Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-28T06:48:53.550Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:48:53.552Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:48:53.552Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6ff35c4c-5682-48dd-a26d-4be65206a6e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618133549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjy5pqsc0upswarsrkhp/1.0/artifacts/service-DemoPnfOjy5pqsc0upswarsrkhp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-28T06:48:53.652Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-28T06:48:53.653Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:48:53.674Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:48:53.693Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:48:53.695Z||pool-64-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:48:54.553Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-28T06:48:54.555Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-28T06:48:54.555Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: c4b87a9e-79b9-4ac1-a023-b9757f04a6b1, URL: /sdc/v1/catalog/services/DemoPnfOjy5pqsc0upswarsrkhp/1.0/artifacts/service-DemoPnfOjy5pqsc0upswarsrkhp-csar.csar to file: /app/ASDC/1/service-DemoPnfOjy5pqsc0upswarsrkhp-csar.csar
2022-11-28T06:48:54.556Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfOjy5pqsc0upswarsrkhp-csar.csar
2022-11-28T06:48:54.556Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfOjy5pqsc0upswarsrkhp-csar.csar
2022-11-28T06:48:54.557Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfOjy5pqsc0upswarsrkhp-csar.csar
2022-11-28T06:48:54.665Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15133634379772498368/Definitions/service-DemoPnfOjy5pqsc0upswarsrkhp-template.yml
2022-11-28T06:48:55.469Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-28T06:48:55.470Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-28T06:48:55.470Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfOjy5pqsc0upswarsrkhp-csar.csar
2022-11-28T06:48:55.470Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-28T06:48:55.470Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfOjy5pqsc0upswarsrkhp-csar.csar
2022-11-28T06:48:55.470Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfOjy5pqsc0upswarsrkhp-csar.csar
2022-11-28T06:48:55.470Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOjy5pqsc0upswarsrkhp-csar.csar
2022-11-28T06:48:55.470Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOjy5pqsc0upswarsrkhp-csar.csar
2022-11-28T06:48:55.470Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOjy5pqsc0upswarsrkhp-csar.csar
2022-11-28T06:48:55.470Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 06bf74d5-cfb0 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-DemoPnfOjy5pqsc0upswarsrkhp-csar.csar
2022-11-28T06:48:55.470Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOjy5pqsc0upswarsrkhp-csar.csar
2022-11-28T06:48:55.471Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-28T06:48:55.471Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:48:55.471Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_ojY5PQSC0UpsWarSrKhp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:48:55.471Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||Node template pNF 06bf74d5-cfb0 0 is matching search criteria
2022-11-28T06:48:55.471Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-28T06:48:55.472Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 06bf74d5-cfb0 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-28T06:48:55.472Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:48:55.472Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_ojY5PQSC0UpsWarSrKhp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:48:55.472Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||Node template pNF 06bf74d5-cfb0 0 is matching search criteria
2022-11-28T06:48:55.472Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-28T06:48:55.473Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 06bf74d5-cfb0 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-28T06:48:55.473Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:48:55.473Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_ojY5PQSC0UpsWarSrKhp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:48:55.473Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:48:55.473Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_ojY5PQSC0UpsWarSrKhp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:48:55.473Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:48:55.473Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_ojY5PQSC0UpsWarSrKhp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:48:55.474Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:48:55.474Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_ojY5PQSC0UpsWarSrKhp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:48:55.474Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:48:55.474Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_ojY5PQSC0UpsWarSrKhp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:48:55.474Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_ojY5PQSC0UpsWarSrKhp
Description:catalog service description
Model UUID:f2a98014-d00c-496e-a6d4-44c7fc1f7e8d
Model Version:NULL
Model InvariantUuid:316ac523-c5c6-4fac-a9bf-825d5b8c1cdc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-28T06:48:55.481Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 00c47d1c-e26a-45d9-9de9-206d7a89f9d9
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-28T06:48:55.484Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||INFO|500||pNF 06bf74d5-cfb0 0
2022-11-28T06:48:55.484Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 00c47d1c-e26a-45d9-9de9-206d7a89f9d9
2022-11-28T06:48:55.485Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||No resources found for Service: f2a98014-d00c-496e-a6d4-44c7fc1f7e8d
2022-11-28T06:48:55.485Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: f2a98014-d00c-496e-a6d4-44c7fc1f7e8d
2022-11-28T06:48:55.485Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 06bf74d5-cfb0 0 00c47d1c-e26a-45d9-9de9-206d7a89f9d9 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-28T06:48:55.493Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2f85fc9e, org.onap.sdc.toscaparser.api.parameters.Input@5bdba231, org.onap.sdc.toscaparser.api.parameters.Input@d75b084, org.onap.sdc.toscaparser.api.parameters.Input@7bac06bb, org.onap.sdc.toscaparser.api.parameters.Input@7b4d745c]
2022-11-28T06:48:55.493Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:48:55.494Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_ojY5PQSC0UpsWarSrKhp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:48:55.494Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid f2a98014-d00c-496e-a6d4-44c7fc1f7e8d: pNF 06bf74d5-cfb0
2022-11-28T06:48:55.494Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||INFO|500||Processing PNF resource: 00c47d1c-e26a-45d9-9de9-206d7a89f9d9
2022-11-28T06:48:55.494Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:48:55.494Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_ojY5PQSC0UpsWarSrKhp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:48:55.494Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||INFO|500||Resource customization UUID: bc193f5d-2a94-446d-856d-d24196d8d449 is the same as notified resource customizationUUID: bc193f5d-2a94-446d-856d-d24196d8d449
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-11-28T06:48:55.548Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 06bf74d5-cfb0 00c47d1c-e26a-45d9-9de9-206d7a89f9d9 0 ASDC deployResourceStructure
2022-11-28T06:48:55.549Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfOjy5pqsc0upswarsrkhp/1.0/artifacts/service-DemoPnfOjy5pqsc0upswarsrkhp-csar.csar ASDC sendASDCNotification
2022-11-28T06:48:55.549Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOjy5pqsc0upswarsrkhp/1.0/artifacts/service-DemoPnfOjy5pqsc0upswarsrkhp-csar.csar
2022-11-28T06:48:55.549Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-28T06:48:55.550Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:48:55.552Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:48:55.553Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6ff35c4c-5682-48dd-a26d-4be65206a6e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618135549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjy5pqsc0upswarsrkhp/1.0/artifacts/service-DemoPnfOjy5pqsc0upswarsrkhp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-28T06:48:55.653Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:48:55.654Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:48:55.654Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:48:55.666Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:48:55.666Z||pool-65-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:48:55.917Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:48:55.917Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:48:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:48:55.938Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:48:55.939Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:48:55.939Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ff35c4c-5682-48dd-a26d-4be65206a6e5",
  "consumerID": "cds",
  "timestamp": 1669618012738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjy5pqsc0upswarsrkhp/1.0/resourceInstances/pnf06bf74d5cfb00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:48:55.940Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:48:56.559Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ff35c4c-5682-48dd-a26d-4be65206a6e5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-28T06:48:56.569Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6ff35c4c-5682-48dd-a26d-4be65206a6e5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-28T06:48:56.580Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-28T06:48:56.580Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-28T06:48:56.580Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-28T06:49:26.580Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ff35c4c-5682-48dd-a26d-4be65206a6e5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-28T06:49:26.600Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6ff35c4c-5682-48dd-a26d-4be65206a6e5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-28T06:49:26.602Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-28T06:49:26.602Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-28T06:49:26.602Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-28T06:49:55.917Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:49:55.919Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:49:55.920Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:49:55.953Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:49:55.956Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:55.956Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ff35c4c-5682-48dd-a26d-4be65206a6e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669617998940,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjy5pqsc0upswarsrkhp/1.0/resourceInstances/pnf06bf74d5cfb00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:49:55.957Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:49:55.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:55.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ff35c4c-5682-48dd-a26d-4be65206a6e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669618016807,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjy5pqsc0upswarsrkhp/1.0/resourceInstances/pnf06bf74d5cfb00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-11-28T06:49:55.958Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:49:55.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:55.959Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618015911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:49:55.959Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:49:55.959Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:55.959Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ff35c4c-5682-48dd-a26d-4be65206a6e5",
  "consumerID": "cds",
  "timestamp": 1669618012738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjy5pqsc0upswarsrkhp/1.0/resourceInstances/pnf06bf74d5cfb00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:49:55.959Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:49:55.959Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:55.959Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ff35c4c-5682-48dd-a26d-4be65206a6e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669617998940,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjy5pqsc0upswarsrkhp/1.0/resourceInstances/pnf06bf74d5cfb00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:49:55.959Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:49:55.959Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:55.959Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ff35c4c-5682-48dd-a26d-4be65206a6e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669618017839,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-28T06:49:55.969Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 6ff35c4c-5682-48dd-a26d-4be65206a6e5
2022-11-28T06:49:55.969Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ff35c4c-5682-48dd-a26d-4be65206a6e5 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-28T06:49:55.981Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:55.981Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618015911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-11-28T06:49:55.981Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:49:55.981Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:55.981Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ff35c4c-5682-48dd-a26d-4be65206a6e5",
  "consumerID": "cds",
  "timestamp": 1669618012738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjy5pqsc0upswarsrkhp/1.0/resourceInstances/pnf06bf74d5cfb00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:49:55.981Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:49:55.981Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:55.981Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ff35c4c-5682-48dd-a26d-4be65206a6e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669617998940,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjy5pqsc0upswarsrkhp/1.0/artifacts/service-DemoPnfOjy5pqsc0upswarsrkhp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:49:55.982Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:49:55.982Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:55.982Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669618006757,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:49:55.982Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:49:55.982Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:55.982Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ff35c4c-5682-48dd-a26d-4be65206a6e5",
  "consumerID": "aai-ml",
  "timestamp": 1669618018264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjy5pqsc0upswarsrkhp/1.0/resourceInstances/pnf06bf74d5cfb00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:49:55.982Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:49:55.982Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:55.982Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618015911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-28T06:49:55.982Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:49:55.982Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:55.983Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ff35c4c-5682-48dd-a26d-4be65206a6e5",
  "consumerID": "cds",
  "timestamp": 1669618012738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjy5pqsc0upswarsrkhp/1.0/artifacts/service-DemoPnfOjy5pqsc0upswarsrkhp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:49:55.983Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:49:55.983Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:55.983Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ff35c4c-5682-48dd-a26d-4be65206a6e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669617998940,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjy5pqsc0upswarsrkhp/1.0/artifacts/service-DemoPnfOjy5pqsc0upswarsrkhp-csar.csar",
  "status": "NOTIFIED"
}
2022-11-28T06:49:55.983Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:49:55.983Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:55.983Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669618006757,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:49:55.983Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:49:55.983Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:55.983Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ff35c4c-5682-48dd-a26d-4be65206a6e5",
  "consumerID": "aai-ml",
  "timestamp": 1669618018264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjy5pqsc0upswarsrkhp/1.0/resourceInstances/pnf06bf74d5cfb00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:49:55.984Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:49:55.984Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:55.984Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618015911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:49:55.984Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:49:55.984Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:55.984Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ff35c4c-5682-48dd-a26d-4be65206a6e5",
  "consumerID": "cds",
  "timestamp": 1669618012738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjy5pqsc0upswarsrkhp/1.0/artifacts/service-DemoPnfOjy5pqsc0upswarsrkhp-csar.csar",
  "status": "NOTIFIED"
}
2022-11-28T06:49:55.984Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:49:55.984Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:55.985Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669618006757,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:49:55.985Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:49:55.985Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:55.985Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ff35c4c-5682-48dd-a26d-4be65206a6e5",
  "consumerID": "aai-ml",
  "timestamp": 1669618018264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjy5pqsc0upswarsrkhp/1.0/resourceInstances/pnf06bf74d5cfb00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:49:55.985Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:49:55.985Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:55.985Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618015911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-28T06:49:55.985Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:49:55.985Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:55.985Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669618020258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:49:55.985Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:49:55.985Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:55.986Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ff35c4c-5682-48dd-a26d-4be65206a6e5",
  "consumerID": "cds",
  "timestamp": 1669618021491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjy5pqsc0upswarsrkhp/1.0/artifacts/service-DemoPnfOjy5pqsc0upswarsrkhp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-28T06:49:55.986Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:49:55.986Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:55.986Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669618006757,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:49:55.986Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:49:55.986Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:55.986Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ff35c4c-5682-48dd-a26d-4be65206a6e5",
  "consumerID": "aai-ml",
  "timestamp": 1669618018264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjy5pqsc0upswarsrkhp/1.0/resourceInstances/pnf06bf74d5cfb00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:49:55.986Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:49:55.986Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:55.986Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618015911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:49:55.986Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:49:55.987Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:55.987Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669618020258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-11-28T06:49:55.987Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:49:55.987Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:55.987Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ff35c4c-5682-48dd-a26d-4be65206a6e5",
  "consumerID": "cds",
  "timestamp": 1669618022498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjy5pqsc0upswarsrkhp/1.0/artifacts/service-DemoPnfOjy5pqsc0upswarsrkhp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-28T06:49:55.992Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6ff35c4c-5682-48dd-a26d-4be65206a6e5
2022-11-28T06:49:55.992Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ff35c4c-5682-48dd-a26d-4be65206a6e5 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-28T06:49:56.000Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:56.000Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669618006757,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:49:56.000Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:49:56.001Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:56.001Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ff35c4c-5682-48dd-a26d-4be65206a6e5",
  "consumerID": "aai-ml",
  "timestamp": 1669618018264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjy5pqsc0upswarsrkhp/1.0/resourceInstances/pnf06bf74d5cfb00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:49:56.001Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:49:56.001Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:56.001Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618015911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-28T06:49:56.001Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:49:56.001Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:56.001Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669618020258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-11-28T06:49:56.001Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:49:56.002Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:56.002Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "cds",
  "timestamp": 1669618012738,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:49:56.002Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:49:56.002Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:56.002Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669618006757,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:49:56.002Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:49:56.003Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:56.003Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ff35c4c-5682-48dd-a26d-4be65206a6e5",
  "consumerID": "aai-ml",
  "timestamp": 1669618018264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjy5pqsc0upswarsrkhp/1.0/resourceInstances/pnf06bf74d5cfb00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:49:56.003Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:49:56.003Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:56.003Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669618020258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-11-28T06:49:56.003Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:49:56.003Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:56.004Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618023762,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-28T06:49:56.004Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:49:56.004Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:56.004Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "cds",
  "timestamp": 1669618012738,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:49:56.004Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:49:56.004Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:56.005Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669618006757,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:49:56.005Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:49:56.005Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:56.005Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ff35c4c-5682-48dd-a26d-4be65206a6e5",
  "consumerID": "aai-ml",
  "timestamp": 1669618018264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjy5pqsc0upswarsrkhp/1.0/artifacts/service-DemoPnfOjy5pqsc0upswarsrkhp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:49:56.005Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:49:56.005Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:56.005Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669618020258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-11-28T06:49:56.006Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:49:56.006Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:56.006Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "cds",
  "timestamp": 1669618012738,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:49:56.006Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:49:56.006Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:56.006Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669618006757,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:49:56.007Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:49:56.007Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:56.007Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ff35c4c-5682-48dd-a26d-4be65206a6e5",
  "consumerID": "aai-ml",
  "timestamp": 1669618018264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjy5pqsc0upswarsrkhp/1.0/artifacts/service-DemoPnfOjy5pqsc0upswarsrkhp-csar.csar",
  "status": "NOTIFIED"
}
2022-11-28T06:49:56.007Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:49:56.007Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:56.007Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669618020258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:49:56.008Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:49:56.008Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:56.008Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "cds",
  "timestamp": 1669618012738,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:49:56.008Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:49:56.008Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:56.008Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618026325,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-28T06:49:56.008Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:49:56.009Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:56.009Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669618006757,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:49:56.009Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:49:56.009Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:56.009Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ff35c4c-5682-48dd-a26d-4be65206a6e5",
  "consumerID": "aai-ml",
  "timestamp": 1669618027024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjy5pqsc0upswarsrkhp/1.0/artifacts/service-DemoPnfOjy5pqsc0upswarsrkhp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-28T06:49:56.009Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:49:56.009Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:56.010Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669618020258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-11-28T06:49:56.010Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:49:56.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:56.010Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "cds",
  "timestamp": 1669618012738,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:49:56.010Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:49:56.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:56.010Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618027391,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-28T06:49:56.011Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:49:56.011Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:56.011Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669618020258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:49:56.011Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:49:56.011Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:56.011Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ff35c4c-5682-48dd-a26d-4be65206a6e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669618027602,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjy5pqsc0upswarsrkhp/1.0/resourceInstances/pnf06bf74d5cfb00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:49:56.011Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:49:56.012Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:56.012Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "cds",
  "timestamp": 1669618012738,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:49:56.012Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:49:56.012Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:56.012Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618028488,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-28T06:49:56.012Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:49:56.012Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:56.013Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669618020258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-28T06:49:56.013Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:49:56.013Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:56.013Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ff35c4c-5682-48dd-a26d-4be65206a6e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669618027602,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjy5pqsc0upswarsrkhp/1.0/resourceInstances/pnf06bf74d5cfb00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:49:56.013Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:49:56.013Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:56.013Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "cds",
  "timestamp": 1669618012738,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:49:56.014Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:49:56.014Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:56.014Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ff35c4c-5682-48dd-a26d-4be65206a6e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669618027602,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjy5pqsc0upswarsrkhp/1.0/resourceInstances/pnf06bf74d5cfb00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:49:56.014Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:49:56.014Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:56.014Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669618030070,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-28T06:49:56.014Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:49:56.014Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:56.015Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618029943,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-28T06:49:56.015Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:49:56.015Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:56.015Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "cds",
  "timestamp": 1669618012738,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:49:56.015Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:49:56.015Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:56.015Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ff35c4c-5682-48dd-a26d-4be65206a6e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669618027602,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjy5pqsc0upswarsrkhp/1.0/resourceInstances/pnf06bf74d5cfb00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:49:56.016Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:49:56.016Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:56.016Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "cds",
  "timestamp": 1669618012738,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-28T06:49:56.016Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:49:56.016Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:56.016Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618030947,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-28T06:49:56.016Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:49:56.017Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:56.017Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669618031136,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-28T06:49:56.017Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:49:56.017Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:56.017Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ff35c4c-5682-48dd-a26d-4be65206a6e5",
  "consumerID": "aai-ml",
  "timestamp": 1669618031764,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjy5pqsc0upswarsrkhp/1.0/artifacts/service-DemoPnfOjy5pqsc0upswarsrkhp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-28T06:49:56.017Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:49:56.017Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:56.017Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ff35c4c-5682-48dd-a26d-4be65206a6e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669618027602,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjy5pqsc0upswarsrkhp/1.0/resourceInstances/pnf06bf74d5cfb00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:49:56.017Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:49:56.018Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:56.018Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618031953,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-28T06:49:56.018Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:49:56.018Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:56.018Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "cds",
  "timestamp": 1669618032601,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-28T06:49:56.018Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:49:56.018Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:56.018Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669618032216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-28T06:49:56.018Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:49:56.018Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:56.019Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ff35c4c-5682-48dd-a26d-4be65206a6e5",
  "consumerID": "aai-ml",
  "timestamp": 1669618032769,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-28T06:49:56.037Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6ff35c4c-5682-48dd-a26d-4be65206a6e5
2022-11-28T06:49:56.037Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ff35c4c-5682-48dd-a26d-4be65206a6e5 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-28T06:49:56.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:56.049Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ff35c4c-5682-48dd-a26d-4be65206a6e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669618027602,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjy5pqsc0upswarsrkhp/1.0/resourceInstances/pnf06bf74d5cfb00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:49:56.049Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:49:56.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:56.049Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618032960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-28T06:49:56.050Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:49:56.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:56.050Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "cds",
  "timestamp": 1669618033607,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-28T06:49:56.065Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 28135454-05ae-4a11-8350-d06a3f2db379
2022-11-28T06:49:56.065Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28135454-05ae-4a11-8350-d06a3f2db379 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-28T06:49:56.073Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:56.073Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669618033301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-11-28T06:49:56.073Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:49:56.073Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:56.073Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "aai-ml",
  "timestamp": 1669618018264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:49:56.074Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:49:56.074Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:56.074Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ff35c4c-5682-48dd-a26d-4be65206a6e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669618027602,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjy5pqsc0upswarsrkhp/1.0/artifacts/service-DemoPnfOjy5pqsc0upswarsrkhp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:49:56.074Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:49:56.074Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:56.074Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669618034405,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-28T06:49:56.078Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 28135454-05ae-4a11-8350-d06a3f2db379
2022-11-28T06:49:56.079Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28135454-05ae-4a11-8350-d06a3f2db379 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-28T06:49:56.088Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:56.089Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "aai-ml",
  "timestamp": 1669618018264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:49:56.089Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:49:56.089Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:56.089Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ff35c4c-5682-48dd-a26d-4be65206a6e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669618027602,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjy5pqsc0upswarsrkhp/1.0/artifacts/service-DemoPnfOjy5pqsc0upswarsrkhp-csar.csar",
  "status": "NOTIFIED"
}
2022-11-28T06:49:56.089Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:49:56.089Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:56.090Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669618035409,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-28T06:49:56.090Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:49:56.090Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:56.090Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "aai-ml",
  "timestamp": 1669618018264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:49:56.090Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:49:56.090Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:56.090Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ff35c4c-5682-48dd-a26d-4be65206a6e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669618036384,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjy5pqsc0upswarsrkhp/1.0/artifacts/service-DemoPnfOjy5pqsc0upswarsrkhp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-28T06:49:56.090Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:49:56.090Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:56.091Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "aai-ml",
  "timestamp": 1669618018264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:49:56.091Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:49:56.091Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:56.091Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "aai-ml",
  "timestamp": 1669618018264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:49:56.091Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:49:56.091Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:56.091Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ff35c4c-5682-48dd-a26d-4be65206a6e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669618038516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjy5pqsc0upswarsrkhp/1.0/artifacts/service-DemoPnfOjy5pqsc0upswarsrkhp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-28T06:49:56.091Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:49:56.091Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:56.092Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "aai-ml",
  "timestamp": 1669618018264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:49:56.092Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:49:56.092Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:56.092Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ff35c4c-5682-48dd-a26d-4be65206a6e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669618039521,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-28T06:49:56.097Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6ff35c4c-5682-48dd-a26d-4be65206a6e5
2022-11-28T06:49:56.097Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ff35c4c-5682-48dd-a26d-4be65206a6e5 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-28T06:49:56.105Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:56.105Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "aai-ml",
  "timestamp": 1669618018264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:49:56.106Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:49:56.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:56.106Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669618027602,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:49:56.106Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:49:56.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:56.107Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "aai-ml",
  "timestamp": 1669618018264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:49:56.107Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:49:56.107Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:56.107Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669618027602,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:49:56.107Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:49:56.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:56.108Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "aai-ml",
  "timestamp": 1669618018264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-28T06:49:56.108Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:49:56.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:56.108Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669618027602,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:49:56.108Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:49:56.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:56.109Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "aai-ml",
  "timestamp": 1669618042911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-28T06:49:56.109Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:49:56.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:56.109Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669618027602,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:49:56.110Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:49:56.110Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:56.110Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669618027602,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:49:56.110Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:49:56.110Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:56.110Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669618027602,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:49:56.111Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:49:56.111Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:56.111Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669618027602,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:49:56.111Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:49:56.111Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:56.111Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669618027602,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:49:56.111Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:49:56.112Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:56.112Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669618027602,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-28T06:49:56.112Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:49:56.112Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:56.112Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "aai-ml",
  "timestamp": 1669618049329,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-28T06:49:56.113Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:49:56.113Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:56.113Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669618049674,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-28T06:49:56.113Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:49:56.113Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:56.113Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "aai-ml",
  "timestamp": 1669618050333,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-28T06:49:56.119Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 28135454-05ae-4a11-8350-d06a3f2db379
2022-11-28T06:49:56.119Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28135454-05ae-4a11-8350-d06a3f2db379 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-28T06:49:56.127Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:56.127Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669618052268,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-28T06:49:56.128Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:49:56.128Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:49:56.128Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669618053273,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-28T06:49:56.133Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 28135454-05ae-4a11-8350-d06a3f2db379
2022-11-28T06:49:56.133Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28135454-05ae-4a11-8350-d06a3f2db379 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-28T06:49:56.603Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ff35c4c-5682-48dd-a26d-4be65206a6e5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-28T06:49:56.623Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6ff35c4c-5682-48dd-a26d-4be65206a6e5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-28T06:49:56.626Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-28T06:49:56.626Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-28T06:49:56.626Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-28T06:49:56.626Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-28T06:49:56.626Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-28T06:49:56.627Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-28T06:49:56.627Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-28T06:49:56.627Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-28T06:49:56.627Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-28T06:49:56.627Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-28T06:49:56.634Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-28T06:50:26.635Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6ff35c4c-5682-48dd-a26d-4be65206a6e5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-28T06:50:26.653Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6ff35c4c-5682-48dd-a26d-4be65206a6e5 and serviceModelVersionId: f2a98014-d00c-496e-a6d4-44c7fc1f7e8d
2022-11-28T06:50:26.653Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 316ac523-c5c6-4fac-a9bf-825d5b8c1cdc
2022-11-28T06:50:26.655Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/316ac523-c5c6-4fac-a9bf-825d5b8c1cdc/model-vers/model-ver/f2a98014-d00c-496e-a6d4-44c7fc1f7e8d?depth=0
2022-11-28T06:50:26.661Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-11-28T06:50:26.727Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/316ac523-c5c6-4fac-a9bf-825d5b8c1cdc/model-vers/model-ver/f2a98014-d00c-496e-a6d4-44c7fc1f7e8d?depth=0|INFO|500||Invoke
2022-11-28T06:50:26.727Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/316ac523-c5c6-4fac-a9bf-825d5b8c1cdc/model-vers/model-ver/f2a98014-d00c-496e-a6d4-44c7fc1f7e8d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/316ac523-c5c6-4fac-a9bf-825d5b8c1cdc/model-vers/model-ver/f2a98014-d00c-496e-a6d4-44c7fc1f7e8d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6ff35c4c-5682-48dd-a26d-4be65206a6e5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f68da066-07b8-4658-bc96-04d0272d2343], X-ECOMP-RequestID=[6ff35c4c-5682-48dd-a26d-4be65206a6e5], X-TransactionId=[], X-ONAP-RequestID=[6ff35c4c-5682-48dd-a26d-4be65206a6e5], Content-Type=[application/merge-patch+json]}
2022-11-28T06:50:26.758Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/316ac523-c5c6-4fac-a9bf-825d5b8c1cdc/model-vers/model-ver/f2a98014-d00c-496e-a6d4-44c7fc1f7e8d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-28T06:50:26.848Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/316ac523-c5c6-4fac-a9bf-825d5b8c1cdc/model-vers/model-ver/f2a98014-d00c-496e-a6d4-44c7fc1f7e8d?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/316ac523-c5c6-4fac-a9bf-825d5b8c1cdc/model-vers/model-ver/f2a98014-d00c-496e-a6d4-44c7fc1f7e8d?depth=0 has http status code:200 and response headers:{date=[Mon, 28 Nov 2022 06:50:26 GMT], content-length=[0], vertex-id=[217312], x-aai-txid=[1-aai-resources-221128-06:50:26:862-39692], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-28T06:50:26.849Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/316ac523-c5c6-4fac-a9bf-825d5b8c1cdc/model-vers/model-ver/f2a98014-d00c-496e-a6d4-44c7fc1f7e8d?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-28T06:50:26.850Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/316ac523-c5c6-4fac-a9bf-825d5b8c1cdc/model-vers/model-ver/f2a98014-d00c-496e-a6d4-44c7fc1f7e8d?depth=0|INFO|500||InvokeReturn
2022-11-28T06:50:26.850Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-28T06:50:26.851Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-28T06:50:26.858Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-28T06:50:26.859Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6ff35c4c-5682-48dd-a26d-4be65206a6e5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-28T06:50:26.859Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-28T06:50:26.860Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:50:26.863Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:50:26.863Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6ff35c4c-5682-48dd-a26d-4be65206a6e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618226859,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-28T06:50:26.966Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-11-28T06:50:26.967Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:50:26.968Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:50:26.984Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:50:26.985Z||pool-66-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-28T06:50:27.876Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-28T06:50:27.876Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"28135454-05ae-4a11-8350-d06a3f2db379","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"184a09f8-5a01-485c-959b-5afc48e1d7a5","serviceDescription":"service","serviceInvariantUUID":"b83dd62a-3e2d-4cc7-ad40-59309540c43b","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"efab98ac-8a1d-410a-919d-537ef0604a20","resourceInvariantUUID":"1200ab95-7a09-434a-b2e5-9c6712344d9d","resourceCustomizationUUID":"39538980-601a-4f26-bf4f-5a44b8813789","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":"YjAzNzhiZmIxYzZkNDFjYzI0MTU2MmI2M2M1NWQwNTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d47ee0be-82ac-4f27-9744-c5cdd773453c","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":"d81fa560-8841-4451-8b62-0fbacf045f1a","artifactVersion":"2","generatedFromUUID":"87a5a5f3-a1a9-4685-b3ba-f4776f7e91de"},{"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":"87a5a5f3-a1a9-4685-b3ba-f4776f7e91de","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":"YWFmMzY5MmEwYmEzMTZhYTMxNWJiZWZkZDZjZjk2ZWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d08a0577-7b20-40ca-9257-60a817d8f88d","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":"df85d780-0efc-489b-aad0-01801f7433e5","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":"f300847f-1645-42b1-b3ce-7ad0beffdd09","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":"2eb25b2b-c06d-4a7e-b366-d2d5c89a46df","artifactVersion":"2","generatedFromUUID":"df85d780-0efc-489b-aad0-01801f7433e5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"OGU5MTI5MjJiNGZmMzMzMTE3ODRmN2UzNzA4YjdhNzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0171616c-724d-4fc7-9507-8df02d7c6b3b","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NWYyZjg2M2U2M2Q1ODg3OWJmMzQzNTU3ZWMwNjIwZTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"03d5ba4b-66d5-4584-89f5-818c92dca05d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-28T06:50:27.877Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T06:50:27.877Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:50:27.879Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:50:27.879Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618015911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:50:27.980Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:50:27.982Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:50:27.982Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:50:27.994Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:50:27.995Z||pool-67-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:50:28.880Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T06:50:28.881Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:50:28.883Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:50:28.883Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618015911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-11-28T06:50:28.983Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:50:28.985Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:50:28.985Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:50:29.000Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:50:29.001Z||pool-68-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-28T06:50:29.884Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T06:50:29.885Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:50:29.887Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:50:29.887Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618015911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-11-28T06:50:29.989Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-11-28T06:50:29.990Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:50:29.990Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:50:30.026Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:50:30.026Z||pool-69-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:50:30.888Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T06:50:30.888Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:50:30.892Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:50:30.892Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618015911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-11-28T06:50:30.993Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-28T06:50:30.994Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:50:30.994Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:50:31.006Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:50:31.007Z||pool-70-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-28T06:50:31.893Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T06:50:31.893Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:50:31.896Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:50:31.896Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618015911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-11-28T06:50:31.996Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:50:31.997Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:50:31.998Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:50:32.013Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:50:32.014Z||pool-71-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:50:32.897Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T06:50:32.898Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:50:32.900Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:50:32.901Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618015911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:50:33.002Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-28T06:50:33.003Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:50:33.003Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:50:33.018Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:50:33.019Z||pool-72-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-28T06:50:33.901Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T06:50:33.902Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:50:33.904Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:50:33.904Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618015911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-11-28T06:50:34.004Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:50:34.005Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:50:34.005Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:50:34.025Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:50:34.025Z||pool-73-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-11-28T06:50:34.905Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T06:50:34.905Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:50:34.908Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:50:34.908Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618015911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:50:35.009Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-28T06:50:35.010Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:50:35.010Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:50:35.032Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:50:35.032Z||pool-74-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:50:35.909Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T06:50:35.910Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:50:35.912Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:50:35.912Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618015911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-28T06:50:36.013Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:50:36.014Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:50:36.014Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:50:36.026Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:50:36.027Z||pool-75-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:50:36.914Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "184a09f8-5a01-485c-959b-5afc48e1d7a5",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b83dd62a-3e2d-4cc7-ad40-59309540c43b",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "39538980-601a-4f26-bf4f-5a44b8813789",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "efab98ac-8a1d-410a-919d-537ef0604a20",
      "resourceInvariantUUID": "1200ab95-7a09-434a-b2e5-9c6712344d9d",
      "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": "d81fa560-8841-4451-8b62-0fbacf045f1a",
          "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": "87a5a5f3-a1a9-4685-b3ba-f4776f7e91de",
          "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": "YWFmMzY5MmEwYmEzMTZhYTMxNWJiZWZkZDZjZjk2ZWM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d08a0577-7b20-40ca-9257-60a817d8f88d",
          "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": "df85d780-0efc-489b-aad0-01801f7433e5",
          "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": "2eb25b2b-c06d-4a7e-b366-d2d5c89a46df",
            "generatedFromUUID": "df85d780-0efc-489b-aad0-01801f7433e5"
          },
          "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": "2eb25b2b-c06d-4a7e-b366-d2d5c89a46df",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "NWYyZjg2M2U2M2Q1ODg3OWJmMzQzNTU3ZWMwNjIwZTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "03d5ba4b-66d5-4584-89f5-818c92dca05d"
    }
  ],
  "workloadContext": "Production"
}
2022-11-28T06:50:36.915Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-28T06:50:36.915Z|6ff35c4c-5682-48dd-a26d-4be65206a6e5|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 184a09f8-5a01-485c-959b-5afc48e1d7a5 ASDC
2022-11-28T06:50:36.915Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:28135454-05ae-4a11-8350-d06a3f2db379
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:184a09f8-5a01-485c-959b-5afc48e1d7a5
ServiceInvariantUUID:b83dd62a-3e2d-4cc7-ad40-59309540c43b
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:03d5ba4b-66d5-4584-89f5-818c92dca05d
ArtifactChecksum:NWYyZjg2M2U2M2Q1ODg3OWJmMzQzNTU3ZWMwNjIwZTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:39538980-601a-4f26-bf4f-5a44b8813789
ResourceInvariantUUID:1200ab95-7a09-434a-b2e5-9c6712344d9d
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:efab98ac-8a1d-410a-919d-537ef0604a20
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:d81fa560-8841-4451-8b62-0fbacf045f1a
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:87a5a5f3-a1a9-4685-b3ba-f4776f7e91de
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:d08a0577-7b20-40ca-9257-60a817d8f88d
ArtifactChecksum:YWFmMzY5MmEwYmEzMTZhYTMxNWJiZWZkZDZjZjk2ZWM=
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:df85d780-0efc-489b-aad0-01801f7433e5
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:2eb25b2b-c06d-4a7e-b366-d2d5c89a46df
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:2eb25b2b-c06d-4a7e-b366-d2d5c89a46df
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-28T06:50:36.915Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 184a09f8-5a01-485c-959b-5afc48e1d7a5 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-28T06:50:36.952Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-28T06:50:36.953Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-28T06:50:36.954Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-28T06:50:36.954Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 03d5ba4b-66d5-4584-89f5-818c92dca05d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-28T06:50:36.955Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-28T06:50:36.955Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-28T06:50:37.141Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-28T06:50:37.145Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 03d5ba4b-66d5-4584-89f5-818c92dca05d 73992
2022-11-28T06:50:37.145Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-11-28T06:50:37.145Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-28T06:50:37.145Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-28T06:50:37.146Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:50:37.147Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:50:37.147Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618237145,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-28T06:50:37.251Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-11-28T06:50:37.252Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:50:37.252Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:50:37.266Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:50:37.267Z||pool-76-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:50:38.148Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-28T06:50:38.149Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-28T06:50:38.150Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 03d5ba4b-66d5-4584-89f5-818c92dca05d, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-28T06:50:38.150Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-11-28T06:50:38.151Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-28T06:50:38.151Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-28T06:50:38.384Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2401789053080338205/Definitions/service-BasicCnf-template.yml
Log warning: The required parameter "compute_dummy_metadata" is not provided
Log warning: The required parameter "compute_dummy_name" is not provided
2022-11-28T06:50:39.647Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-28T06:50:39.647Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-28T06:50:39.647Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-28T06:50:39.648Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-11-28T06:50:39.648Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-28T06:50:39.648Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-28T06:50:39.648Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-28T06:50:39.648Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-28T06:50:39.648Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-28T06:50:39.648Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:50:39.648Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:50:39.648Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-28T06:50:39.649Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-28T06:50:39.649Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-28T06:50:39.649Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:50:39.649Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:50:39.649Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-28T06:50:39.649Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-28T06:50:39.649Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-28T06:50:39.650Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:50:39.650Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:50:39.654Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:50:39.655Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-11-28T06:50:39.655Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-11-28T06:50:39.655Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||Node template dummy is not matching search criteria
2022-11-28T06:50:39.655Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-28T06:50:39.656Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:50:39.656Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-28T06:50:39.656Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:50:39.656Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-28T06:50:39.657Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-28T06:50:39.657Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:50:39.657Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-28T06:50:39.657Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-28T06:50:39.657Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:50:39.658Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-28T06:50:39.658Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-28T06:50:39.658Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:50:39.658Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-11-28T06:50:39.658Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-11-28T06:50:39.659Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=dbfc6553-f015-4ceb-95cc-0e5d9c4d00fc
2022-11-28T06:50:39.659Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:50:39.659Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:50:39.659Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:50:39.659Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:50:39.660Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:50:39.660Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:50:39.660Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:50:39.660Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:50:39.660Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:184a09f8-5a01-485c-959b-5afc48e1d7a5
Model Version:NULL
Model InvariantUuid:b83dd62a-3e2d-4cc7-ad40-59309540c43b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:6bb83703-d0a6-4aed-84eb-796344fb5057
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1200ab95-7a09-434a-b2e5-9c6712344d9d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:39538980-601a-4f26-bf4f-5a44b8813789
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:0b0a4212-65d3-4e1d-985f-49304a9ed46b
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:f8bb9f45-2e69-4589-abc6-1a8a5a510aeb
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:dbfc6553-f015-4ceb-95cc-0e5d9c4d00fc
ModelInvariantUuid:06aa4402-6648-4aa9-aded-a0469269f10a
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:05c7dd6c-a090-4ef6-b22f-ec1b70201371
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:76b55662-8ca1-4e3f-b253-147c710e4a95
ModelInvariantUuid:e2bbf3b7-f4b2-4db6-ae82-1cd7af27319f
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:422fce42-f13b-484e-9ab1-c019e407f33f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-28T06:50:39.669Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: efab98ac-8a1d-410a-919d-537ef0604a20
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-28T06:50:39.674Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||basic_cnf 0
2022-11-28T06:50:39.675Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: efab98ac-8a1d-410a-919d-537ef0604a20
2022-11-28T06:50:39.675Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d81fa560-8841-4451-8b62-0fbacf045f1a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-11-28T06:50:39.675Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-28T06:50:39.675Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-11-28T06:50:39.755Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-28T06:50:39.755Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env d81fa560-8841-4451-8b62-0fbacf045f1a 12
2022-11-28T06:50:39.755Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-11-28T06:50:39.756Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-11-28T06:50:39.756Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-28T06:50:39.756Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:50:39.758Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:50:39.758Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618239755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-11-28T06:50:39.858Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:50:39.859Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:50:39.859Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:50:39.874Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:50:39.874Z||pool-77-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:50:40.760Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 87a5a5f3-a1a9-4685-b3ba-f4776f7e91de from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-11-28T06:50:40.760Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-28T06:50:40.761Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-11-28T06:50:40.845Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-28T06:50:40.845Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 87a5a5f3-a1a9-4685-b3ba-f4776f7e91de 2688
2022-11-28T06:50:40.846Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-11-28T06:50:40.846Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-11-28T06:50:40.846Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-28T06:50:40.846Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:50:40.849Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:50:40.849Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618240846,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-28T06:50:40.949Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:50:40.950Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:50:40.950Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:50:40.962Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:50:40.963Z||pool-78-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-28T06:50:41.850Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d08a0577-7b20-40ca-9257-60a817d8f88d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-11-28T06:50:41.850Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-28T06:50:41.851Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-11-28T06:50:41.941Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-28T06:50:41.942Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json d08a0577-7b20-40ca-9257-60a817d8f88d 828
2022-11-28T06:50:41.942Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-11-28T06:50:41.942Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-11-28T06:50:41.942Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-28T06:50:41.943Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:50:41.944Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:50:41.944Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618241942,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-28T06:50:42.045Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:50:42.046Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:50:42.046Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:50:42.060Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:50:42.061Z||pool-79-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-28T06:50:42.945Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "0b0a4212-65d3-4e1d-985f-49304a9ed46b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f8bb9f45-2e69-4589-abc6-1a8a5a510aeb",
    "vfModuleModelCustomizationUUID": "41e39dea-1807-4597-a3c9-d5bf838632a5",
    "isBase": true,
    "artifacts": [
      "87a5a5f3-a1a9-4685-b3ba-f4776f7e91de",
      "df85d780-0efc-489b-aad0-01801f7433e5",
      "2eb25b2b-c06d-4a7e-b366-d2d5c89a46df"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-28T06:50:42.950Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f8bb9f45-2e69-4589-abc6-1a8a5a510aeb
VfModuleModelInvariantUUID:0b0a4212-65d3-4e1d-985f-49304a9ed46b
VfModuleModelDescription:NULL
Artifacts UUID List:{
87a5a5f3-a1a9-4685-b3ba-f4776f7e91de
,
df85d780-0efc-489b-aad0-01801f7433e5
,
2eb25b2b-c06d-4a7e-b366-d2d5c89a46df

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

isBase:true


}

2022-11-28T06:50:42.952Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "0b0a4212-65d3-4e1d-985f-49304a9ed46b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f8bb9f45-2e69-4589-abc6-1a8a5a510aeb",
    "vfModuleModelCustomizationUUID": "41e39dea-1807-4597-a3c9-d5bf838632a5",
    "isBase": true,
    "artifacts": [
      "87a5a5f3-a1a9-4685-b3ba-f4776f7e91de",
      "df85d780-0efc-489b-aad0-01801f7433e5",
      "2eb25b2b-c06d-4a7e-b366-d2d5c89a46df"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-28T06:50:42.952Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f8bb9f45-2e69-4589-abc6-1a8a5a510aeb
VfModuleModelInvariantUUID:0b0a4212-65d3-4e1d-985f-49304a9ed46b
VfModuleModelDescription:NULL
Artifacts UUID List:{
87a5a5f3-a1a9-4685-b3ba-f4776f7e91de
,
df85d780-0efc-489b-aad0-01801f7433e5
,
2eb25b2b-c06d-4a7e-b366-d2d5c89a46df

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

isBase:true


}

2022-11-28T06:50:42.952Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: df85d780-0efc-489b-aad0-01801f7433e5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-11-28T06:50:42.952Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-28T06:50:42.952Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-11-28T06:50:43.084Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-28T06:50:43.085Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml df85d780-0efc-489b-aad0-01801f7433e5 1164
2022-11-28T06:50:43.085Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-11-28T06:50:43.085Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-11-28T06:50:43.085Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-28T06:50:43.086Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:50:43.089Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:50:43.089Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618243085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-28T06:50:43.190Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-28T06:50:43.192Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:50:43.192Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:50:43.206Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:50:43.207Z||pool-80-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:50:44.090Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2eb25b2b-c06d-4a7e-b366-d2d5c89a46df from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-11-28T06:50:44.090Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-28T06:50:44.090Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-11-28T06:50:44.186Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-28T06:50:44.187Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2eb25b2b-c06d-4a7e-b366-d2d5c89a46df 200
2022-11-28T06:50:44.187Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-11-28T06:50:44.187Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-11-28T06:50:44.187Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-28T06:50:44.188Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:50:44.190Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:50:44.190Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618244187,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-11-28T06:50:44.290Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:50:44.291Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:50:44.291Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:50:44.305Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:50:44.306Z||pool-81-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:50:45.190Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 184a09f8-5a01-485c-959b-5afc48e1d7a5
2022-11-28T06:50:45.191Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 efab98ac-8a1d-410a-919d-537ef0604a20 ASDC
2022-11-28T06:50:45.203Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-28T06:50:45.243Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@467ddcb0, org.onap.sdc.toscaparser.api.parameters.Input@67422680, org.onap.sdc.toscaparser.api.parameters.Input@4b84e82c, org.onap.sdc.toscaparser.api.parameters.Input@1bcb20c6, org.onap.sdc.toscaparser.api.parameters.Input@33fbe753]
2022-11-28T06:50:45.245Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:50:45.245Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:50:45.246Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-11-28T06:50:45.246Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 39538980-601a-4f26-bf4f-5a44b8813789
2022-11-28T06:50:45.246Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 39538980-601a-4f26-bf4f-5a44b8813789 matches Tosca VF Customization UUID: 39538980-601a-4f26-bf4f-5a44b8813789
2022-11-28T06:50:45.246Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 39538980-601a-4f26-bf4f-5a44b8813789  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-28T06:50:45.252Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:50:45.252Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:50:45.253Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 39538980-601a-4f26-bf4f-5a44b8813789: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-28T06:50:45.253Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6b5d2c7d
2022-11-28T06:50:45.253Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:50:45.253Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-28T06:50:45.253Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 41e39dea-1807-4597-a3c9-d5bf838632a5
2022-11-28T06:50:45.253Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 41e39dea-1807-4597-a3c9-d5bf838632a5
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-28T06:50:45.257Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:50:45.258Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-28T06:50:45.258Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-28T06:50:45.258Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:50:45.258Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-28T06:50:45.259Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-28T06:50:45.259Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:50:45.259Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-11-28T06:50:45.259Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-11-28T06:50:45.259Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=dbfc6553-f015-4ceb-95cc-0e5d9c4d00fc
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-28T06:50:45.265Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:50:45.266Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-28T06:50:45.266Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-28T06:50:45.266Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:50:45.266Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-28T06:50:45.266Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=39538980-601a-4f26-bf4f-5a44b8813789
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-28T06:50:45.269Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:50:45.269Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:50:45.269Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 184a09f8-5a01-485c-959b-5afc48e1d7a5: basic_cnf
2022-11-28T06:50:45.269Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:50:45.270Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:50:45.270Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:50:45.270Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:50:45.270Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:50:45.270Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:50:45.270Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:50:45.271Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:50:45.271Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:50:45.271Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:50:45.271Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-28T06:50:45.382Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf efab98ac-8a1d-410a-919d-537ef0604a20 1 ASDC deployResourceStructure
2022-11-28T06:50:45.383Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-11-28T06:50:45.383Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-11-28T06:50:45.383Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-28T06:50:45.384Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:50:45.386Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:50:45.386Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618245382,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-11-28T06:50:45.486Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:50:45.487Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:50:45.487Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:50:45.506Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:50:45.506Z||pool-82-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:50:46.387Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-11-28T06:50:46.387Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-11-28T06:50:46.388Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-28T06:50:46.388Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:50:46.391Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:50:46.391Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618246387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-11-28T06:50:46.492Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:50:46.493Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:50:46.493Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:50:46.508Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:50:46.508Z||pool-83-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:50:47.392Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-11-28T06:50:47.393Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-11-28T06:50:47.393Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-28T06:50:47.393Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:50:47.394Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:50:47.395Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618247392,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-28T06:50:47.495Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:50:47.496Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:50:47.496Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:50:47.512Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:50:47.512Z||pool-84-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:50:48.396Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-11-28T06:50:48.396Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-11-28T06:50:48.396Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-28T06:50:48.396Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:50:48.400Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:50:48.401Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618248395,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-11-28T06:50:48.499Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-11-28T06:50:48.501Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:50:48.501Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:50:48.519Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:50:48.520Z||pool-85-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:50:49.402Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-11-28T06:50:49.402Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-11-28T06:50:49.403Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-28T06:50:49.403Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:50:49.407Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:50:49.407Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618249402,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-11-28T06:50:49.506Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-28T06:50:49.508Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:50:49.508Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:50:49.531Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:50:49.531Z||pool-86-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-11-28T06:50:50.407Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-11-28T06:50:50.408Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-28T06:50:50.408Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-28T06:50:50.408Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:50:50.410Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:50:50.410Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618250407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-28T06:50:50.511Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:50:50.512Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:50:50.512Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:50:50.535Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:50:50.536Z||pool-87-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:50:51.411Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 28135454-05ae-4a11-8350-d06a3f2db379
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-28T06:50:51.423Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 28135454-05ae-4a11-8350-d06a3f2db379
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-28T06:50:51.425Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-28T06:50:51.426Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-28T06:50:51.426Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-28T06:50:51.426Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-28T06:50:51.426Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-28T06:50:51.426Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-28T06:50:51.426Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-28T06:50:51.426Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-28T06:50:51.426Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-28T06:50:51.426Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-28T06:50:51.432Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-28T06:50:55.917Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:50:55.918Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:50:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:50:55.959Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:50:55.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:50:55.960Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618124337,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-28T06:50:55.962Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:50:55.962Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:50:55.962Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ff35c4c-5682-48dd-a26d-4be65206a6e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618015911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjy5pqsc0upswarsrkhp/1.0/resourceInstances/pnf06bf74d5cfb00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:50:55.963Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:50:55.963Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:50:55.963Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ff35c4c-5682-48dd-a26d-4be65206a6e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618015911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjy5pqsc0upswarsrkhp/1.0/resourceInstances/pnf06bf74d5cfb00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:50:55.964Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:50:55.964Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:50:55.964Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ff35c4c-5682-48dd-a26d-4be65206a6e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618015911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjy5pqsc0upswarsrkhp/1.0/resourceInstances/pnf06bf74d5cfb00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:50:55.965Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:50:55.965Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:50:55.965Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ff35c4c-5682-48dd-a26d-4be65206a6e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618015911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjy5pqsc0upswarsrkhp/1.0/resourceInstances/pnf06bf74d5cfb00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:50:55.966Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:50:55.966Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:50:55.966Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ff35c4c-5682-48dd-a26d-4be65206a6e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618015911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjy5pqsc0upswarsrkhp/1.0/resourceInstances/pnf06bf74d5cfb00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:50:55.966Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:50:55.967Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:50:55.967Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ff35c4c-5682-48dd-a26d-4be65206a6e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618015911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjy5pqsc0upswarsrkhp/1.0/resourceInstances/pnf06bf74d5cfb00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:50:55.967Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:50:55.967Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:50:55.968Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ff35c4c-5682-48dd-a26d-4be65206a6e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618015911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjy5pqsc0upswarsrkhp/1.0/artifacts/service-DemoPnfOjy5pqsc0upswarsrkhp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:50:55.968Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:50:55.969Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:50:55.969Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ff35c4c-5682-48dd-a26d-4be65206a6e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618015911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjy5pqsc0upswarsrkhp/1.0/artifacts/service-DemoPnfOjy5pqsc0upswarsrkhp-csar.csar",
  "status": "NOTIFIED"
}
2022-11-28T06:50:55.969Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:50:55.969Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:50:55.969Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ff35c4c-5682-48dd-a26d-4be65206a6e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618133549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjy5pqsc0upswarsrkhp/1.0/artifacts/service-DemoPnfOjy5pqsc0upswarsrkhp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-28T06:50:55.969Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:50:55.970Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:50:55.970Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ff35c4c-5682-48dd-a26d-4be65206a6e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618135549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjy5pqsc0upswarsrkhp/1.0/artifacts/service-DemoPnfOjy5pqsc0upswarsrkhp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-28T06:50:55.970Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:51:21.432Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 28135454-05ae-4a11-8350-d06a3f2db379 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-28T06:51:21.440Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 28135454-05ae-4a11-8350-d06a3f2db379 and serviceModelVersionId: 184a09f8-5a01-485c-959b-5afc48e1d7a5
2022-11-28T06:51:21.441Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b83dd62a-3e2d-4cc7-ad40-59309540c43b
2022-11-28T06:51:21.441Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b83dd62a-3e2d-4cc7-ad40-59309540c43b/model-vers/model-ver/184a09f8-5a01-485c-959b-5afc48e1d7a5?depth=0
2022-11-28T06:51:21.445Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-11-28T06:51:21.537Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b83dd62a-3e2d-4cc7-ad40-59309540c43b/model-vers/model-ver/184a09f8-5a01-485c-959b-5afc48e1d7a5?depth=0|INFO|500||Invoke
2022-11-28T06:51:21.537Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b83dd62a-3e2d-4cc7-ad40-59309540c43b/model-vers/model-ver/184a09f8-5a01-485c-959b-5afc48e1d7a5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b83dd62a-3e2d-4cc7-ad40-59309540c43b/model-vers/model-ver/184a09f8-5a01-485c-959b-5afc48e1d7a5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[28135454-05ae-4a11-8350-d06a3f2db379], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[87123c3a-47c5-4199-984c-62f9e09ce44b], X-ECOMP-RequestID=[28135454-05ae-4a11-8350-d06a3f2db379], X-TransactionId=[], X-ONAP-RequestID=[28135454-05ae-4a11-8350-d06a3f2db379], Content-Type=[application/merge-patch+json]}
2022-11-28T06:51:21.577Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b83dd62a-3e2d-4cc7-ad40-59309540c43b/model-vers/model-ver/184a09f8-5a01-485c-959b-5afc48e1d7a5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-28T06:51:21.683Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b83dd62a-3e2d-4cc7-ad40-59309540c43b/model-vers/model-ver/184a09f8-5a01-485c-959b-5afc48e1d7a5?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/b83dd62a-3e2d-4cc7-ad40-59309540c43b/model-vers/model-ver/184a09f8-5a01-485c-959b-5afc48e1d7a5?depth=0 has http status code:200 and response headers:{date=[Mon, 28 Nov 2022 06:51:21 GMT], content-length=[0], vertex-id=[225504], x-aai-txid=[0-aai-resources-221128-06:51:21:698-14860], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-28T06:51:21.684Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b83dd62a-3e2d-4cc7-ad40-59309540c43b/model-vers/model-ver/184a09f8-5a01-485c-959b-5afc48e1d7a5?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-28T06:51:21.685Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b83dd62a-3e2d-4cc7-ad40-59309540c43b/model-vers/model-ver/184a09f8-5a01-485c-959b-5afc48e1d7a5?depth=0|INFO|500||InvokeReturn
2022-11-28T06:51:21.686Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-28T06:51:21.686Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-28T06:51:21.691Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-28T06:51:21.691Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 28135454-05ae-4a11-8350-d06a3f2db379 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-28T06:51:21.692Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-28T06:51:21.692Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:51:21.694Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:51:21.694Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618281691,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-28T06:51:21.794Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:51:21.796Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:51:21.796Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:51:21.817Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:51:21.818Z||pool-88-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-28T06:51:22.711Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:51:22.712Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:51:22.712Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:51:33.043Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:51:33.043Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:51:33.044Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:51:33.044Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:51:42.617Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:51:42.617Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:51:42.618Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:51:42.618Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:51:52.176Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:51:52.177Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:51:52.178Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:51:52.178Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:51:55.917Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:51:55.918Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:51:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:51:55.947Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:51:55.948Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:51:55.948Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ff35c4c-5682-48dd-a26d-4be65206a6e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618226859,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-28T06:51:55.949Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:51:55.949Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:51:55.949Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618015911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:51:55.949Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:51:55.949Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:51:55.949Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618015911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-11-28T06:51:55.949Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:51:55.949Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:51:55.949Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618015911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-11-28T06:51:55.950Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:51:55.950Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:51:55.950Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618015911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-11-28T06:51:55.950Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:51:55.950Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:51:55.950Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618015911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-11-28T06:51:55.950Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:51:55.950Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:51:55.950Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618015911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:51:55.950Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:51:55.950Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:51:55.951Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618015911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-11-28T06:51:55.951Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:51:55.951Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:51:55.951Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618015911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:51:55.951Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:51:55.951Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:51:55.951Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618015911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-28T06:51:55.951Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:51:55.951Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:51:55.951Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618237145,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-28T06:51:55.952Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:51:55.952Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:51:55.952Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618239755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-11-28T06:51:55.952Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:51:55.952Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:51:55.952Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618240846,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-28T06:51:55.952Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:51:55.952Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:51:55.952Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618241942,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-28T06:51:55.952Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:51:55.953Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:51:55.953Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618243085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-28T06:51:55.953Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:51:55.953Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:51:55.953Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618244187,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-11-28T06:51:55.953Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:51:55.953Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:51:55.953Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618245382,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-11-28T06:51:55.953Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:51:55.953Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:51:55.954Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618246387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-11-28T06:51:55.954Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:51:55.954Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:51:55.954Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618247392,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-28T06:51:55.954Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:51:55.954Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:51:55.954Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618248395,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-11-28T06:51:55.954Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:51:55.954Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:51:55.955Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618249402,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-11-28T06:51:55.955Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:51:55.955Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:51:55.955Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618250407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-28T06:51:55.955Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:52:01.732Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:52:01.732Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:52:01.733Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:52:01.733Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:52:11.308Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:52:55.911Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:52:55.912Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:52:55.912Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:52:55.917Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:52:55.917Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:52:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:52:56.457Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:52:56.458Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T06:52:56.458Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28135454-05ae-4a11-8350-d06a3f2db379",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618281691,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-28T06:52:56.459Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:53:05.497Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:53:55.911Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:53:55.912Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:53:55.912Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:53:55.917Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:53:55.917Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:53:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:54:05.490Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:54:05.501Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:54:55.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:54:55.913Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:54:55.913Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:54:55.916Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:54:55.917Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:54:55.917Z|28135454-05ae-4a11-8350-d06a3f2db379|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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:55:05.471Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:55:05.473Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:55:55.911Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:55:55.912Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:55:55.912Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:55:55.917Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:55:55.917Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:55:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:56:05.484Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:56:05.492Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:56:55.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:56:55.913Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:56:55.914Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:56:55.917Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:56:55.917Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:56:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:56:56.070Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:56:56.071Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T06:56:56.071Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56ee38a3-2c55-45b7-891c-b8afd8bd7182",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669618597602,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6abjxdhhoo7encd5lm58/1.0/resourceInstances/pnf599f709f5a5e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:56:56.073Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:56:56.073Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T06:56:56.073Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56ee38a3-2c55-45b7-891c-b8afd8bd7182",
  "consumerID": "cds",
  "timestamp": 1669618597737,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6abjxdhhoo7encd5lm58/1.0/resourceInstances/pnf599f709f5a5e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:56:56.073Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:56:56.073Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T06:56:56.073Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56ee38a3-2c55-45b7-891c-b8afd8bd7182",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669618598940,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6abjxdhhoo7encd5lm58/1.0/resourceInstances/pnf599f709f5a5e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:56:56.074Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:56:56.074Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T06:56:56.074Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56ee38a3-2c55-45b7-891c-b8afd8bd7182",
  "consumerID": "cds",
  "timestamp": 1669618597737,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6abjxdhhoo7encd5lm58/1.0/resourceInstances/pnf599f709f5a5e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:56:56.074Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:56:56.074Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T06:56:56.074Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56ee38a3-2c55-45b7-891c-b8afd8bd7182",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669618597602,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6abjxdhhoo7encd5lm58/1.0/resourceInstances/pnf599f709f5a5e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:56:56.074Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:56:56.075Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T06:56:56.075Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56ee38a3-2c55-45b7-891c-b8afd8bd7182",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669618598940,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6abjxdhhoo7encd5lm58/1.0/resourceInstances/pnf599f709f5a5e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:56:56.075Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:56:56.075Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T06:56:56.075Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56ee38a3-2c55-45b7-891c-b8afd8bd7182",
  "consumerID": "cds",
  "timestamp": 1669618597737,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6abjxdhhoo7encd5lm58/1.0/resourceInstances/pnf599f709f5a5e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:56:56.075Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:56:56.076Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T06:56:56.076Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56ee38a3-2c55-45b7-891c-b8afd8bd7182",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669618597602,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6abjxdhhoo7encd5lm58/1.0/resourceInstances/pnf599f709f5a5e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:56:56.076Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:56:56.076Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T06:56:56.076Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56ee38a3-2c55-45b7-891c-b8afd8bd7182",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669618598940,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6abjxdhhoo7encd5lm58/1.0/resourceInstances/pnf599f709f5a5e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:56:56.076Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:56:56.076Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T06:56:56.076Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56ee38a3-2c55-45b7-891c-b8afd8bd7182",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669618606757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6abjxdhhoo7encd5lm58/1.0/resourceInstances/pnf599f709f5a5e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:56:56.076Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:56:56.077Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T06:56:56.077Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56ee38a3-2c55-45b7-891c-b8afd8bd7182",
  "consumerID": "cds",
  "timestamp": 1669618597737,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6abjxdhhoo7encd5lm58/1.0/resourceInstances/pnf599f709f5a5e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:56:56.077Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:56:56.077Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T06:56:56.077Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56ee38a3-2c55-45b7-891c-b8afd8bd7182",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669618597602,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6abjxdhhoo7encd5lm58/1.0/resourceInstances/pnf599f709f5a5e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:56:56.077Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:56:56.077Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T06:56:56.077Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56ee38a3-2c55-45b7-891c-b8afd8bd7182",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669618598940,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6abjxdhhoo7encd5lm58/1.0/resourceInstances/pnf599f709f5a5e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:56:56.077Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:56:56.078Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T06:56:56.078Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56ee38a3-2c55-45b7-891c-b8afd8bd7182",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669618606757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6abjxdhhoo7encd5lm58/1.0/resourceInstances/pnf599f709f5a5e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:56:56.078Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:56:56.078Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T06:56:56.078Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56ee38a3-2c55-45b7-891c-b8afd8bd7182",
  "consumerID": "cds",
  "timestamp": 1669618597737,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6abjxdhhoo7encd5lm58/1.0/resourceInstances/pnf599f709f5a5e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:56:56.078Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:56:56.078Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T06:56:56.079Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56ee38a3-2c55-45b7-891c-b8afd8bd7182",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669618597602,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6abjxdhhoo7encd5lm58/1.0/resourceInstances/pnf599f709f5a5e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:56:56.079Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:56:56.079Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T06:56:56.079Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56ee38a3-2c55-45b7-891c-b8afd8bd7182",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669618598940,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6abjxdhhoo7encd5lm58/1.0/resourceInstances/pnf599f709f5a5e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:56:56.079Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:56:56.079Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T06:56:56.079Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56ee38a3-2c55-45b7-891c-b8afd8bd7182",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669618606757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6abjxdhhoo7encd5lm58/1.0/resourceInstances/pnf599f709f5a5e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:56:56.080Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:56:56.080Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T06:56:56.080Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56ee38a3-2c55-45b7-891c-b8afd8bd7182",
  "consumerID": "cds",
  "timestamp": 1669618597737,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6abjxdhhoo7encd5lm58/1.0/resourceInstances/pnf599f709f5a5e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:56:56.080Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:56:56.080Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T06:56:56.080Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56ee38a3-2c55-45b7-891c-b8afd8bd7182",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669618597602,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6abjxdhhoo7encd5lm58/1.0/resourceInstances/pnf599f709f5a5e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:56:56.080Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:56:56.081Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T06:56:56.081Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56ee38a3-2c55-45b7-891c-b8afd8bd7182",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669618598940,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6abjxdhhoo7encd5lm58/1.0/resourceInstances/pnf599f709f5a5e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:56:56.081Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:56:56.081Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T06:56:56.081Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56ee38a3-2c55-45b7-891c-b8afd8bd7182",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669618606757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6abjxdhhoo7encd5lm58/1.0/resourceInstances/pnf599f709f5a5e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:56:56.081Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:56:56.081Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T06:56:56.082Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56ee38a3-2c55-45b7-891c-b8afd8bd7182",
  "consumerID": "cds",
  "timestamp": 1669618597737,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6abjxdhhoo7encd5lm58/1.0/artifacts/service-DemoPnf6abjxdhhoo7encd5lm58-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:56:56.082Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:56:56.082Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T06:56:56.082Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56ee38a3-2c55-45b7-891c-b8afd8bd7182",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669618597602,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6abjxdhhoo7encd5lm58/1.0/artifacts/service-DemoPnf6abjxdhhoo7encd5lm58-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:56:56.082Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:56:56.082Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T06:56:56.082Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56ee38a3-2c55-45b7-891c-b8afd8bd7182",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669618598940,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6abjxdhhoo7encd5lm58/1.0/artifacts/service-DemoPnf6abjxdhhoo7encd5lm58-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:56:56.083Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:56:56.083Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T06:56:56.083Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56ee38a3-2c55-45b7-891c-b8afd8bd7182",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669618606757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6abjxdhhoo7encd5lm58/1.0/resourceInstances/pnf599f709f5a5e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:56:56.083Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:56:56.083Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T06:56:56.083Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56ee38a3-2c55-45b7-891c-b8afd8bd7182",
  "consumerID": "cds",
  "timestamp": 1669618597737,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6abjxdhhoo7encd5lm58/1.0/artifacts/service-DemoPnf6abjxdhhoo7encd5lm58-csar.csar",
  "status": "NOTIFIED"
}
2022-11-28T06:56:56.083Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:56:56.084Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T06:56:56.084Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56ee38a3-2c55-45b7-891c-b8afd8bd7182",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669618597602,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6abjxdhhoo7encd5lm58/1.0/artifacts/service-DemoPnf6abjxdhhoo7encd5lm58-csar.csar",
  "status": "NOTIFIED"
}
2022-11-28T06:56:56.084Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:56:56.084Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T06:56:56.084Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56ee38a3-2c55-45b7-891c-b8afd8bd7182",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669618598940,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6abjxdhhoo7encd5lm58/1.0/artifacts/service-DemoPnf6abjxdhhoo7encd5lm58-csar.csar",
  "status": "NOTIFIED"
}
2022-11-28T06:56:56.084Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:56:56.085Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T06:56:56.085Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56ee38a3-2c55-45b7-891c-b8afd8bd7182",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669618606757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6abjxdhhoo7encd5lm58/1.0/resourceInstances/pnf599f709f5a5e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-11-28T06:56:56.085Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:56:56.085Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T06:56:56.085Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56ee38a3-2c55-45b7-891c-b8afd8bd7182",
  "consumerID": "cds",
  "timestamp": 1669618613007,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6abjxdhhoo7encd5lm58/1.0/artifacts/service-DemoPnf6abjxdhhoo7encd5lm58-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-28T06:56:56.085Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:56:56.085Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T06:56:56.086Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56ee38a3-2c55-45b7-891c-b8afd8bd7182",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669618612771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6abjxdhhoo7encd5lm58/1.0/artifacts/service-DemoPnf6abjxdhhoo7encd5lm58-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-28T06:56:56.086Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:56:56.086Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T06:56:56.086Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56ee38a3-2c55-45b7-891c-b8afd8bd7182",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669618606757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6abjxdhhoo7encd5lm58/1.0/artifacts/service-DemoPnf6abjxdhhoo7encd5lm58-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:56:56.086Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:56:56.086Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T06:56:56.086Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56ee38a3-2c55-45b7-891c-b8afd8bd7182",
  "consumerID": "cds",
  "timestamp": 1669618614014,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6abjxdhhoo7encd5lm58/1.0/artifacts/service-DemoPnf6abjxdhhoo7encd5lm58-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-28T06:56:56.110Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 56ee38a3-2c55-45b7-891c-b8afd8bd7182
2022-11-28T06:56:56.110Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 56ee38a3-2c55-45b7-891c-b8afd8bd7182 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-28T06:56:56.121Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T06:56:56.121Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56ee38a3-2c55-45b7-891c-b8afd8bd7182",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669618606757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6abjxdhhoo7encd5lm58/1.0/artifacts/service-DemoPnf6abjxdhhoo7encd5lm58-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:56:56.122Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:56:56.122Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T06:56:56.122Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56ee38a3-2c55-45b7-891c-b8afd8bd7182",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669618615265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6abjxdhhoo7encd5lm58/1.0/artifacts/service-DemoPnf6abjxdhhoo7encd5lm58-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-28T06:56:56.123Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:56:56.123Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T06:56:56.123Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56ee38a3-2c55-45b7-891c-b8afd8bd7182",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669618615575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6abjxdhhoo7encd5lm58/1.0/resourceInstances/pnf599f709f5a5e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-28T06:56:56.123Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:56:56.561Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:56:56.562Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T06:56:56.563Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"56ee38a3-2c55-45b7-891c-b8afd8bd7182","serviceName":"Demo_pNF_6abjXDhHOO7eNCD5lM58","serviceVersion":"1.0","serviceUUID":"ae1259c4-a6db-4a35-8dd8-994f73bbc2e5","serviceDescription":"catalog service description","serviceInvariantUUID":"0af9781e-f715-4a9d-9a16-94a071d2487c","resources":[{"resourceInstanceName":"pNF 599f709f-5a5e 0","resourceName":"pNF 599f709f-5a5e","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"03341d7e-e672-4953-ab0f-2fffdd4cfc47","resourceInvariantUUID":"72ccd233-7791-4445-a9bb-426e57eac773","resourceCustomizationUUID":"60893662-a432-4ea8-b7b2-68fbc8d70500","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6abjxdhhoo7encd5lm58/1.0/resourceInstances/pnf599f709f5a5e0/artifacts/vf-license-model.xml","artifactChecksum":"OGRlZWRkYWRlYWFiYmI3ZTA4MzU4MjdiY2Q0MmFlMTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6bc91c72-3303-4e81-9847-70161856bd4b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6abjxdhhoo7encd5lm58/1.0/resourceInstances/pnf599f709f5a5e0/artifacts/pNF.csar","artifactChecksum":"MTA0N2FhYzMzZDUxMWU0ZWE4OTA4NjlhOTBmYjg0OTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9fdfc927-723f-4324-8572-7ff306346f07","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6abjxdhhoo7encd5lm58/1.0/resourceInstances/pnf599f709f5a5e0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"98ae1721-a19f-46a0-8ef2-ae896d5bb9d3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6abjxdhhoo7encd5lm58/1.0/resourceInstances/pnf599f709f5a5e0/artifacts/vendor-license-model.xml","artifactChecksum":"OTYxYWRhZGI2ZDUwYTk5NzAzMTFiZTFjNDY3N2IxOWI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fbec440b-972b-45ca-93c0-450ffef470c3","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf6abjxdhhoo7encd5lm58/1.0/resourceInstances/pnf599f709f5a5e0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2b8e0976-600a-4ca8-9922-3c5e18e0715b","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf6abjxdhhoo7encd5lm58/1.0/resourceInstances/pnf599f709f5a5e0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2d3599a9-bf18-4db1-8381-c7dc1913e4b3","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf6abjxdhhoo7encd5lm58-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6abjxdhhoo7encd5lm58/1.0/artifacts/service-DemoPnf6abjxdhhoo7encd5lm58-template.yml","artifactChecksum":"ZWZlNjc4ZDNmOWE1N2ExYjk3ODkyNmQ4YzhhZWMzY2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"800cd5a2-4580-4900-93cd-651c54d77182","artifactVersion":"1"},{"artifactName":"service-DemoPnf6abjxdhhoo7encd5lm58-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf6abjxdhhoo7encd5lm58/1.0/artifacts/service-DemoPnf6abjxdhhoo7encd5lm58-csar.csar","artifactChecksum":"NDgyNzg0YzJmNGExMGQzNWM4NDZmMDBkYjI2ZTU4ZDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7e2573ce-da94-4477-9052-9c581f863932","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-28T06:56:56.568Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T06:56:56.568Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:56:56.575Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:56:56.575Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "56ee38a3-2c55-45b7-891c-b8afd8bd7182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618615911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6abjxdhhoo7encd5lm58/1.0/resourceInstances/pnf599f709f5a5e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:56:56.673Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-11-28T06:56:56.674Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:56:56.674Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:56:56.687Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:56:56.687Z||pool-89-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:56:57.576Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T06:56:57.577Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:56:57.579Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:56:57.580Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "56ee38a3-2c55-45b7-891c-b8afd8bd7182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618615911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6abjxdhhoo7encd5lm58/1.0/resourceInstances/pnf599f709f5a5e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:56:57.681Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:56:57.681Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:56:57.681Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:56:57.695Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:56:57.695Z||pool-90-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:56:58.581Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T06:56:58.582Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:56:58.584Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:56:58.585Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "56ee38a3-2c55-45b7-891c-b8afd8bd7182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618615911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6abjxdhhoo7encd5lm58/1.0/resourceInstances/pnf599f709f5a5e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:56:58.685Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:56:58.686Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:56:58.687Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:56:58.704Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:56:58.705Z||pool-91-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:56:59.585Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T06:56:59.586Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:56:59.622Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:56:59.622Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "56ee38a3-2c55-45b7-891c-b8afd8bd7182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618615911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6abjxdhhoo7encd5lm58/1.0/resourceInstances/pnf599f709f5a5e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:56:59.689Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 67 ms
2022-11-28T06:56:59.690Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:56:59.690Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:56:59.703Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:56:59.703Z||pool-92-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-28T06:57:00.623Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T06:57:00.623Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:57:00.626Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:57:00.626Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "56ee38a3-2c55-45b7-891c-b8afd8bd7182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618615911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6abjxdhhoo7encd5lm58/1.0/resourceInstances/pnf599f709f5a5e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:57:00.728Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-11-28T06:57:00.729Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:57:00.729Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:57:00.756Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:57:00.756Z||pool-93-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:57:01.627Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T06:57:01.627Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:57:01.630Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:57:01.630Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "56ee38a3-2c55-45b7-891c-b8afd8bd7182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618615911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6abjxdhhoo7encd5lm58/1.0/resourceInstances/pnf599f709f5a5e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:57:01.730Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:57:01.731Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:57:01.731Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:57:01.746Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:57:01.747Z||pool-94-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:57:02.630Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T06:57:02.631Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:57:02.633Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:57:02.633Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "56ee38a3-2c55-45b7-891c-b8afd8bd7182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618615911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6abjxdhhoo7encd5lm58/1.0/artifacts/service-DemoPnf6abjxdhhoo7encd5lm58-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:57:02.733Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:57:02.734Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:57:02.734Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:57:02.746Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:57:02.747Z||pool-95-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:57:03.634Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T06:57:03.634Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:57:03.636Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:57:03.637Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "56ee38a3-2c55-45b7-891c-b8afd8bd7182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618615911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6abjxdhhoo7encd5lm58/1.0/artifacts/service-DemoPnf6abjxdhhoo7encd5lm58-csar.csar",
  "status": "NOTIFIED"
}
2022-11-28T06:57:03.737Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:57:03.738Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:57:03.738Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:57:03.750Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:57:03.751Z||pool-96-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:57:04.638Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "56ee38a3-2c55-45b7-891c-b8afd8bd7182",
  "serviceName": "Demo_pNF_6abjXDhHOO7eNCD5lM58",
  "serviceVersion": "1.0",
  "serviceUUID": "ae1259c4-a6db-4a35-8dd8-994f73bbc2e5",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "0af9781e-f715-4a9d-9a16-94a071d2487c",
  "resources": [
    {
      "resourceInstanceName": "pNF 599f709f-5a5e 0",
      "resourceCustomizationUUID": "60893662-a432-4ea8-b7b2-68fbc8d70500",
      "resourceName": "pNF 599f709f-5a5e",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "03341d7e-e672-4953-ab0f-2fffdd4cfc47",
      "resourceInvariantUUID": "72ccd233-7791-4445-a9bb-426e57eac773",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf6abjxdhhoo7encd5lm58-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf6abjxdhhoo7encd5lm58/1.0/artifacts/service-DemoPnf6abjxdhhoo7encd5lm58-csar.csar",
      "artifactChecksum": "NDgyNzg0YzJmNGExMGQzNWM4NDZmMDBkYjI2ZTU4ZDc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7e2573ce-da94-4477-9052-9c581f863932"
    }
  ],
  "workloadContext": "Production"
}
2022-11-28T06:57:04.638Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-28T06:57:04.638Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ae1259c4-a6db-4a35-8dd8-994f73bbc2e5 ASDC
2022-11-28T06:57:04.639Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:56ee38a3-2c55-45b7-891c-b8afd8bd7182
ServiceName:Demo_pNF_6abjXDhHOO7eNCD5lM58
ServiceVersion:1.0
ServiceUUID:ae1259c4-a6db-4a35-8dd8-994f73bbc2e5
ServiceInvariantUUID:0af9781e-f715-4a9d-9a16-94a071d2487c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf6abjxdhhoo7encd5lm58-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf6abjxdhhoo7encd5lm58/1.0/artifacts/service-DemoPnf6abjxdhhoo7encd5lm58-csar.csar
ArtifactUUID:7e2573ce-da94-4477-9052-9c581f863932
ArtifactChecksum:NDgyNzg0YzJmNGExMGQzNWM4NDZmMDBkYjI2ZTU4ZDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 599f709f-5a5e 0
ResourceCustomizationUUID:60893662-a432-4ea8-b7b2-68fbc8d70500
ResourceInvariantUUID:72ccd233-7791-4445-a9bb-426e57eac773
ResourceName:pNF 599f709f-5a5e
ResourceType:PNF
ResourceUUID:03341d7e-e672-4953-ab0f-2fffdd4cfc47
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-11-28T06:57:04.639Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ae1259c4-a6db-4a35-8dd8-994f73bbc2e5 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-28T06:57:04.669Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-28T06:57:04.670Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-11-28T06:57:04.671Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-11-28T06:57:04.671Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 7e2573ce-da94-4477-9052-9c581f863932 from URL: /sdc/v1/catalog/services/DemoPnf6abjxdhhoo7encd5lm58/1.0/artifacts/service-DemoPnf6abjxdhhoo7encd5lm58-csar.csar
2022-11-28T06:57:04.671Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-11-28T06:57:04.671Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf6abjxdhhoo7encd5lm58/1.0/artifacts/service-DemoPnf6abjxdhhoo7encd5lm58-csar.csar
2022-11-28T06:57:04.766Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-11-28T06:57:04.772Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf6abjxdhhoo7encd5lm58/1.0/artifacts/service-DemoPnf6abjxdhhoo7encd5lm58-csar.csar 7e2573ce-da94-4477-9052-9c581f863932 88023
2022-11-28T06:57:04.772Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf6abjxdhhoo7encd5lm58/1.0/artifacts/service-DemoPnf6abjxdhhoo7encd5lm58-csar.csar ASDC sendASDCNotification
2022-11-28T06:57:04.773Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf6abjxdhhoo7encd5lm58/1.0/artifacts/service-DemoPnf6abjxdhhoo7encd5lm58-csar.csar
2022-11-28T06:57:04.773Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-28T06:57:04.773Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:57:04.776Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:57:04.776Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "56ee38a3-2c55-45b7-891c-b8afd8bd7182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618624772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6abjxdhhoo7encd5lm58/1.0/artifacts/service-DemoPnf6abjxdhhoo7encd5lm58-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-28T06:57:04.876Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:57:04.877Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:57:04.877Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:57:04.906Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:57:04.907Z||pool-97-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:57:05.777Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-28T06:57:05.778Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-11-28T06:57:05.778Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 7e2573ce-da94-4477-9052-9c581f863932, URL: /sdc/v1/catalog/services/DemoPnf6abjxdhhoo7encd5lm58/1.0/artifacts/service-DemoPnf6abjxdhhoo7encd5lm58-csar.csar to file: /app/ASDC/1/service-DemoPnf6abjxdhhoo7encd5lm58-csar.csar
2022-11-28T06:57:05.778Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf6abjxdhhoo7encd5lm58-csar.csar
2022-11-28T06:57:05.779Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf6abjxdhhoo7encd5lm58-csar.csar
2022-11-28T06:57:05.779Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf6abjxdhhoo7encd5lm58-csar.csar
2022-11-28T06:57:05.891Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7305621680089420462/Definitions/service-DemoPnf6abjxdhhoo7encd5lm58-template.yml
2022-11-28T06:57:06.725Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-28T06:57:06.726Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-11-28T06:57:06.726Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf6abjxdhhoo7encd5lm58-csar.csar
2022-11-28T06:57:06.726Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-28T06:57:06.726Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 599f709f-5a5e 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-DemoPnf6abjxdhhoo7encd5lm58-csar.csar
2022-11-28T06:57:06.726Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf6abjxdhhoo7encd5lm58-csar.csar
2022-11-28T06:57:06.726Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf6abjxdhhoo7encd5lm58-csar.csar
2022-11-28T06:57:06.726Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf6abjxdhhoo7encd5lm58-csar.csar
2022-11-28T06:57:06.726Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf6abjxdhhoo7encd5lm58-csar.csar
2022-11-28T06:57:06.726Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf6abjxdhhoo7encd5lm58-csar.csar
2022-11-28T06:57:06.726Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf6abjxdhhoo7encd5lm58-csar.csar
2022-11-28T06:57:06.727Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-11-28T06:57:06.727Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:57:06.727Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_6abjXDhHOO7eNCD5lM58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:57:06.727Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||Node template pNF 599f709f-5a5e 0 is matching search criteria
2022-11-28T06:57:06.727Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-11-28T06:57:06.727Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 599f709f-5a5e 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-28T06:57:06.728Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:57:06.728Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_6abjXDhHOO7eNCD5lM58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:57:06.728Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||Node template pNF 599f709f-5a5e 0 is matching search criteria
2022-11-28T06:57:06.728Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-11-28T06:57:06.728Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 599f709f-5a5e 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-28T06:57:06.728Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:57:06.728Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_6abjXDhHOO7eNCD5lM58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:57:06.729Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:57:06.729Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_6abjXDhHOO7eNCD5lM58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:57:06.729Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:57:06.729Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_6abjXDhHOO7eNCD5lM58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:57:06.729Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:57:06.729Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_6abjXDhHOO7eNCD5lM58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:57:06.729Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:57:06.729Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_6abjXDhHOO7eNCD5lM58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:57:06.730Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_6abjXDhHOO7eNCD5lM58
Description:catalog service description
Model UUID:ae1259c4-a6db-4a35-8dd8-994f73bbc2e5
Model Version:NULL
Model InvariantUuid:0af9781e-f715-4a9d-9a16-94a071d2487c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-28T06:57:06.743Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 03341d7e-e672-4953-ab0f-2fffdd4cfc47
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-28T06:57:06.753Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||pNF 599f709f-5a5e 0
2022-11-28T06:57:06.753Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 03341d7e-e672-4953-ab0f-2fffdd4cfc47
2022-11-28T06:57:06.754Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||No resources found for Service: ae1259c4-a6db-4a35-8dd8-994f73bbc2e5
2022-11-28T06:57:06.754Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: ae1259c4-a6db-4a35-8dd8-994f73bbc2e5
2022-11-28T06:57:06.754Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 599f709f-5a5e 0 03341d7e-e672-4953-ab0f-2fffdd4cfc47 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-28T06:57:06.761Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@55b8afe5, org.onap.sdc.toscaparser.api.parameters.Input@52ffc2e4, org.onap.sdc.toscaparser.api.parameters.Input@1bd14f5f, org.onap.sdc.toscaparser.api.parameters.Input@4993a611, org.onap.sdc.toscaparser.api.parameters.Input@59c4ff41]
2022-11-28T06:57:06.762Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:57:06.762Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_6abjXDhHOO7eNCD5lM58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:57:06.762Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid ae1259c4-a6db-4a35-8dd8-994f73bbc2e5: pNF 599f709f-5a5e
2022-11-28T06:57:06.762Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Processing PNF resource: 03341d7e-e672-4953-ab0f-2fffdd4cfc47
2022-11-28T06:57:06.763Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T06:57:06.763Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_6abjXDhHOO7eNCD5lM58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:57:06.763Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Resource customization UUID: 60893662-a432-4ea8-b7b2-68fbc8d70500 is the same as notified resource customizationUUID: 60893662-a432-4ea8-b7b2-68fbc8d70500
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-11-28T06:57:06.816Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 599f709f-5a5e 03341d7e-e672-4953-ab0f-2fffdd4cfc47 0 ASDC deployResourceStructure
2022-11-28T06:57:06.817Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf6abjxdhhoo7encd5lm58/1.0/artifacts/service-DemoPnf6abjxdhhoo7encd5lm58-csar.csar ASDC sendASDCNotification
2022-11-28T06:57:06.817Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf6abjxdhhoo7encd5lm58/1.0/artifacts/service-DemoPnf6abjxdhhoo7encd5lm58-csar.csar
2022-11-28T06:57:06.817Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-28T06:57:06.818Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:57:06.821Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:57:06.821Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "56ee38a3-2c55-45b7-891c-b8afd8bd7182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618626817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6abjxdhhoo7encd5lm58/1.0/artifacts/service-DemoPnf6abjxdhhoo7encd5lm58-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-28T06:57:06.921Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:57:06.922Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T06:57:06.922Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:57:06.936Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:57:06.936Z||pool-98-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:57:07.822Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 56ee38a3-2c55-45b7-891c-b8afd8bd7182
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-28T06:57:07.838Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 56ee38a3-2c55-45b7-891c-b8afd8bd7182
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-28T06:57:07.840Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-28T06:57:07.840Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-28T06:57:07.840Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-28T06:57:37.840Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 56ee38a3-2c55-45b7-891c-b8afd8bd7182
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-28T06:57:37.855Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 56ee38a3-2c55-45b7-891c-b8afd8bd7182
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-28T06:57:37.857Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-28T06:57:37.857Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-28T06:57:37.857Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-28T06:57:55.917Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:57:55.918Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:57:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:57:55.944Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:57:55.945Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T06:57:55.945Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56ee38a3-2c55-45b7-891c-b8afd8bd7182",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669618616271,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-28T06:57:55.954Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 56ee38a3-2c55-45b7-891c-b8afd8bd7182
2022-11-28T06:57:55.954Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 56ee38a3-2c55-45b7-891c-b8afd8bd7182 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-28T06:58:07.857Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 56ee38a3-2c55-45b7-891c-b8afd8bd7182
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-28T06:58:07.865Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 56ee38a3-2c55-45b7-891c-b8afd8bd7182
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-28T06:58:07.873Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-28T06:58:07.873Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-28T06:58:07.873Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-28T06:58:37.873Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 56ee38a3-2c55-45b7-891c-b8afd8bd7182
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-28T06:58:37.884Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 56ee38a3-2c55-45b7-891c-b8afd8bd7182
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-28T06:58:37.886Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-28T06:58:37.886Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-28T06:58:37.886Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-28T06:58:55.917Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:58:55.917Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:58:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:58:55.954Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:58:55.955Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-28T06:58:55.955Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56ee38a3-2c55-45b7-891c-b8afd8bd7182",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669618616623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6abjxdhhoo7encd5lm58/1.0/resourceInstances/pnf599f709f5a5e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-11-28T06:58:55.956Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:59:07.887Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 56ee38a3-2c55-45b7-891c-b8afd8bd7182
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-28T06:59:07.908Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 56ee38a3-2c55-45b7-891c-b8afd8bd7182
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-28T06:59:07.912Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-28T06:59:07.912Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-28T06:59:07.912Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-28T06:59:37.912Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 56ee38a3-2c55-45b7-891c-b8afd8bd7182
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-28T06:59:37.923Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 56ee38a3-2c55-45b7-891c-b8afd8bd7182
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-28T06:59:37.926Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-28T06:59:37.926Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-28T06:59:37.926Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-28T06:59:55.917Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:59:55.918Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T06:59:55.919Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:59:56.487Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T06:59:56.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T06:59:56.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56ee38a3-2c55-45b7-891c-b8afd8bd7182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618615911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6abjxdhhoo7encd5lm58/1.0/resourceInstances/pnf599f709f5a5e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:59:56.489Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:59:56.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T06:59:56.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56ee38a3-2c55-45b7-891c-b8afd8bd7182",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669618617626,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-28T06:59:56.514Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 56ee38a3-2c55-45b7-891c-b8afd8bd7182
2022-11-28T06:59:56.514Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 56ee38a3-2c55-45b7-891c-b8afd8bd7182 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-28T06:59:56.528Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T06:59:56.529Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56ee38a3-2c55-45b7-891c-b8afd8bd7182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618615911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6abjxdhhoo7encd5lm58/1.0/resourceInstances/pnf599f709f5a5e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:59:56.529Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:59:56.529Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T06:59:56.529Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56ee38a3-2c55-45b7-891c-b8afd8bd7182",
  "consumerID": "aai-ml",
  "timestamp": 1669618618263,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6abjxdhhoo7encd5lm58/1.0/resourceInstances/pnf599f709f5a5e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:59:56.529Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:59:56.530Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T06:59:56.530Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56ee38a3-2c55-45b7-891c-b8afd8bd7182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618615911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6abjxdhhoo7encd5lm58/1.0/resourceInstances/pnf599f709f5a5e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:59:56.530Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:59:56.530Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T06:59:56.530Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56ee38a3-2c55-45b7-891c-b8afd8bd7182",
  "consumerID": "aai-ml",
  "timestamp": 1669618618263,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6abjxdhhoo7encd5lm58/1.0/resourceInstances/pnf599f709f5a5e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:59:56.530Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:59:56.530Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T06:59:56.531Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56ee38a3-2c55-45b7-891c-b8afd8bd7182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618615911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6abjxdhhoo7encd5lm58/1.0/resourceInstances/pnf599f709f5a5e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:59:56.531Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:59:56.531Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T06:59:56.531Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56ee38a3-2c55-45b7-891c-b8afd8bd7182",
  "consumerID": "aai-ml",
  "timestamp": 1669618618263,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6abjxdhhoo7encd5lm58/1.0/resourceInstances/pnf599f709f5a5e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:59:56.531Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:59:56.531Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T06:59:56.531Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56ee38a3-2c55-45b7-891c-b8afd8bd7182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618615911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6abjxdhhoo7encd5lm58/1.0/resourceInstances/pnf599f709f5a5e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:59:56.532Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:59:56.532Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T06:59:56.532Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56ee38a3-2c55-45b7-891c-b8afd8bd7182",
  "consumerID": "aai-ml",
  "timestamp": 1669618618263,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6abjxdhhoo7encd5lm58/1.0/resourceInstances/pnf599f709f5a5e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:59:56.532Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:59:56.532Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T06:59:56.532Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56ee38a3-2c55-45b7-891c-b8afd8bd7182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618615911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6abjxdhhoo7encd5lm58/1.0/resourceInstances/pnf599f709f5a5e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:59:56.533Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:59:56.533Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T06:59:56.533Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56ee38a3-2c55-45b7-891c-b8afd8bd7182",
  "consumerID": "aai-ml",
  "timestamp": 1669618618263,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6abjxdhhoo7encd5lm58/1.0/resourceInstances/pnf599f709f5a5e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:59:56.533Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:59:56.533Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T06:59:56.533Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56ee38a3-2c55-45b7-891c-b8afd8bd7182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618615911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6abjxdhhoo7encd5lm58/1.0/artifacts/service-DemoPnf6abjxdhhoo7encd5lm58-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:59:56.533Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:59:56.534Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T06:59:56.534Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56ee38a3-2c55-45b7-891c-b8afd8bd7182",
  "consumerID": "aai-ml",
  "timestamp": 1669618618263,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6abjxdhhoo7encd5lm58/1.0/resourceInstances/pnf599f709f5a5e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:59:56.534Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:59:56.534Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T06:59:56.534Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56ee38a3-2c55-45b7-891c-b8afd8bd7182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618615911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6abjxdhhoo7encd5lm58/1.0/artifacts/service-DemoPnf6abjxdhhoo7encd5lm58-csar.csar",
  "status": "NOTIFIED"
}
2022-11-28T06:59:56.534Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:59:56.534Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T06:59:56.535Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56ee38a3-2c55-45b7-891c-b8afd8bd7182",
  "consumerID": "aai-ml",
  "timestamp": 1669618618263,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6abjxdhhoo7encd5lm58/1.0/artifacts/service-DemoPnf6abjxdhhoo7encd5lm58-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T06:59:56.535Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:59:56.535Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T06:59:56.535Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56ee38a3-2c55-45b7-891c-b8afd8bd7182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618624772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6abjxdhhoo7encd5lm58/1.0/artifacts/service-DemoPnf6abjxdhhoo7encd5lm58-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-28T06:59:56.535Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:59:56.535Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T06:59:56.535Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56ee38a3-2c55-45b7-891c-b8afd8bd7182",
  "consumerID": "aai-ml",
  "timestamp": 1669618618263,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6abjxdhhoo7encd5lm58/1.0/artifacts/service-DemoPnf6abjxdhhoo7encd5lm58-csar.csar",
  "status": "NOTIFIED"
}
2022-11-28T06:59:56.536Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-28T06:59:56.536Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T06:59:56.536Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56ee38a3-2c55-45b7-891c-b8afd8bd7182",
  "consumerID": "aai-ml",
  "timestamp": 1669618627049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6abjxdhhoo7encd5lm58/1.0/artifacts/service-DemoPnf6abjxdhhoo7encd5lm58-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-28T06:59:56.536Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:59:56.537Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T06:59:56.537Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56ee38a3-2c55-45b7-891c-b8afd8bd7182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618626817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6abjxdhhoo7encd5lm58/1.0/artifacts/service-DemoPnf6abjxdhhoo7encd5lm58-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-28T06:59:56.537Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:59:56.538Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T06:59:56.538Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56ee38a3-2c55-45b7-891c-b8afd8bd7182",
  "consumerID": "aai-ml",
  "timestamp": 1669618631449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6abjxdhhoo7encd5lm58/1.0/artifacts/service-DemoPnf6abjxdhhoo7encd5lm58-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-28T06:59:56.538Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:59:56.538Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-28T06:59:56.538Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56ee38a3-2c55-45b7-891c-b8afd8bd7182",
  "consumerID": "aai-ml",
  "timestamp": 1669618632454,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-28T06:59:56.545Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 56ee38a3-2c55-45b7-891c-b8afd8bd7182
2022-11-28T06:59:56.545Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 56ee38a3-2c55-45b7-891c-b8afd8bd7182 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-28T07:00:07.927Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 56ee38a3-2c55-45b7-891c-b8afd8bd7182
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-28T07:00:07.944Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 56ee38a3-2c55-45b7-891c-b8afd8bd7182
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-28T07:00:07.947Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-28T07:00:07.947Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-28T07:00:07.947Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-28T07:00:07.947Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-28T07:00:07.947Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-28T07:00:07.947Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-28T07:00:07.948Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-28T07:00:07.948Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-28T07:00:07.948Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-28T07:00:07.948Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-28T07:00:07.958Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-28T07:00:37.959Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 56ee38a3-2c55-45b7-891c-b8afd8bd7182 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-28T07:00:37.967Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 56ee38a3-2c55-45b7-891c-b8afd8bd7182 and serviceModelVersionId: ae1259c4-a6db-4a35-8dd8-994f73bbc2e5
2022-11-28T07:00:37.967Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0af9781e-f715-4a9d-9a16-94a071d2487c
2022-11-28T07:00:37.969Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0af9781e-f715-4a9d-9a16-94a071d2487c/model-vers/model-ver/ae1259c4-a6db-4a35-8dd8-994f73bbc2e5?depth=0
2022-11-28T07:00:37.975Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-11-28T07:00:38.046Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0af9781e-f715-4a9d-9a16-94a071d2487c/model-vers/model-ver/ae1259c4-a6db-4a35-8dd8-994f73bbc2e5?depth=0|INFO|500||Invoke
2022-11-28T07:00:38.047Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0af9781e-f715-4a9d-9a16-94a071d2487c/model-vers/model-ver/ae1259c4-a6db-4a35-8dd8-994f73bbc2e5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0af9781e-f715-4a9d-9a16-94a071d2487c/model-vers/model-ver/ae1259c4-a6db-4a35-8dd8-994f73bbc2e5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[56ee38a3-2c55-45b7-891c-b8afd8bd7182], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d8001ffd-1f2a-40b6-ab47-94e632adc894], X-ECOMP-RequestID=[56ee38a3-2c55-45b7-891c-b8afd8bd7182], X-TransactionId=[], X-ONAP-RequestID=[56ee38a3-2c55-45b7-891c-b8afd8bd7182], Content-Type=[application/merge-patch+json]}
2022-11-28T07:00:38.083Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0af9781e-f715-4a9d-9a16-94a071d2487c/model-vers/model-ver/ae1259c4-a6db-4a35-8dd8-994f73bbc2e5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-28T07:00:38.179Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0af9781e-f715-4a9d-9a16-94a071d2487c/model-vers/model-ver/ae1259c4-a6db-4a35-8dd8-994f73bbc2e5?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/0af9781e-f715-4a9d-9a16-94a071d2487c/model-vers/model-ver/ae1259c4-a6db-4a35-8dd8-994f73bbc2e5?depth=0 has http status code:200 and response headers:{date=[Mon, 28 Nov 2022 07:00:38 GMT], content-length=[0], vertex-id=[192760], x-aai-txid=[0-aai-resources-221128-07:00:38:190-16036], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-28T07:00:38.179Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0af9781e-f715-4a9d-9a16-94a071d2487c/model-vers/model-ver/ae1259c4-a6db-4a35-8dd8-994f73bbc2e5?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-28T07:00:38.180Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0af9781e-f715-4a9d-9a16-94a071d2487c/model-vers/model-ver/ae1259c4-a6db-4a35-8dd8-994f73bbc2e5?depth=0|INFO|500||InvokeReturn
2022-11-28T07:00:38.180Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-28T07:00:38.180Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-28T07:00:38.187Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-28T07:00:38.187Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 56ee38a3-2c55-45b7-891c-b8afd8bd7182 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-28T07:00:38.187Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-28T07:00:38.188Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-28T07:00:38.193Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T07:00:38.193Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "56ee38a3-2c55-45b7-891c-b8afd8bd7182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618838187,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-28T07:00:38.293Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T07:00:38.295Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T07:00:38.295Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T07:00:38.337Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:00:38.338Z||pool-99-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-28T07:00:39.227Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:00:39.228Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:00:39.228Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:00:49.667Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:00:49.668Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:00:49.669Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:00:49.669Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:00:55.917Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:00:55.917Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:00:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:00:56.569Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:00:56.570Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-28T07:00:56.570Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56ee38a3-2c55-45b7-891c-b8afd8bd7182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669618838187,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-28T07:00:56.571Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T07:00:59.218Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:00:59.219Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:00:59.220Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:00:59.220Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:01:08.788Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:01:08.789Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:01:08.789Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:01:08.789Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:01:18.358Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:01:55.911Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:01:55.912Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:01:55.913Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:01:55.917Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:01:55.917Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:01:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:02:05.456Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:02:05.458Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:02:55.911Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:02:55.912Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:02:55.913Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:02:55.916Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:02:55.917Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:02:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:03:05.466Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:03:05.470Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:03:55.911Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:03:55.912Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:03:55.913Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:03:55.917Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:03:55.918Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:03:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:04:05.473Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:04:05.475Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:04:55.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:04:55.913Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:04:55.913Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:04:55.917Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:04:55.917Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:04:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:05:05.469Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:05:05.490Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:05:55.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:05:55.914Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:05:55.914Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:05:55.917Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:05:55.917Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:05:55.918Z|28135454-05ae-4a11-8350-d06a3f2db379|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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:06:05.484Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:06:05.486Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:06:55.911Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:06:55.912Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:06:55.913Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:06:55.917Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:06:55.917Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:06:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:07:05.482Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:07:05.485Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:07:55.911Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:07:55.912Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:07:55.913Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:07:55.917Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:07:55.917Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:07:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:08:05.478Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:08:05.488Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:08:55.911Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:08:55.912Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:08:55.913Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:08:55.917Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:08:55.917Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:08:55.917Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:09:05.469Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:09:05.482Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:09:55.911Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:09:55.912Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:09:55.913Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aFiasHUAbiu9JH6H) ...
2022-11-28T07:09:55.917Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:09:55.917Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:09:55.917Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:10:05.473Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:10:05.475Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:10:55.911Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:10:55.912Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:10:55.912Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aFiasHUAbiu9JH6H) ...
2022-11-28T07:10:55.917Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:10:55.917Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:10:55.917Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:11:05.479Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:11:05.482Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:11:55.911Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:11:55.912Z||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-11-28T07:11:55.912Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:11:55.916Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:11:55.917Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:11:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:12:05.493Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:12:05.496Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:12:55.911Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:12:55.912Z||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-11-28T07:12:55.912Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:12:55.917Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:12:55.917Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:12:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:13:05.458Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:13:05.458Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:13:55.911Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:13:55.912Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:13:55.912Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:13:55.917Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:13:55.917Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:13:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:14:05.458Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:14:05.462Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:14:55.911Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:14:55.912Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:14:55.912Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:14:55.917Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:14:55.917Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:14:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:15:05.461Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:15:05.475Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:15:55.912Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:15:55.914Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:15:55.914Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:15:55.917Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:15:55.917Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:15:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:16:05.486Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:16:05.487Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:16:55.912Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:16:55.914Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:16:55.914Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:16:55.917Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:16:55.918Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:16:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:17:05.472Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:17:05.509Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:17:55.911Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:17:55.912Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:17:55.912Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:17:55.917Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:17:55.917Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:17:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:18:05.461Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:18:05.467Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:18:55.911Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:18:55.913Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:18:55.913Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:18:55.917Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:18:55.917Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:18:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:19:05.461Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:19:05.463Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:19:55.911Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:19:55.913Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:19:55.913Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:19:55.917Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:19:55.917Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:19:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:20:05.469Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:20:05.474Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:20:55.911Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:20:55.912Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:20:55.913Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:20:55.917Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:20:55.917Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:20:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:21:05.464Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:21:05.476Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:21:55.911Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:21:55.913Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:21:55.913Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aFiasHUAbiu9JH6H) ...
2022-11-28T07:21:55.917Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:21:55.917Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:21:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:22:05.469Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:22:05.469Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:22:55.911Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:22:55.913Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:22:55.913Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aFiasHUAbiu9JH6H) ...
2022-11-28T07:22:55.917Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:22:55.917Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:22:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:23:05.504Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:23:05.551Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:23:55.911Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:23:55.912Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:23:55.912Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aFiasHUAbiu9JH6H) ...
2022-11-28T07:23:55.917Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:23:55.917Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:23:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:24:05.468Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:24:05.469Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:24:55.911Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:24:55.913Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:24:55.913Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aFiasHUAbiu9JH6H) ...
2022-11-28T07:24:55.917Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:24:55.917Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:24:55.917Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:24:56.546Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:24:56.548Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-28T07:24:56.548Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"9e60df53-cb74-4eb7-bc45-0504f52b53bd","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"7ce31443-af5a-4c20-97a3-afda94891b15","serviceDescription":"service","serviceInvariantUUID":"3e51156a-0eb8-4c5d-8c39-0feff5788d99","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bcf8e128-4da6-4bff-9eea-144f912ce999","resourceInvariantUUID":"a6733cf2-67e7-42da-8a20-6fb010cac3f2","resourceCustomizationUUID":"490948ae-e850-4706-900c-913cc7008226","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":"ZjA2YmU5ZTg4ZWYyOWEyMTM2YzRmYjYyNzBmZDU2ZTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"74ac3981-832e-4c6f-8281-042c97a48964","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":"NjcxYmU1ZjY2Y2NjZjU3NmViMGE1YjUyYTAxNmQ0MWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9b8f6e0e-772a-4e68-81b0-5aab7360cfb6","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":"d46372b7-d397-4972-8a72-c938fb08b4b4","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":"f138af70-9d10-4da1-ac57-dd33e0e0c6a8","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":"a9acd72b-f061-47fd-ac20-8d9c2409d925","artifactVersion":"2","generatedFromUUID":"014cffb8-ce39-4c2e-8a3c-200bbe20368b"},{"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":"8b6ad05f-e111-45c4-ac77-4de3afd382cd","artifactVersion":"2","generatedFromUUID":"d46372b7-d397-4972-8a72-c938fb08b4b4"},{"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":"014cffb8-ce39-4c2e-8a3c-200bbe20368b","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":"7f8aad07-4a49-4533-921f-aad8cd26d5d6","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":"ODhjMzcwNzE0ZWU5OTU3MDEyYTYzNjgxYWY1OGVlNmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"124d72bd-786c-4a37-9104-bf4f523017ad","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZjE5YzhiMjdjYzljZjVhYWM3NGViNWJjODI2YjM5YjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8fada111-1100-478d-acae-4d9b407ea19a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-28T07:24:56.553Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T07:24:56.554Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T07:24:56.561Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T07:24:56.562Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620295911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:24:56.568Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:24:56.570Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:24:56.570Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "cds",
  "timestamp": 1669620262737,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:24:56.571Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:24:56.571Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:24:56.571Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "aai-ml",
  "timestamp": 1669620268264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:24:56.571Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:24:56.572Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:24:56.572Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669620266762,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:24:56.572Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:24:56.572Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:24:56.572Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "aai-ml",
  "timestamp": 1669620268264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:24:56.572Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:24:56.573Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:24:56.573Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669620266762,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:24:56.573Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:24:56.573Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:24:56.573Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "cds",
  "timestamp": 1669620262737,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:24:56.573Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:24:56.573Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:24:56.573Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "aai-ml",
  "timestamp": 1669620268264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:24:56.574Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:24:56.574Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:24:56.574Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "cds",
  "timestamp": 1669620262737,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:24:56.574Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:24:56.574Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:24:56.574Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669620266762,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:24:56.574Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:24:56.574Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:24:56.574Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669620266762,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:24:56.575Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:24:56.575Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:24:56.575Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "cds",
  "timestamp": 1669620262737,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:24:56.575Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:24:56.575Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:24:56.575Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "aai-ml",
  "timestamp": 1669620268264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:24:56.576Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:24:56.576Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:24:56.576Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669620266762,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:24:56.576Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:24:56.576Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:24:56.576Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "aai-ml",
  "timestamp": 1669620268264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:24:56.576Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:24:56.577Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:24:56.577Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "cds",
  "timestamp": 1669620262737,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:24:56.577Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:24:56.577Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:24:56.577Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669620266762,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:24:56.577Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:24:56.577Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:24:56.578Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "aai-ml",
  "timestamp": 1669620268264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:24:56.578Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:24:56.578Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:24:56.578Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "cds",
  "timestamp": 1669620262737,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:24:56.578Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:24:56.578Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:24:56.578Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669620266762,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:24:56.579Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:24:56.579Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:24:56.579Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "aai-ml",
  "timestamp": 1669620268264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:24:56.579Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:24:56.579Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:24:56.579Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "cds",
  "timestamp": 1669620262737,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:24:56.579Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:24:56.580Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:24:56.580Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "aai-ml",
  "timestamp": 1669620268264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:24:56.580Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:24:56.580Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:24:56.580Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "cds",
  "timestamp": 1669620262737,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:24:56.580Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:24:56.581Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:24:56.581Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669620266762,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:24:56.581Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:24:56.581Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:24:56.581Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669620266762,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:24:56.581Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:24:56.581Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:24:56.582Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "cds",
  "timestamp": 1669620262737,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:24:56.582Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:24:56.582Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:24:56.582Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "aai-ml",
  "timestamp": 1669620268264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:24:56.582Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:24:56.582Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:24:56.582Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669620277602,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:24:56.583Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:24:56.583Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:24:56.583Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "cds",
  "timestamp": 1669620262737,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-28T07:24:56.583Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:24:56.583Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:24:56.583Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669620266762,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:24:56.583Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:24:56.584Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:24:56.584Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "aai-ml",
  "timestamp": 1669620268264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-28T07:24:56.584Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:24:56.584Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:24:56.584Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669620277602,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:24:56.584Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:24:56.585Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:24:56.585Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669620278942,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:24:56.585Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:24:56.585Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:24:56.585Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "cds",
  "timestamp": 1669620280340,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-28T07:24:56.586Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T07:24:56.586Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:24:56.586Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "aai-ml",
  "timestamp": 1669620279961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-28T07:24:56.586Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T07:24:56.586Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:24:56.586Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669620277602,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:24:56.586Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:24:56.587Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:24:56.587Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669620278942,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-28T07:24:56.587Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:24:56.587Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:24:56.587Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669620277602,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:24:56.587Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:24:56.588Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:24:56.588Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669620278942,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-11-28T07:24:56.588Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:24:56.588Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:24:56.588Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669620277602,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:24:56.588Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:24:56.588Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:24:56.589Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "cds",
  "timestamp": 1669620283158,
  "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-11-28T07:24:56.612Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9e60df53-cb74-4eb7-bc45-0504f52b53bd
2022-11-28T07:24:56.612Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e60df53-cb74-4eb7-bc45-0504f52b53bd and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-28T07:24:56.629Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:24:56.630Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669620278942,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:24:56.630Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:24:56.630Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:24:56.630Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669620277602,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:24:56.630Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:24:56.630Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:24:56.630Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669620278942,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-11-28T07:24:56.630Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:24:56.631Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:24:56.631Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669620277602,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:24:56.631Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:24:56.631Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:24:56.631Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "cds",
  "timestamp": 1669620284162,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:24:56.631Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:24:56.631Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:24:56.631Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669620278942,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-11-28T07:24:56.631Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:24:56.631Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:24:56.631Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669620277602,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:24:56.632Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:24:56.632Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:24:56.632Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "cds",
  "timestamp": 1669620284162,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:24:56.632Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:24:56.632Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:24:56.632Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669620278942,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-11-28T07:24:56.632Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:24:56.632Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:24:56.632Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669620277602,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:24:56.632Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:24:56.632Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:24:56.633Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "cds",
  "timestamp": 1669620284162,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:24:56.633Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:24:56.633Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:24:56.633Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669620278942,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:24:56.633Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:24:56.633Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:24:56.633Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669620277602,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-28T07:24:56.633Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:24:56.633Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:24:56.634Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669620286757,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:24:56.634Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:24:56.634Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:24:56.634Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "cds",
  "timestamp": 1669620284162,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:24:56.634Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:24:56.634Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:24:56.634Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "aai-ml",
  "timestamp": 1669620287568,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-28T07:24:56.634Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T07:24:56.634Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:24:56.634Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669620278942,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:24:56.635Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:24:56.635Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:24:56.635Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669620286757,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:24:56.635Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:24:56.635Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:24:56.635Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669620288433,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-28T07:24:56.635Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T07:24:56.635Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:24:56.635Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "cds",
  "timestamp": 1669620284162,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:24:56.635Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:24:56.636Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:24:56.636Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "aai-ml",
  "timestamp": 1669620288571,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-28T07:24:56.642Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9e60df53-cb74-4eb7-bc45-0504f52b53bd
2022-11-28T07:24:56.642Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e60df53-cb74-4eb7-bc45-0504f52b53bd and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-28T07:24:56.651Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:24:56.651Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669620278942,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-28T07:24:56.651Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:24:56.651Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:24:56.652Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669620286757,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:24:56.652Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:24:56.652Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:24:56.652Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "cds",
  "timestamp": 1669620284162,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:24:56.652Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:24:56.652Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:24:56.652Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669620289735,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-28T07:24:56.653Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T07:24:56.653Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:24:56.653Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669620286757,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:24:56.653Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:24:56.653Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:24:56.653Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "cds",
  "timestamp": 1669620284162,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:24:56.653Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:24:56.654Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:24:56.654Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669620290809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-28T07:24:56.654Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T07:24:56.654Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:24:56.654Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669620291367,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-28T07:24:56.654Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T07:24:56.654Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:24:56.655Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669620286757,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:24:56.655Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:24:56.655Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:24:56.655Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "cds",
  "timestamp": 1669620284162,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-28T07:24:56.655Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:24:56.655Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:24:56.655Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669620291937,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-11-28T07:24:56.656Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T07:24:56.656Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:24:56.656Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669620292374,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
2022-11-28T07:24:56.660Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-28T07:24:56.661Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T07:24:56.661Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T07:24:56.667Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9e60df53-cb74-4eb7-bc45-0504f52b53bd
2022-11-28T07:24:56.667Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e60df53-cb74-4eb7-bc45-0504f52b53bd and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-28T07:24:56.676Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:24:56.677Z||pool-100-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-28T07:24:56.679Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:24:56.679Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669620286757,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:24:56.680Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:24:56.680Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:24:56.680Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "cds",
  "timestamp": 1669620293036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-28T07:24:56.680Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T07:24:56.680Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:24:56.680Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669620293040,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-28T07:24:56.680Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T07:24:56.681Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:24:56.681Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669620286757,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:24:56.681Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:24:56.681Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:24:56.681Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "cds",
  "timestamp": 1669620294331,
  "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-11-28T07:24:56.694Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5144b653-43f0-45ec-aadb-f8897c98c39e
2022-11-28T07:24:56.695Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5144b653-43f0-45ec-aadb-f8897c98c39e and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-28T07:24:56.707Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:24:56.707Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669620294139,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-28T07:24:56.713Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9e60df53-cb74-4eb7-bc45-0504f52b53bd
2022-11-28T07:24:56.713Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e60df53-cb74-4eb7-bc45-0504f52b53bd and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-28T07:24:56.723Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:24:56.723Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669620286757,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:24:56.723Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:24:56.723Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:24:56.724Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669620295147,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-28T07:24:56.724Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T07:24:57.562Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T07:24:57.563Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T07:24:57.566Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T07:24:57.567Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620295911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-28T07:24:57.667Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T07:24:57.668Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T07:24:57.668Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T07:24:57.688Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:24:57.688Z||pool-101-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-28T07:24:58.567Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T07:24:58.568Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T07:24:58.571Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T07:24:58.571Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620295911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-11-28T07:24:58.671Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T07:24:58.672Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T07:24:58.672Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T07:24:58.685Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:24:58.686Z||pool-102-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-28T07:24:59.572Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T07:24:59.573Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T07:24:59.597Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T07:24:59.597Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620295911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:24:59.676Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 78 ms
2022-11-28T07:24:59.677Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T07:24:59.677Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T07:24:59.705Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:24:59.706Z||pool-103-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-11-28T07:25:00.598Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T07:25:00.599Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T07:25:00.602Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T07:25:00.602Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620295911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-11-28T07:25:00.702Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T07:25:00.703Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T07:25:00.703Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T07:25:00.715Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:25:00.715Z||pool-104-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-28T07:25:01.603Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T07:25:01.604Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T07:25:01.606Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T07:25:01.606Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620295911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-11-28T07:25:01.706Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T07:25:01.707Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T07:25:01.707Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T07:25:01.747Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:25:01.747Z||pool-105-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-11-28T07:25:02.607Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T07:25:02.608Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T07:25:02.610Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T07:25:02.610Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620295911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-11-28T07:25:02.711Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T07:25:02.712Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T07:25:02.712Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T07:25:02.728Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:25:02.728Z||pool-106-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-28T07:25:03.611Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T07:25:03.612Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T07:25:03.614Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T07:25:03.614Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620295911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:25:03.715Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-28T07:25:03.716Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T07:25:03.716Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T07:25:03.745Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:25:03.745Z||pool-107-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-11-28T07:25:04.615Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T07:25:04.616Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T07:25:04.618Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T07:25:04.618Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620295911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:25:04.718Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T07:25:04.720Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T07:25:04.720Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T07:25:04.749Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:25:04.750Z||pool-108-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-11-28T07:25:05.619Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T07:25:05.620Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T07:25:05.622Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T07:25:05.623Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620295911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-28T07:25:05.723Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T07:25:05.724Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T07:25:05.724Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T07:25:05.736Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:25:05.736Z||pool-109-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-28T07:25:06.625Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "7ce31443-af5a-4c20-97a3-afda94891b15",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3e51156a-0eb8-4c5d-8c39-0feff5788d99",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "490948ae-e850-4706-900c-913cc7008226",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "bcf8e128-4da6-4bff-9eea-144f912ce999",
      "resourceInvariantUUID": "a6733cf2-67e7-42da-8a20-6fb010cac3f2",
      "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": "NjcxYmU1ZjY2Y2NjZjU3NmViMGE1YjUyYTAxNmQ0MWQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "9b8f6e0e-772a-4e68-81b0-5aab7360cfb6",
          "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": "d46372b7-d397-4972-8a72-c938fb08b4b4",
          "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": "8b6ad05f-e111-45c4-ac77-4de3afd382cd",
            "generatedFromUUID": "d46372b7-d397-4972-8a72-c938fb08b4b4"
          },
          "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": "a9acd72b-f061-47fd-ac20-8d9c2409d925",
          "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": "8b6ad05f-e111-45c4-ac77-4de3afd382cd",
          "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": "014cffb8-ce39-4c2e-8a3c-200bbe20368b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "ZjE5YzhiMjdjYzljZjVhYWM3NGViNWJjODI2YjM5YjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8fada111-1100-478d-acae-4d9b407ea19a"
    }
  ],
  "workloadContext": "Production"
}
2022-11-28T07:25:06.626Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-28T07:25:06.626Z|28135454-05ae-4a11-8350-d06a3f2db379|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 7ce31443-af5a-4c20-97a3-afda94891b15 ASDC
2022-11-28T07:25:06.627Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:9e60df53-cb74-4eb7-bc45-0504f52b53bd
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:7ce31443-af5a-4c20-97a3-afda94891b15
ServiceInvariantUUID:3e51156a-0eb8-4c5d-8c39-0feff5788d99
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:8fada111-1100-478d-acae-4d9b407ea19a
ArtifactChecksum:ZjE5YzhiMjdjYzljZjVhYWM3NGViNWJjODI2YjM5YjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:490948ae-e850-4706-900c-913cc7008226
ResourceInvariantUUID:a6733cf2-67e7-42da-8a20-6fb010cac3f2
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:bcf8e128-4da6-4bff-9eea-144f912ce999
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:9b8f6e0e-772a-4e68-81b0-5aab7360cfb6
ArtifactChecksum:NjcxYmU1ZjY2Y2NjZjU3NmViMGE1YjUyYTAxNmQ0MWQ=
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:d46372b7-d397-4972-8a72-c938fb08b4b4
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:8b6ad05f-e111-45c4-ac77-4de3afd382cd
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:a9acd72b-f061-47fd-ac20-8d9c2409d925
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:8b6ad05f-e111-45c4-ac77-4de3afd382cd
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:014cffb8-ce39-4c2e-8a3c-200bbe20368b
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-28T07:25:06.629Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7ce31443-af5a-4c20-97a3-afda94891b15 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-28T07:25:06.687Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-28T07:25:06.688Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-28T07:25:06.688Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-28T07:25:06.688Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 8fada111-1100-478d-acae-4d9b407ea19a from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-11-28T07:25:06.689Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-28T07:25:06.689Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-11-28T07:25:06.789Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-28T07:25:06.797Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 8fada111-1100-478d-acae-4d9b407ea19a 163291
2022-11-28T07:25:06.797Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-11-28T07:25:06.797Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-11-28T07:25:06.798Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-28T07:25:06.798Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T07:25:06.802Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T07:25:06.802Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620306797,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-28T07:25:06.902Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-28T07:25:06.903Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T07:25:06.904Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T07:25:06.921Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:25:06.922Z||pool-110-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-11-28T07:25:07.803Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-28T07:25:07.805Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-28T07:25:07.805Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 8fada111-1100-478d-acae-4d9b407ea19a, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-28T07:25:07.805Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-11-28T07:25:07.806Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-28T07:25:07.806Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-28T07:25:07.974Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8144491307857292012/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2022-11-28T07:25:09.178Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-28T07:25:09.178Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-28T07:25:09.178Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-28T07:25:09.178Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-11-28T07:25:09.178Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-28T07:25:09.179Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-28T07:25:09.179Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-28T07:25:09.179Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-28T07:25:09.179Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-28T07:25:09.179Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T07:25:09.179Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T07:25:09.180Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-28T07:25:09.180Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-28T07:25:09.180Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-28T07:25:09.180Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T07:25:09.180Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T07:25:09.180Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-28T07:25:09.180Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-28T07:25:09.181Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-28T07:25:09.181Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T07:25:09.181Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T07:25:09.182Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T07:25:09.182Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-11-28T07:25:09.182Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-11-28T07:25:09.183Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-11-28T07:25:09.183Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-28T07:25:09.183Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T07:25:09.183Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-28T07:25:09.183Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T07:25:09.183Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-28T07:25:09.184Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-28T07:25:09.184Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T07:25:09.184Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-28T07:25:09.184Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-28T07:25:09.185Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T07:25:09.185Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-28T07:25:09.185Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-28T07:25:09.185Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T07:25:09.185Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-28T07:25:09.185Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-28T07:25:09.186Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T07:25:09.186Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-11-28T07:25:09.186Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-11-28T07:25:09.186Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=59467045-631e-4596-bbfd-a39666a191b3
2022-11-28T07:25:09.187Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T07:25:09.187Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T07:25:09.187Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T07:25:09.187Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T07:25:09.187Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T07:25:09.187Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T07:25:09.187Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T07:25:09.188Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T07:25:09.188Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:7ce31443-af5a-4c20-97a3-afda94891b15
Model Version:NULL
Model InvariantUuid:3e51156a-0eb8-4c5d-8c39-0feff5788d99
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:d60a9217-7d3f-413a-a3a4-e3b4e9267471
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a6733cf2-67e7-42da-8a20-6fb010cac3f2
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:490948ae-e850-4706-900c-913cc7008226
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:9100f4a2-21fa-4550-8316-293e174567a2
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:87eccb8d-4a1d-42d1-b3b4-a61a4bb7711b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:6d7fc054-5779-4392-940e-0dd57b160903
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:2eb6dcff-42fe-447c-89c5-6c8d0cb87944
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:59467045-631e-4596-bbfd-a39666a191b3
ModelInvariantUuid:2952be8f-ae7d-4abb-bf22-66950c567d18
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:d9e2f831-beed-44ff-8e3d-1f43c0aeec4f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:bd85f2df-e141-4ab5-8490-7c1651a2bcc4
ModelInvariantUuid:7fab1f61-dbc5-4e6c-a5ca-d3c7e3c62b18
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:1036f279-b7b8-428a-8904-f09e8928ebc9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-28T07:25:09.194Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: bcf8e128-4da6-4bff-9eea-144f912ce999
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-28T07:25:09.198Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||basic_cnf_macro 0
2022-11-28T07:25:09.198Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: bcf8e128-4da6-4bff-9eea-144f912ce999
2022-11-28T07:25:09.198Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 9b8f6e0e-772a-4e68-81b0-5aab7360cfb6 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-11-28T07:25:09.198Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-28T07:25:09.198Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-11-28T07:25:09.268Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-28T07:25:09.269Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 9b8f6e0e-772a-4e68-81b0-5aab7360cfb6 1565
2022-11-28T07:25:09.269Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-11-28T07:25:09.269Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-11-28T07:25:09.269Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-28T07:25:09.269Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T07:25:09.272Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T07:25:09.272Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620309269,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-28T07:25:09.372Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T07:25:09.373Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T07:25:09.373Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T07:25:09.394Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:25:09.394Z||pool-111-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-11-28T07:25:10.273Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "6d7fc054-5779-4392-940e-0dd57b160903",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2eb6dcff-42fe-447c-89c5-6c8d0cb87944",
    "vfModuleModelCustomizationUUID": "0b098ff0-17be-47e0-82b5-a052bb19d04d",
    "isBase": true,
    "artifacts": [
      "d46372b7-d397-4972-8a72-c938fb08b4b4",
      "8b6ad05f-e111-45c4-ac77-4de3afd382cd"
    ],
    "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": "9100f4a2-21fa-4550-8316-293e174567a2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "87eccb8d-4a1d-42d1-b3b4-a61a4bb7711b",
    "vfModuleModelCustomizationUUID": "096c64ef-79e8-4dac-a4aa-0aaa9bddfb91",
    "isBase": false,
    "artifacts": [
      "014cffb8-ce39-4c2e-8a3c-200bbe20368b"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-28T07:25:10.278Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2eb6dcff-42fe-447c-89c5-6c8d0cb87944
VfModuleModelInvariantUUID:6d7fc054-5779-4392-940e-0dd57b160903
VfModuleModelDescription:NULL
Artifacts UUID List:{
d46372b7-d397-4972-8a72-c938fb08b4b4
,
8b6ad05f-e111-45c4-ac77-4de3afd382cd

}
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:87eccb8d-4a1d-42d1-b3b4-a61a4bb7711b
VfModuleModelInvariantUUID:9100f4a2-21fa-4550-8316-293e174567a2
VfModuleModelDescription:NULL
Artifacts UUID List:{
014cffb8-ce39-4c2e-8a3c-200bbe20368b

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

isBase:false


}

2022-11-28T07:25:10.282Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "6d7fc054-5779-4392-940e-0dd57b160903",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2eb6dcff-42fe-447c-89c5-6c8d0cb87944",
    "vfModuleModelCustomizationUUID": "0b098ff0-17be-47e0-82b5-a052bb19d04d",
    "isBase": true,
    "artifacts": [
      "d46372b7-d397-4972-8a72-c938fb08b4b4",
      "8b6ad05f-e111-45c4-ac77-4de3afd382cd"
    ],
    "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": "9100f4a2-21fa-4550-8316-293e174567a2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "87eccb8d-4a1d-42d1-b3b4-a61a4bb7711b",
    "vfModuleModelCustomizationUUID": "096c64ef-79e8-4dac-a4aa-0aaa9bddfb91",
    "isBase": false,
    "artifacts": [
      "014cffb8-ce39-4c2e-8a3c-200bbe20368b"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-28T07:25:10.282Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2eb6dcff-42fe-447c-89c5-6c8d0cb87944
VfModuleModelInvariantUUID:6d7fc054-5779-4392-940e-0dd57b160903
VfModuleModelDescription:NULL
Artifacts UUID List:{
d46372b7-d397-4972-8a72-c938fb08b4b4
,
8b6ad05f-e111-45c4-ac77-4de3afd382cd

}
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:87eccb8d-4a1d-42d1-b3b4-a61a4bb7711b
VfModuleModelInvariantUUID:9100f4a2-21fa-4550-8316-293e174567a2
VfModuleModelDescription:NULL
Artifacts UUID List:{
014cffb8-ce39-4c2e-8a3c-200bbe20368b

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

isBase:false


}

2022-11-28T07:25:10.282Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d46372b7-d397-4972-8a72-c938fb08b4b4 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-11-28T07:25:10.283Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-28T07:25:10.283Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-11-28T07:25:10.347Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-28T07:25:10.348Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml d46372b7-d397-4972-8a72-c938fb08b4b4 914
2022-11-28T07:25:10.348Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-11-28T07:25:10.348Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-11-28T07:25:10.349Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-28T07:25:10.349Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T07:25:10.351Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T07:25:10.352Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620310348,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-28T07:25:10.452Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T07:25:10.453Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T07:25:10.453Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T07:25:10.467Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:25:10.468Z||pool-112-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-28T07:25:11.352Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a9acd72b-f061-47fd-ac20-8d9c2409d925 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-11-28T07:25:11.353Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-28T07:25:11.353Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-11-28T07:25:11.417Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-28T07:25:11.417Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env a9acd72b-f061-47fd-ac20-8d9c2409d925 12
2022-11-28T07:25:11.418Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-11-28T07:25:11.418Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-11-28T07:25:11.418Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-28T07:25:11.418Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T07:25:11.420Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T07:25:11.420Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620311418,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-11-28T07:25:11.520Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T07:25:11.521Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T07:25:11.521Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T07:25:11.539Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:25:11.540Z||pool-113-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-28T07:25:12.421Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 8b6ad05f-e111-45c4-ac77-4de3afd382cd from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-11-28T07:25:12.422Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-28T07:25:12.422Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-11-28T07:25:12.484Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-28T07:25:12.485Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 8b6ad05f-e111-45c4-ac77-4de3afd382cd 96
2022-11-28T07:25:12.485Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-11-28T07:25:12.485Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-11-28T07:25:12.485Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-28T07:25:12.485Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T07:25:12.487Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T07:25:12.488Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620312485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-11-28T07:25:12.588Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T07:25:12.589Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T07:25:12.589Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T07:25:12.613Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:25:12.613Z||pool-114-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-11-28T07:25:13.489Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 014cffb8-ce39-4c2e-8a3c-200bbe20368b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-11-28T07:25:13.490Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-28T07:25:13.490Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-11-28T07:25:13.572Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-28T07:25:13.573Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 014cffb8-ce39-4c2e-8a3c-200bbe20368b 20206
2022-11-28T07:25:13.573Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-11-28T07:25:13.573Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-11-28T07:25:13.573Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-28T07:25:13.573Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T07:25:13.575Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T07:25:13.576Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620313573,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-28T07:25:13.676Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T07:25:13.677Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T07:25:13.677Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T07:25:13.689Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:25:13.690Z||pool-115-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-28T07:25:14.581Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 7ce31443-af5a-4c20-97a3-afda94891b15
2022-11-28T07:25:14.581Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 bcf8e128-4da6-4bff-9eea-144f912ce999 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-28T07:25:14.591Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6ce7a54d, org.onap.sdc.toscaparser.api.parameters.Input@67bd5972, org.onap.sdc.toscaparser.api.parameters.Input@16af4d7d, org.onap.sdc.toscaparser.api.parameters.Input@7710c4b6, org.onap.sdc.toscaparser.api.parameters.Input@268cdad4]
2022-11-28T07:25:14.593Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T07:25:14.594Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T07:25:14.594Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-11-28T07:25:14.594Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 490948ae-e850-4706-900c-913cc7008226
2022-11-28T07:25:14.595Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 490948ae-e850-4706-900c-913cc7008226 matches Tosca VF Customization UUID: 490948ae-e850-4706-900c-913cc7008226
2022-11-28T07:25:14.595Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 490948ae-e850-4706-900c-913cc7008226  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-28T07:25:14.598Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T07:25:14.598Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T07:25:14.599Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 490948ae-e850-4706-900c-913cc7008226: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"APACHE\"}
2022-11-28T07:25:14.599Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@361b4c21
2022-11-28T07:25:14.600Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T07:25:14.600Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-28T07:25:14.601Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 096c64ef-79e8-4dac-a4aa-0aaa9bddfb91
2022-11-28T07:25:14.601Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 096c64ef-79e8-4dac-a4aa-0aaa9bddfb91
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-28T07:25:14.605Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T07:25:14.605Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-28T07:25:14.606Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-28T07:25:14.606Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T07:25:14.607Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-28T07:25:14.607Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-28T07:25:14.607Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T07:25:14.608Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-28T07:25:14.608Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=490948ae-e850-4706-900c-913cc7008226
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-28T07:25:14.611Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T07:25:14.611Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T07:25:14.611Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 7ce31443-af5a-4c20-97a3-afda94891b15: basic_cnf_macro
2022-11-28T07:25:14.612Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T07:25:14.612Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T07:25:14.612Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T07:25:14.613Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T07:25:14.613Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T07:25:14.613Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T07:25:14.614Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T07:25:14.614Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T07:25:14.615Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T07:25:14.615Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T07:25:14.615Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-28T07:25:14.664Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro bcf8e128-4da6-4bff-9eea-144f912ce999 2 ASDC deployResourceStructure
2022-11-28T07:25:14.665Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-11-28T07:25:14.665Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-11-28T07:25:14.665Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-28T07:25:14.666Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T07:25:14.668Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T07:25:14.668Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620314665,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-28T07:25:14.769Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T07:25:14.770Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T07:25:14.770Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T07:25:14.788Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:25:14.789Z||pool-116-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-28T07:25:15.669Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-11-28T07:25:15.670Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-11-28T07:25:15.670Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-28T07:25:15.670Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T07:25:15.672Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T07:25:15.672Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620315669,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-11-28T07:25:15.773Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T07:25:15.774Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T07:25:15.774Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T07:25:15.790Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:25:15.790Z||pool-117-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-28T07:25:16.673Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-11-28T07:25:16.674Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2022-11-28T07:25:16.674Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-28T07:25:16.674Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T07:25:16.676Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T07:25:16.676Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620316673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-11-28T07:25:16.776Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T07:25:16.777Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T07:25:16.777Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T07:25:16.790Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:25:16.790Z||pool-118-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-28T07:25:17.677Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-11-28T07:25:17.678Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-11-28T07:25:17.678Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-28T07:25:17.678Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T07:25:17.681Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T07:25:17.681Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620317677,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-11-28T07:25:17.781Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T07:25:17.782Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T07:25:17.782Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T07:25:17.798Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:25:17.798Z||pool-119-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-28T07:25:18.682Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-11-28T07:25:18.683Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2022-11-28T07:25:18.683Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-28T07:25:18.684Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T07:25:18.686Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T07:25:18.686Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620318682,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-11-28T07:25:18.786Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T07:25:18.787Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T07:25:18.787Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T07:25:18.810Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:25:18.811Z||pool-120-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-11-28T07:25:19.699Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-11-28T07:25:19.699Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-11-28T07:25:19.699Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-28T07:25:19.699Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T07:25:19.701Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T07:25:19.702Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620319699,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-28T07:25:19.802Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T07:25:19.802Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T07:25:19.803Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T07:25:19.828Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:25:19.828Z||pool-121-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-11-28T07:25:20.704Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e60df53-cb74-4eb7-bc45-0504f52b53bd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-28T07:25:20.734Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e60df53-cb74-4eb7-bc45-0504f52b53bd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-28T07:25:20.736Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-28T07:25:20.737Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-28T07:25:20.737Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-28T07:25:20.737Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-28T07:25:20.737Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-28T07:25:20.737Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-28T07:25:20.737Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-28T07:25:20.737Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-28T07:25:20.737Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-28T07:25:20.737Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-28T07:25:20.743Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-28T07:25:50.743Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9e60df53-cb74-4eb7-bc45-0504f52b53bd and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-28T07:25:50.764Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9e60df53-cb74-4eb7-bc45-0504f52b53bd and serviceModelVersionId: 7ce31443-af5a-4c20-97a3-afda94891b15
2022-11-28T07:25:50.765Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3e51156a-0eb8-4c5d-8c39-0feff5788d99
2022-11-28T07:25:50.766Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3e51156a-0eb8-4c5d-8c39-0feff5788d99/model-vers/model-ver/7ce31443-af5a-4c20-97a3-afda94891b15?depth=0
2022-11-28T07:25:50.773Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-11-28T07:25:50.823Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e51156a-0eb8-4c5d-8c39-0feff5788d99/model-vers/model-ver/7ce31443-af5a-4c20-97a3-afda94891b15?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-11-28T07:25:50.825Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e51156a-0eb8-4c5d-8c39-0feff5788d99/model-vers/model-ver/7ce31443-af5a-4c20-97a3-afda94891b15?depth=0|INFO|500||Invoke
2022-11-28T07:25:50.846Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e51156a-0eb8-4c5d-8c39-0feff5788d99/model-vers/model-ver/7ce31443-af5a-4c20-97a3-afda94891b15?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-28T07:25:50.970Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e51156a-0eb8-4c5d-8c39-0feff5788d99/model-vers/model-ver/7ce31443-af5a-4c20-97a3-afda94891b15?depth=0|INFO|500||InvokeReturn
2022-11-28T07:25:50.971Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e51156a-0eb8-4c5d-8c39-0feff5788d99/model-vers/model-ver/7ce31443-af5a-4c20-97a3-afda94891b15?depth=0 has http status code:200 and response headers:{date=[Mon, 28 Nov 2022 07:25:50 GMT], content-length=[0], vertex-id=[221432], x-aai-txid=[0-aai-resources-221128-07:25:50:953-59738], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-28T07:25:50.971Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-11-28T07:25:50.972Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-28T07:25:50.972Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-28T07:25:50.981Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-28T07:25:50.981Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9e60df53-cb74-4eb7-bc45-0504f52b53bd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-28T07:25:50.982Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-28T07:25:50.982Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T07:25:50.985Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T07:25:50.985Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620350982,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-28T07:25:51.085Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T07:25:51.087Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T07:25:51.087Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T07:25:51.112Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:25:51.113Z||pool-122-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-28T07:25:52.028Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-28T07:25:52.029Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"5144b653-43f0-45ec-aadb-f8897c98c39e","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"656636db-a8cb-4c01-b7a0-15104af1e4f4","serviceDescription":"service","serviceInvariantUUID":"e88ed50e-d45e-44c0-8650-b1e6e5270ba4","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0f0a4da5-baa7-420f-87b4-2e00d6f404fc","resourceInvariantUUID":"3437652c-164a-41cf-99f7-0052b3b28774","resourceCustomizationUUID":"dd9fb99b-40c1-484b-9b35-5ddbf1f77e50","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":"MjY3MjlkYzU3ZDQ4NTA5MjlkYzI1YjA4NGQ2N2ExN2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d956f643-7718-48a6-9f25-b952513af6ae","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":"MDNlNTdmM2JlZmM0Yzg2MTgxMTMwMjA5NTc0ZWI0ODA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e417c64a-230e-412a-a7b8-447a66eebabd","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":"ab0a9f8a-239b-4164-a879-b2512619cec9","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":"a88d608d-653b-4b69-af7b-a0ff71693afa","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":"4092b2ff-04a4-4a09-bd92-68be52bae26c","artifactVersion":"2","generatedFromUUID":"ab0a9f8a-239b-4164-a879-b2512619cec9"},{"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":"NWFhZGQyNmE3NTRkN2Q2Zjk0YTUxYmNlOWM0NTJlZWU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"37eb69bb-37d5-47a3-8005-a9c5316d4c23","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":"OTM5NTY4NjQyNmQwMjg1ZmQxN2FjMWM2MzhkNjVhODI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"40540128-b914-44ad-ad06-c0dc430ef5e3","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZWJlOGU3MTdmMDQxOTM1Y2M3Y2NhMDZkZDlhNDM1MzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9ea32531-72c0-4f74-b62c-eb0dc255d36c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-28T07:25:52.029Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T07:25:52.030Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T07:25:52.034Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T07:25:52.034Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620295911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:25:52.134Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T07:25:52.135Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T07:25:52.135Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T07:25:52.164Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:25:52.165Z||pool-123-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-11-28T07:25:53.035Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T07:25:53.035Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T07:25:53.037Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T07:25:53.038Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620295911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-28T07:25:53.138Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T07:25:53.139Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T07:25:53.139Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T07:25:53.191Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:25:53.192Z||pool-124-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":0,"count":1}
2022-11-28T07:25:54.038Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T07:25:54.039Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T07:25:54.041Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T07:25:54.041Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620295911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-28T07:25:54.142Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-28T07:25:54.143Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T07:25:54.143Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T07:25:54.159Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:25:54.160Z||pool-125-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-11-28T07:25:55.042Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T07:25:55.044Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T07:25:55.047Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T07:25:55.047Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620295911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:25:55.147Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T07:25:55.148Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T07:25:55.148Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T07:25:55.163Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:25:55.164Z||pool-126-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":2,"count":1}
2022-11-28T07:25:55.917Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:25:55.918Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:25:55.918Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:25:56.048Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T07:25:56.049Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T07:25:56.050Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:25:56.050Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:25:56.050Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620295911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:25:56.051Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:25:56.052Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T07:25:56.052Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620295911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-28T07:25:56.152Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-28T07:25:56.153Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T07:25:56.153Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T07:25:56.170Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:25:56.171Z||pool-127-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-11-28T07:25:57.053Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T07:25:57.054Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T07:25:57.057Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T07:25:57.057Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620295911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:25:57.157Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T07:25:57.158Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T07:25:57.159Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T07:25:57.176Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:25:57.176Z||pool-128-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-28T07:25:58.058Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T07:25:58.059Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T07:25:58.062Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T07:25:58.062Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620295911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:25:58.162Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T07:25:58.163Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T07:25:58.163Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T07:25:58.202Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:25:58.203Z||pool-129-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-11-28T07:25:59.063Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T07:25:59.064Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T07:25:59.065Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T07:25:59.066Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620295911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-28T07:25:59.166Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T07:25:59.168Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T07:25:59.168Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T07:25:59.186Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:25:59.187Z||pool-130-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-28T07:26:00.067Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "656636db-a8cb-4c01-b7a0-15104af1e4f4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e88ed50e-d45e-44c0-8650-b1e6e5270ba4",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "dd9fb99b-40c1-484b-9b35-5ddbf1f77e50",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "0f0a4da5-baa7-420f-87b4-2e00d6f404fc",
      "resourceInvariantUUID": "3437652c-164a-41cf-99f7-0052b3b28774",
      "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": "MDNlNTdmM2JlZmM0Yzg2MTgxMTMwMjA5NTc0ZWI0ODA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e417c64a-230e-412a-a7b8-447a66eebabd",
          "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": "ab0a9f8a-239b-4164-a879-b2512619cec9",
          "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": "4092b2ff-04a4-4a09-bd92-68be52bae26c",
            "generatedFromUUID": "ab0a9f8a-239b-4164-a879-b2512619cec9"
          },
          "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": "4092b2ff-04a4-4a09-bd92-68be52bae26c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ZWJlOGU3MTdmMDQxOTM1Y2M3Y2NhMDZkZDlhNDM1MzM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9ea32531-72c0-4f74-b62c-eb0dc255d36c"
    }
  ],
  "workloadContext": "Production"
}
2022-11-28T07:26:00.067Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-28T07:26:00.067Z|9e60df53-cb74-4eb7-bc45-0504f52b53bd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 656636db-a8cb-4c01-b7a0-15104af1e4f4 ASDC
2022-11-28T07:26:00.068Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:5144b653-43f0-45ec-aadb-f8897c98c39e
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:656636db-a8cb-4c01-b7a0-15104af1e4f4
ServiceInvariantUUID:e88ed50e-d45e-44c0-8650-b1e6e5270ba4
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:9ea32531-72c0-4f74-b62c-eb0dc255d36c
ArtifactChecksum:ZWJlOGU3MTdmMDQxOTM1Y2M3Y2NhMDZkZDlhNDM1MzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:dd9fb99b-40c1-484b-9b35-5ddbf1f77e50
ResourceInvariantUUID:3437652c-164a-41cf-99f7-0052b3b28774
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:0f0a4da5-baa7-420f-87b4-2e00d6f404fc
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:e417c64a-230e-412a-a7b8-447a66eebabd
ArtifactChecksum:MDNlNTdmM2JlZmM0Yzg2MTgxMTMwMjA5NTc0ZWI0ODA=
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:ab0a9f8a-239b-4164-a879-b2512619cec9
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:4092b2ff-04a4-4a09-bd92-68be52bae26c
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:4092b2ff-04a4-4a09-bd92-68be52bae26c
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-28T07:26:00.068Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 656636db-a8cb-4c01-b7a0-15104af1e4f4 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-28T07:26:00.111Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-28T07:26:00.112Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-28T07:26:00.112Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-28T07:26:00.112Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 9ea32531-72c0-4f74-b62c-eb0dc255d36c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-11-28T07:26:00.112Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-28T07:26:00.113Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-11-28T07:26:00.184Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-28T07:26:00.188Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 9ea32531-72c0-4f74-b62c-eb0dc255d36c 83018
2022-11-28T07:26:00.189Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-11-28T07:26:00.189Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-11-28T07:26:00.189Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-28T07:26:00.189Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T07:26:00.191Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T07:26:00.191Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620360189,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-28T07:26:00.291Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T07:26:00.292Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T07:26:00.293Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T07:26:00.328Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:26:00.329Z||pool-131-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-11-28T07:26:01.195Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-28T07:26:01.196Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-28T07:26:01.197Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 9ea32531-72c0-4f74-b62c-eb0dc255d36c, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-28T07:26:01.197Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-11-28T07:26:01.197Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-28T07:26:01.198Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-28T07:26:01.322Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13821437455628901346/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-11-28T07:26:02.640Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-28T07:26:02.640Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-28T07:26:02.641Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-28T07:26:02.641Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-28T07:26:02.641Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-28T07:26:02.641Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-28T07:26:02.641Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-28T07:26:02.642Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-28T07:26:02.642Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-28T07:26:02.642Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-28T07:26:02.642Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-28T07:26:02.642Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-28T07:26:02.642Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T07:26:02.643Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T07:26:02.643Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-28T07:26:02.643Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-28T07:26:02.643Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-28T07:26:02.644Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T07:26:02.644Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T07:26:02.644Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-28T07:26:02.644Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-28T07:26:02.644Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-28T07:26:02.645Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T07:26:02.645Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T07:26:02.645Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T07:26:02.645Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-11-28T07:26:02.645Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-11-28T07:26:02.646Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-11-28T07:26:02.646Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-11-28T07:26:02.646Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-28T07:26:02.646Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-28T07:26:02.646Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T07:26:02.647Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-28T07:26:02.647Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T07:26:02.647Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-28T07:26:02.647Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-28T07:26:02.648Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T07:26:02.648Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-28T07:26:02.648Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-28T07:26:02.648Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T07:26:02.648Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-28T07:26:02.649Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-28T07:26:02.649Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T07:26:02.649Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-11-28T07:26:02.650Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-28T07:26:02.650Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-28T07:26:02.650Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=da4c14a9-e346-4a39-8d54-c84ca86efe6a
2022-11-28T07:26:02.650Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T07:26:02.650Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T07:26:02.651Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T07:26:02.651Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T07:26:02.651Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T07:26:02.651Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T07:26:02.651Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T07:26:02.652Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T07:26:02.652Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:656636db-a8cb-4c01-b7a0-15104af1e4f4
Model Version:NULL
Model InvariantUuid:e88ed50e-d45e-44c0-8650-b1e6e5270ba4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:5a9ac2e7-fb46-4231-849f-19f26db288dc
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3437652c-164a-41cf-99f7-0052b3b28774
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:dd9fb99b-40c1-484b-9b35-5ddbf1f77e50
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:7ef422b4-b756-4438-ba48-dd8e328011b7
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:50e83904-562f-4eb8-a053-5e7b33d3469d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:da4c14a9-e346-4a39-8d54-c84ca86efe6a
ModelInvariantUuid:fb3f006e-e64f-47d3-ac41-9a412628b843
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:2c49c146-52f3-4fbd-8151-1cc61f2da3f9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:ffff4a17-28be-41b8-a343-c485777b01c2
ModelInvariantUuid:98544699-f004-4572-b29b-138936dcc967
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:cfab5e25-a839-4b88-97cc-96447f2fc55c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-28T07:26:02.657Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 0f0a4da5-baa7-420f-87b4-2e00d6f404fc
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-28T07:26:02.661Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||INFO|500||basic_vm_macro 0
2022-11-28T07:26:02.662Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0f0a4da5-baa7-420f-87b4-2e00d6f404fc
2022-11-28T07:26:02.662Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e417c64a-230e-412a-a7b8-447a66eebabd from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-11-28T07:26:02.662Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-28T07:26:02.663Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-11-28T07:26:02.720Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-28T07:26:02.720Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json e417c64a-230e-412a-a7b8-447a66eebabd 792
2022-11-28T07:26:02.721Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-11-28T07:26:02.721Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-11-28T07:26:02.721Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-28T07:26:02.721Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T07:26:02.723Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T07:26:02.723Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620362721,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-28T07:26:02.823Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T07:26:02.824Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T07:26:02.825Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T07:26:02.838Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:26:02.838Z||pool-132-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-28T07:26:03.724Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "7ef422b4-b756-4438-ba48-dd8e328011b7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "50e83904-562f-4eb8-a053-5e7b33d3469d",
    "vfModuleModelCustomizationUUID": "68d58d9a-004d-468f-9888-8c31e510b800",
    "isBase": true,
    "artifacts": [
      "ab0a9f8a-239b-4164-a879-b2512619cec9",
      "4092b2ff-04a4-4a09-bd92-68be52bae26c"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-28T07:26:03.728Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:50e83904-562f-4eb8-a053-5e7b33d3469d
VfModuleModelInvariantUUID:7ef422b4-b756-4438-ba48-dd8e328011b7
VfModuleModelDescription:NULL
Artifacts UUID List:{
ab0a9f8a-239b-4164-a879-b2512619cec9
,
4092b2ff-04a4-4a09-bd92-68be52bae26c

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

isBase:true


}

2022-11-28T07:26:03.731Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "7ef422b4-b756-4438-ba48-dd8e328011b7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "50e83904-562f-4eb8-a053-5e7b33d3469d",
    "vfModuleModelCustomizationUUID": "68d58d9a-004d-468f-9888-8c31e510b800",
    "isBase": true,
    "artifacts": [
      "ab0a9f8a-239b-4164-a879-b2512619cec9",
      "4092b2ff-04a4-4a09-bd92-68be52bae26c"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-28T07:26:03.732Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:50e83904-562f-4eb8-a053-5e7b33d3469d
VfModuleModelInvariantUUID:7ef422b4-b756-4438-ba48-dd8e328011b7
VfModuleModelDescription:NULL
Artifacts UUID List:{
ab0a9f8a-239b-4164-a879-b2512619cec9
,
4092b2ff-04a4-4a09-bd92-68be52bae26c

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

isBase:true


}

2022-11-28T07:26:03.732Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ab0a9f8a-239b-4164-a879-b2512619cec9 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-11-28T07:26:03.732Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-28T07:26:03.732Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-11-28T07:26:03.792Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-28T07:26:03.792Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ab0a9f8a-239b-4164-a879-b2512619cec9 5033
2022-11-28T07:26:03.793Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-11-28T07:26:03.793Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-11-28T07:26:03.793Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-28T07:26:03.793Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T07:26:03.795Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T07:26:03.795Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620363793,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-28T07:26:03.896Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T07:26:03.897Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T07:26:03.897Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T07:26:03.922Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:26:03.923Z||pool-133-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-11-28T07:26:04.796Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 4092b2ff-04a4-4a09-bd92-68be52bae26c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-11-28T07:26:04.797Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-28T07:26:04.797Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-11-28T07:26:04.852Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-28T07:26:04.852Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 4092b2ff-04a4-4a09-bd92-68be52bae26c 903
2022-11-28T07:26:04.853Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-11-28T07:26:04.853Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-11-28T07:26:04.853Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-28T07:26:04.853Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T07:26:04.855Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T07:26:04.856Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620364853,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-28T07:26:04.955Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-28T07:26:04.956Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T07:26:04.956Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T07:26:05.003Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:26:05.004Z||pool-134-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-11-28T07:26:05.856Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 656636db-a8cb-4c01-b7a0-15104af1e4f4
2022-11-28T07:26:05.857Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 0f0a4da5-baa7-420f-87b4-2e00d6f404fc ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-28T07:26:05.872Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4f4efb4c, org.onap.sdc.toscaparser.api.parameters.Input@7a978986, org.onap.sdc.toscaparser.api.parameters.Input@52fbbbd0, org.onap.sdc.toscaparser.api.parameters.Input@b28bea, org.onap.sdc.toscaparser.api.parameters.Input@389e842b]
2022-11-28T07:26:05.873Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T07:26:05.874Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T07:26:05.874Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-11-28T07:26:05.874Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= dd9fb99b-40c1-484b-9b35-5ddbf1f77e50
2022-11-28T07:26:05.874Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: dd9fb99b-40c1-484b-9b35-5ddbf1f77e50 matches Tosca VF Customization UUID: dd9fb99b-40c1-484b-9b35-5ddbf1f77e50
2022-11-28T07:26:05.874Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: dd9fb99b-40c1-484b-9b35-5ddbf1f77e50  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-28T07:26:05.876Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T07:26:05.876Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T07:26:05.877Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id dd9fb99b-40c1-484b-9b35-5ddbf1f77e50: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"ubuntu20\"}
2022-11-28T07:26:05.877Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@65d0c828
2022-11-28T07:26:05.877Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T07:26:05.877Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-28T07:26:05.877Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 68d58d9a-004d-468f-9888-8c31e510b800
2022-11-28T07:26:05.877Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 68d58d9a-004d-468f-9888-8c31e510b800
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-28T07:26:05.879Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T07:26:05.879Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-28T07:26:05.879Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-28T07:26:05.879Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T07:26:05.879Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-28T07:26:05.879Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-28T07:26:05.880Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T07:26:05.880Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-11-28T07:26:05.880Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-28T07:26:05.880Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-28T07:26:05.880Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=da4c14a9-e346-4a39-8d54-c84ca86efe6a
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-28T07:26:05.882Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T07:26:05.882Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-28T07:26:05.882Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-28T07:26:05.882Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T07:26:05.882Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-28T07:26:05.882Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=dd9fb99b-40c1-484b-9b35-5ddbf1f77e50
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-28T07:26:05.883Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T07:26:05.884Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T07:26:05.884Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 656636db-a8cb-4c01-b7a0-15104af1e4f4: basic_vm_macro
2022-11-28T07:26:05.884Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T07:26:05.884Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T07:26:05.884Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T07:26:05.884Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T07:26:05.884Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T07:26:05.884Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T07:26:05.885Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T07:26:05.885Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T07:26:05.885Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T07:26:05.885Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T07:26:05.885Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-28T07:26:05.953Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 0f0a4da5-baa7-420f-87b4-2e00d6f404fc 1 ASDC deployResourceStructure
2022-11-28T07:26:05.953Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-11-28T07:26:05.954Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-11-28T07:26:05.954Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-28T07:26:05.954Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T07:26:05.956Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T07:26:05.956Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620365953,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-28T07:26:06.056Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T07:26:06.057Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T07:26:06.058Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T07:26:06.080Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:26:06.080Z||pool-135-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-11-28T07:26:06.957Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-11-28T07:26:06.958Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-11-28T07:26:06.958Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-28T07:26:06.958Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T07:26:06.960Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T07:26:06.960Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620366957,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-28T07:26:07.060Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T07:26:07.061Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T07:26:07.062Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T07:26:07.078Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:26:07.079Z||pool-136-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-28T07:26:07.961Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-11-28T07:26:07.962Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-11-28T07:26:07.962Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-28T07:26:07.962Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T07:26:07.964Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T07:26:07.964Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620367961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-28T07:26:08.065Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T07:26:08.066Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T07:26:08.066Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T07:26:08.088Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:26:08.089Z||pool-137-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-11-28T07:26:08.965Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-11-28T07:26:08.966Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-11-28T07:26:08.966Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-28T07:26:08.966Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T07:26:08.968Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T07:26:08.968Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620368965,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-28T07:26:09.068Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T07:26:09.069Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T07:26:09.069Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T07:26:09.085Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:26:09.085Z||pool-138-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-28T07:26:09.969Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5144b653-43f0-45ec-aadb-f8897c98c39e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-28T07:26:09.989Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5144b653-43f0-45ec-aadb-f8897c98c39e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-28T07:26:09.992Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-28T07:26:09.992Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-28T07:26:09.993Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-28T07:26:39.993Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5144b653-43f0-45ec-aadb-f8897c98c39e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-28T07:26:40.004Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5144b653-43f0-45ec-aadb-f8897c98c39e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-28T07:26:40.006Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-28T07:26:40.006Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-28T07:26:40.006Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-28T07:26:55.917Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:26:55.918Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:26:55.918Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:26:55.938Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:26:55.984Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:55.984Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620295911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-28T07:26:55.985Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:26:55.985Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:55.986Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "aai-ml",
  "timestamp": 1669620298263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:26:55.986Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:26:55.986Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:55.986Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620295911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-11-28T07:26:55.987Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:26:55.987Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:55.987Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669620298940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:26:55.987Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:26:55.987Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:55.988Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "aai-ml",
  "timestamp": 1669620298263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:26:55.988Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:26:55.988Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:55.988Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620295911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:26:55.988Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:26:55.989Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:55.989Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669620298940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-28T07:26:55.989Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:26:55.989Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:55.990Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "aai-ml",
  "timestamp": 1669620298263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:26:55.990Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:26:55.990Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:55.990Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620295911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-11-28T07:26:55.991Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:26:55.991Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:55.991Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669620298940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-28T07:26:55.991Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:26:55.991Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:55.992Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "aai-ml",
  "timestamp": 1669620298263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:26:55.992Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:26:55.992Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:55.992Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620295911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-11-28T07:26:55.993Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:26:55.993Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:55.993Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669620298940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:26:55.993Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:26:55.994Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:55.994Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "aai-ml",
  "timestamp": 1669620298263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:26:55.994Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:26:55.995Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:55.995Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620295911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-11-28T07:26:55.995Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:26:55.995Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:55.995Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669620298940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-28T07:26:55.996Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:26:55.996Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:55.996Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "aai-ml",
  "timestamp": 1669620298263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:26:55.997Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:26:55.997Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:55.997Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620295911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:26:55.997Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:26:55.997Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:55.998Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669620298940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:26:55.998Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:26:55.998Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:55.998Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "aai-ml",
  "timestamp": 1669620298263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:26:55.999Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:26:55.999Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:55.999Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620295911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:26:55.999Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:26:56.000Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.000Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669620298940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:26:56.000Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:26:56.000Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.000Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "aai-ml",
  "timestamp": 1669620298263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-28T07:26:56.001Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:26:56.001Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.001Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620295911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-28T07:26:56.001Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:26:56.002Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.002Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669620298940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-28T07:26:56.002Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:26:56.002Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.002Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "aai-ml",
  "timestamp": 1669620307035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-28T07:26:56.003Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T07:26:56.003Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.003Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620306797,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-28T07:26:56.003Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T07:26:56.004Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.004Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669620307743,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-28T07:26:56.004Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T07:26:56.004Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.004Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669620307602,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:26:56.005Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:26:56.005Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.005Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669620308822,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-28T07:26:56.005Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T07:26:56.006Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.006Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669620307602,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:26:56.006Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:26:56.006Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.007Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620309269,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-28T07:26:56.007Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T07:26:56.007Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.007Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669620309877,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-28T07:26:56.008Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T07:26:56.008Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.008Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669620307602,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:26:56.009Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:26:56.009Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.009Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620310348,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-28T07:26:56.009Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T07:26:56.010Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.010Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669620310915,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-28T07:26:56.022Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5144b653-43f0-45ec-aadb-f8897c98c39e
2022-11-28T07:26:56.022Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5144b653-43f0-45ec-aadb-f8897c98c39e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-28T07:26:56.034Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.034Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669620307602,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:26:56.035Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:26:56.035Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.035Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620311418,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-11-28T07:26:56.035Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T07:26:56.035Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.035Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669620311929,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-28T07:26:56.036Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T07:26:56.036Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.036Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669620307602,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:26:56.036Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:26:56.036Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.037Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620312485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-11-28T07:26:56.037Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T07:26:56.037Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.037Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669620307602,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:26:56.037Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:26:56.037Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.038Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "aai-ml",
  "timestamp": 1669620313405,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-28T07:26:56.038Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T07:26:56.038Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.038Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db29b42-aadc-43f5-92fa-844c1d238210",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669620306757,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:26:56.039Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:26:56.039Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.039Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db29b42-aadc-43f5-92fa-844c1d238210",
  "consumerID": "cds",
  "timestamp": 1669620307737,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:26:56.040Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:26:56.040Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.040Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620313573,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-28T07:26:56.040Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T07:26:56.041Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.041Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669620307602,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:26:56.041Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:26:56.042Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.042Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "aai-ml",
  "timestamp": 1669620314410,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-28T07:26:56.048Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5144b653-43f0-45ec-aadb-f8897c98c39e
2022-11-28T07:26:56.048Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5144b653-43f0-45ec-aadb-f8897c98c39e and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-28T07:26:56.060Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.060Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db29b42-aadc-43f5-92fa-844c1d238210",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669620306757,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:26:56.060Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:26:56.061Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.061Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db29b42-aadc-43f5-92fa-844c1d238210",
  "consumerID": "cds",
  "timestamp": 1669620307737,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:26:56.061Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:26:56.061Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.061Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620314665,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-28T07:26:56.062Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T07:26:56.062Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.062Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669620307602,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-28T07:26:56.062Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:26:56.062Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.062Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db29b42-aadc-43f5-92fa-844c1d238210",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669620306757,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:26:56.062Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:26:56.062Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.063Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db29b42-aadc-43f5-92fa-844c1d238210",
  "consumerID": "cds",
  "timestamp": 1669620307737,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:26:56.063Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:26:56.063Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.063Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620315669,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-11-28T07:26:56.063Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T07:26:56.063Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.063Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669620316361,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-28T07:26:56.063Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T07:26:56.063Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.063Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db29b42-aadc-43f5-92fa-844c1d238210",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669620306757,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:26:56.064Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:26:56.064Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.064Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db29b42-aadc-43f5-92fa-844c1d238210",
  "consumerID": "cds",
  "timestamp": 1669620307737,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:26:56.064Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:26:56.065Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.065Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620316673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-11-28T07:26:56.065Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T07:26:56.065Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.065Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db29b42-aadc-43f5-92fa-844c1d238210",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669620306757,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:26:56.065Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:26:56.065Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.065Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db29b42-aadc-43f5-92fa-844c1d238210",
  "consumerID": "cds",
  "timestamp": 1669620307737,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:26:56.066Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:26:56.066Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.066Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620317677,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-11-28T07:26:56.066Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T07:26:56.066Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.066Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db29b42-aadc-43f5-92fa-844c1d238210",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669620306757,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:26:56.066Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:26:56.066Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.066Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db29b42-aadc-43f5-92fa-844c1d238210",
  "consumerID": "cds",
  "timestamp": 1669620307737,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:26:56.067Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:26:56.067Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.067Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620318682,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-11-28T07:26:56.067Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T07:26:56.067Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.067Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669620319216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-28T07:26:56.067Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T07:26:56.067Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.067Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db29b42-aadc-43f5-92fa-844c1d238210",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669620306757,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-11-28T07:26:56.068Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:26:56.068Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.068Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db29b42-aadc-43f5-92fa-844c1d238210",
  "consumerID": "cds",
  "timestamp": 1669620307737,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:26:56.068Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:26:56.068Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.068Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db29b42-aadc-43f5-92fa-844c1d238210",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669620318940,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:26:56.068Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:26:56.068Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.068Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620319699,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-28T07:26:56.069Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T07:26:56.069Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.069Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669620320226,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-28T07:26:56.076Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5144b653-43f0-45ec-aadb-f8897c98c39e
2022-11-28T07:26:56.077Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5144b653-43f0-45ec-aadb-f8897c98c39e and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-28T07:26:56.087Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.088Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db29b42-aadc-43f5-92fa-844c1d238210",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669620306757,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:26:56.088Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:26:56.088Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.088Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db29b42-aadc-43f5-92fa-844c1d238210",
  "consumerID": "cds",
  "timestamp": 1669620307737,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:26:56.088Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:26:56.088Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.089Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db29b42-aadc-43f5-92fa-844c1d238210",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669620318940,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:26:56.089Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:26:56.089Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.089Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db29b42-aadc-43f5-92fa-844c1d238210",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669620306757,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:26:56.089Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:26:56.089Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.089Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db29b42-aadc-43f5-92fa-844c1d238210",
  "consumerID": "cds",
  "timestamp": 1669620307737,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-28T07:26:56.089Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:26:56.090Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.090Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db29b42-aadc-43f5-92fa-844c1d238210",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669620318940,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:26:56.090Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:26:56.090Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.090Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db29b42-aadc-43f5-92fa-844c1d238210",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669620318940,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:26:56.090Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:26:56.090Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.090Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db29b42-aadc-43f5-92fa-844c1d238210",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669620322810,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-28T07:26:56.090Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T07:26:56.090Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.090Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db29b42-aadc-43f5-92fa-844c1d238210",
  "consumerID": "cds",
  "timestamp": 1669620323211,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-28T07:26:56.091Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T07:26:56.091Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.091Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db29b42-aadc-43f5-92fa-844c1d238210",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669620318940,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:26:56.091Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:26:56.091Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.091Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db29b42-aadc-43f5-92fa-844c1d238210",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669620323904,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-11-28T07:26:56.092Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T07:26:56.092Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.092Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db29b42-aadc-43f5-92fa-844c1d238210",
  "consumerID": "cds",
  "timestamp": 1669620324629,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-28T07:26:56.106Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5db29b42-aadc-43f5-92fa-844c1d238210
2022-11-28T07:26:56.106Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5db29b42-aadc-43f5-92fa-844c1d238210 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-28T07:26:56.116Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.116Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db29b42-aadc-43f5-92fa-844c1d238210",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669620318940,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:26:56.117Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:26:56.117Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.117Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db29b42-aadc-43f5-92fa-844c1d238210",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669620324907,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-28T07:26:56.124Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 5db29b42-aadc-43f5-92fa-844c1d238210
2022-11-28T07:26:56.125Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5db29b42-aadc-43f5-92fa-844c1d238210 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-28T07:26:56.139Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.139Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db29b42-aadc-43f5-92fa-844c1d238210",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669620318940,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:26:56.139Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:26:56.139Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.139Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db29b42-aadc-43f5-92fa-844c1d238210",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669620318940,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:26:56.139Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:26:56.139Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.140Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db29b42-aadc-43f5-92fa-844c1d238210",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669620318940,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-28T07:26:56.140Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:26:56.140Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.140Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db29b42-aadc-43f5-92fa-844c1d238210",
  "consumerID": "aai-ml",
  "timestamp": 1669620328264,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:26:56.140Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:26:56.140Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.140Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db29b42-aadc-43f5-92fa-844c1d238210",
  "consumerID": "aai-ml",
  "timestamp": 1669620328264,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:26:56.140Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:26:56.140Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.140Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db29b42-aadc-43f5-92fa-844c1d238210",
  "consumerID": "aai-ml",
  "timestamp": 1669620328264,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:26:56.140Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:26:56.140Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.141Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db29b42-aadc-43f5-92fa-844c1d238210",
  "consumerID": "aai-ml",
  "timestamp": 1669620328264,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:26:56.141Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:26:56.141Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.141Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db29b42-aadc-43f5-92fa-844c1d238210",
  "consumerID": "aai-ml",
  "timestamp": 1669620328264,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:26:56.141Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:26:56.141Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.141Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db29b42-aadc-43f5-92fa-844c1d238210",
  "consumerID": "aai-ml",
  "timestamp": 1669620328264,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:26:56.141Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:26:56.141Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.141Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db29b42-aadc-43f5-92fa-844c1d238210",
  "consumerID": "aai-ml",
  "timestamp": 1669620328264,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:26:56.141Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:26:56.142Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.142Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db29b42-aadc-43f5-92fa-844c1d238210",
  "consumerID": "aai-ml",
  "timestamp": 1669620328264,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:26:56.142Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:26:56.142Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.142Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db29b42-aadc-43f5-92fa-844c1d238210",
  "consumerID": "aai-ml",
  "timestamp": 1669620328264,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-28T07:26:56.142Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:26:56.142Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.142Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db29b42-aadc-43f5-92fa-844c1d238210",
  "consumerID": "aai-ml",
  "timestamp": 1669620338099,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-28T07:26:56.143Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T07:26:56.143Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.143Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db29b42-aadc-43f5-92fa-844c1d238210",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669620337602,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:26:56.143Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:26:56.143Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.143Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db29b42-aadc-43f5-92fa-844c1d238210",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669620337602,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:26:56.143Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:26:56.143Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.143Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db29b42-aadc-43f5-92fa-844c1d238210",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669620337602,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:26:56.143Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:26:56.143Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.143Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db29b42-aadc-43f5-92fa-844c1d238210",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669620337602,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:26:56.143Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:26:56.144Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.144Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db29b42-aadc-43f5-92fa-844c1d238210",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669620337602,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:26:56.144Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:26:56.144Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.144Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db29b42-aadc-43f5-92fa-844c1d238210",
  "consumerID": "aai-ml",
  "timestamp": 1669620343019,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-28T07:26:56.144Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T07:26:56.144Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.144Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db29b42-aadc-43f5-92fa-844c1d238210",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669620337602,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:26:56.144Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:26:56.144Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.144Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db29b42-aadc-43f5-92fa-844c1d238210",
  "consumerID": "aai-ml",
  "timestamp": 1669620344024,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-28T07:26:56.157Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5db29b42-aadc-43f5-92fa-844c1d238210
2022-11-28T07:26:56.157Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5db29b42-aadc-43f5-92fa-844c1d238210 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-28T07:26:56.168Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.168Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db29b42-aadc-43f5-92fa-844c1d238210",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669620337602,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:26:56.169Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:26:56.169Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.169Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db29b42-aadc-43f5-92fa-844c1d238210",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669620337602,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:26:56.169Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:26:56.169Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.169Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db29b42-aadc-43f5-92fa-844c1d238210",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669620337602,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-28T07:26:56.169Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:26:56.169Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.169Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db29b42-aadc-43f5-92fa-844c1d238210",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669620347453,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-28T07:26:56.169Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T07:26:56.169Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.170Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db29b42-aadc-43f5-92fa-844c1d238210",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669620349649,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-28T07:26:56.170Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T07:26:56.170Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.170Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db29b42-aadc-43f5-92fa-844c1d238210",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669620350653,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-28T07:26:56.175Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5db29b42-aadc-43f5-92fa-844c1d238210
2022-11-28T07:26:56.175Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5db29b42-aadc-43f5-92fa-844c1d238210 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-28T07:26:56.185Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.185Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e60df53-cb74-4eb7-bc45-0504f52b53bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620350982,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-28T07:26:56.186Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T07:26:56.186Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.186Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620295911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:26:56.187Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:26:56.187Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.187Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620295911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-28T07:26:56.187Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:26:56.187Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.187Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620295911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-28T07:26:56.187Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:26:56.187Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:26:56.187Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620295911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:26:56.187Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:27:10.007Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5144b653-43f0-45ec-aadb-f8897c98c39e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-28T07:27:10.021Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5144b653-43f0-45ec-aadb-f8897c98c39e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-28T07:27:10.024Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-28T07:27:10.025Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-28T07:27:10.025Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-28T07:27:10.025Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-28T07:27:10.025Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-28T07:27:10.025Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-28T07:27:10.025Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-28T07:27:10.025Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-28T07:27:10.025Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-28T07:27:10.025Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-28T07:27:10.032Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-28T07:27:40.033Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5144b653-43f0-45ec-aadb-f8897c98c39e and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-28T07:27:40.058Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5144b653-43f0-45ec-aadb-f8897c98c39e and serviceModelVersionId: 656636db-a8cb-4c01-b7a0-15104af1e4f4
2022-11-28T07:27:40.059Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e88ed50e-d45e-44c0-8650-b1e6e5270ba4
2022-11-28T07:27:40.060Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e88ed50e-d45e-44c0-8650-b1e6e5270ba4/model-vers/model-ver/656636db-a8cb-4c01-b7a0-15104af1e4f4?depth=0
2022-11-28T07:27:40.069Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-11-28T07:27:40.115Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e88ed50e-d45e-44c0-8650-b1e6e5270ba4/model-vers/model-ver/656636db-a8cb-4c01-b7a0-15104af1e4f4?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-11-28T07:27:40.117Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e88ed50e-d45e-44c0-8650-b1e6e5270ba4/model-vers/model-ver/656636db-a8cb-4c01-b7a0-15104af1e4f4?depth=0|INFO|500||Invoke
2022-11-28T07:27:40.142Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e88ed50e-d45e-44c0-8650-b1e6e5270ba4/model-vers/model-ver/656636db-a8cb-4c01-b7a0-15104af1e4f4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-28T07:27:40.259Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e88ed50e-d45e-44c0-8650-b1e6e5270ba4/model-vers/model-ver/656636db-a8cb-4c01-b7a0-15104af1e4f4?depth=0|INFO|500||InvokeReturn
2022-11-28T07:27:40.260Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e88ed50e-d45e-44c0-8650-b1e6e5270ba4/model-vers/model-ver/656636db-a8cb-4c01-b7a0-15104af1e4f4?depth=0 has http status code:200 and response headers:{date=[Mon, 28 Nov 2022 07:27:40 GMT], content-length=[0], vertex-id=[258168], x-aai-txid=[2-aai-resources-221128-07:27:40:243-21878], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-28T07:27:40.261Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-11-28T07:27:40.261Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-28T07:27:40.261Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-28T07:27:40.265Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-28T07:27:40.265Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5144b653-43f0-45ec-aadb-f8897c98c39e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-28T07:27:40.265Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-28T07:27:40.266Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T07:27:40.268Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T07:27:40.268Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620460265,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-28T07:27:40.368Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T07:27:40.369Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T07:27:40.370Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T07:27:40.390Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:27:40.391Z||pool-139-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-28T07:27:41.283Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:27:41.284Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:27:41.284Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aFiasHUAbiu9JH6H) ...
2022-11-28T07:27:47.037Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:27:47.038Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-28T07:27:47.038Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"5db29b42-aadc-43f5-92fa-844c1d238210","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"54d591d3-cc78-4791-b30b-5573301be2e7","serviceDescription":"service","serviceInvariantUUID":"e54d1f28-272b-4f68-8047-4c2f925a54c0","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"8be1ace5-df17-4114-8ecf-003fa83e6136","resourceInvariantUUID":"9b6b9832-2c47-4613-b270-7f6007211e60","resourceCustomizationUUID":"c66dc864-404b-4a03-94fe-4f4732d1989f","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":"YjUwNmM5YzJjOTk1ZWU1ZTdkYjU2MDFjMDEyMTQwMWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5a3fc9e7-d672-4532-905f-6e995769d1a9","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":"e2c37178-32b4-4c7e-b42e-175ee31dfff7","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":"d1c1006a-a1ca-4153-83f9-a7b10f306807","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":"NTI2ZmJjZDU2NWEzMjE4ZDA2ZWI5YmM2MTVlYjQ0ODU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"9ead5efc-e64b-4401-8aef-5de6426542a3","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":"ca52e11c-e566-4caa-8058-16a2a5a9bbec","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":"adb3e3ea-5316-46c0-99f9-965bfa7ffa1d","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":"b2562a47-d3ee-4d12-a884-345d24594e46","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":"NDc0OGVmOWZmOGQzM2NlMTZlZTExZWU0Mjc3NjU2ZjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bb67cdf7-9984-4cc4-ab9c-564af975becb","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MDFhODA5MzcxMWFmMDk4ZjNjNGM3YzY5N2MzNDhlNDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4759a888-9cb6-46fc-81a5-00b36e1cf3fa","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-28T07:27:47.041Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T07:27:47.041Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T07:27:47.043Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T07:27:47.043Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5db29b42-aadc-43f5-92fa-844c1d238210",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620461283,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:27:47.144Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-28T07:27:47.145Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T07:27:47.145Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T07:27:47.158Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:27:47.159Z||pool-140-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-28T07:27:48.044Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T07:27:48.045Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T07:27:48.047Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T07:27:48.047Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5db29b42-aadc-43f5-92fa-844c1d238210",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620461283,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:27:48.148Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-28T07:27:48.149Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T07:27:48.149Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T07:27:48.166Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:27:48.166Z||pool-141-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-28T07:27:49.048Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T07:27:49.049Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T07:27:49.051Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T07:27:49.051Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5db29b42-aadc-43f5-92fa-844c1d238210",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620461283,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:27:49.151Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T07:27:49.152Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T07:27:49.152Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T07:27:49.169Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:27:49.170Z||pool-142-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-28T07:27:50.051Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T07:27:50.052Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T07:27:50.054Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T07:27:50.054Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5db29b42-aadc-43f5-92fa-844c1d238210",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620461283,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:27:50.154Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T07:27:50.155Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T07:27:50.156Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T07:27:50.173Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:27:50.173Z||pool-143-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-28T07:27:51.055Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T07:27:51.056Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T07:27:51.059Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T07:27:51.059Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5db29b42-aadc-43f5-92fa-844c1d238210",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620461283,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:27:51.159Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T07:27:51.161Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T07:27:51.161Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T07:27:51.174Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:27:51.175Z||pool-144-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-28T07:27:52.060Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T07:27:52.061Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T07:27:52.064Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T07:27:52.064Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5db29b42-aadc-43f5-92fa-844c1d238210",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620461283,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:27:52.164Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-28T07:27:52.165Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T07:27:52.165Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T07:27:52.184Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:27:52.184Z||pool-145-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-28T07:27:53.065Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T07:27:53.066Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T07:27:53.068Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T07:27:53.068Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5db29b42-aadc-43f5-92fa-844c1d238210",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620461283,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:27:53.168Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T07:27:53.169Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T07:27:53.169Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T07:27:53.189Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:27:53.190Z||pool-146-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-28T07:27:54.069Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T07:27:54.070Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T07:27:54.073Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T07:27:54.073Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5db29b42-aadc-43f5-92fa-844c1d238210",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620461283,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:27:54.174Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-28T07:27:54.176Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T07:27:54.176Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T07:27:54.221Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:27:54.222Z||pool-147-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":1,"count":1}
2022-11-28T07:27:55.074Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T07:27:55.075Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T07:27:55.078Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T07:27:55.078Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5db29b42-aadc-43f5-92fa-844c1d238210",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620461283,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-28T07:27:55.178Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-28T07:27:55.178Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T07:27:55.179Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T07:27:55.205Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:27:55.206Z||pool-148-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-11-28T07:27:55.917Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:27:55.918Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:27:55.918Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:27:55.982Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:27:55.983Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:27:55.984Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620295911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-28T07:27:55.985Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:27:56.079Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "5db29b42-aadc-43f5-92fa-844c1d238210",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "54d591d3-cc78-4791-b30b-5573301be2e7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e54d1f28-272b-4f68-8047-4c2f925a54c0",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "c66dc864-404b-4a03-94fe-4f4732d1989f",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "8be1ace5-df17-4114-8ecf-003fa83e6136",
      "resourceInvariantUUID": "9b6b9832-2c47-4613-b270-7f6007211e60",
      "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": "MDFhODA5MzcxMWFmMDk4ZjNjNGM3YzY5N2MzNDhlNDU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4759a888-9cb6-46fc-81a5-00b36e1cf3fa"
    }
  ],
  "workloadContext": "Production"
}
2022-11-28T07:27:56.080Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-28T07:27:56.080Z|5144b653-43f0-45ec-aadb-f8897c98c39e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 54d591d3-cc78-4791-b30b-5573301be2e7 ASDC
2022-11-28T07:27:56.081Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:5db29b42-aadc-43f5-92fa-844c1d238210
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:54d591d3-cc78-4791-b30b-5573301be2e7
ServiceInvariantUUID:e54d1f28-272b-4f68-8047-4c2f925a54c0
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:4759a888-9cb6-46fc-81a5-00b36e1cf3fa
ArtifactChecksum:MDFhODA5MzcxMWFmMDk4ZjNjNGM3YzY5N2MzNDhlNDU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:c66dc864-404b-4a03-94fe-4f4732d1989f
ResourceInvariantUUID:9b6b9832-2c47-4613-b270-7f6007211e60
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:8be1ace5-df17-4114-8ecf-003fa83e6136
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-11-28T07:27:56.081Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 54d591d3-cc78-4791-b30b-5573301be2e7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-28T07:27:56.108Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-28T07:27:56.109Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-28T07:27:56.110Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-28T07:27:56.110Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 4759a888-9cb6-46fc-81a5-00b36e1cf3fa from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-11-28T07:27:56.110Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-28T07:27:56.111Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-11-28T07:27:56.188Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-28T07:27:56.193Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 4759a888-9cb6-46fc-81a5-00b36e1cf3fa 111100
2022-11-28T07:27:56.193Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-11-28T07:27:56.193Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-11-28T07:27:56.194Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-28T07:27:56.194Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T07:27:56.196Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T07:27:56.196Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5db29b42-aadc-43f5-92fa-844c1d238210",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620476193,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-28T07:27:56.297Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T07:27:56.298Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T07:27:56.298Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T07:27:56.315Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:27:56.316Z||pool-149-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-28T07:27:57.197Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-28T07:27:57.199Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-28T07:27:57.199Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 4759a888-9cb6-46fc-81a5-00b36e1cf3fa, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-28T07:27:57.200Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-11-28T07:27:57.201Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-28T07:27:57.201Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-28T07:27:57.348Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6031267498449499078/Definitions/service-TestPnfMacro-template.yml
2022-11-28T07:27:58.182Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-28T07:27:58.182Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-28T07:27:58.182Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-28T07:27:58.183Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-28T07:27:58.183Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-28T07:27:58.183Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-28T07:27:58.183Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-28T07:27:58.183Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-28T07:27:58.183Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-28T07:27:58.184Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-28T07:27:58.184Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-28T07:27:58.184Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-28T07:27:58.184Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T07:27:58.184Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T07:27:58.185Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-11-28T07:27:58.185Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-28T07:27:58.185Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-28T07:27:58.185Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T07:27:58.185Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T07:27:58.186Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-11-28T07:27:58.186Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-28T07:27:58.186Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-28T07:27:58.186Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T07:27:58.187Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T07:27:58.187Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T07:27:58.187Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T07:27:58.187Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T07:27:58.187Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T07:27:58.187Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T07:27:58.187Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T07:27:58.187Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T07:27:58.188Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T07:27:58.188Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:54d591d3-cc78-4791-b30b-5573301be2e7
Model Version:NULL
Model InvariantUuid:e54d1f28-272b-4f68-8047-4c2f925a54c0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-28T07:27:58.192Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 8be1ace5-df17-4114-8ecf-003fa83e6136
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-28T07:27:58.195Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||INFO|500||test-pnf 0
2022-11-28T07:27:58.195Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 8be1ace5-df17-4114-8ecf-003fa83e6136
2022-11-28T07:27:58.195Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 54d591d3-cc78-4791-b30b-5573301be2e7
2022-11-28T07:27:58.195Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 54d591d3-cc78-4791-b30b-5573301be2e7
2022-11-28T07:27:58.195Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 8be1ace5-df17-4114-8ecf-003fa83e6136 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-28T07:27:58.197Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7b637864, org.onap.sdc.toscaparser.api.parameters.Input@b3b70fb, org.onap.sdc.toscaparser.api.parameters.Input@5d36013d, org.onap.sdc.toscaparser.api.parameters.Input@61a8b6b1, org.onap.sdc.toscaparser.api.parameters.Input@1e852b8]
2022-11-28T07:27:58.197Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T07:27:58.198Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T07:27:58.198Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 54d591d3-cc78-4791-b30b-5573301be2e7: test-pnf
2022-11-28T07:27:58.198Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||INFO|500||Processing PNF resource: 8be1ace5-df17-4114-8ecf-003fa83e6136
2022-11-28T07:27:58.198Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-28T07:27:58.198Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T07:27:58.198Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||INFO|500||Resource customization UUID: c66dc864-404b-4a03-94fe-4f4732d1989f is the same as notified resource customizationUUID: c66dc864-404b-4a03-94fe-4f4732d1989f
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-11-28T07:27:58.234Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 8be1ace5-df17-4114-8ecf-003fa83e6136 0 ASDC deployResourceStructure
2022-11-28T07:27:58.235Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-11-28T07:27:58.235Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-11-28T07:27:58.235Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-28T07:27:58.236Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T07:27:58.238Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T07:27:58.238Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5db29b42-aadc-43f5-92fa-844c1d238210",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620478235,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-28T07:27:58.339Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T07:27:58.340Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T07:27:58.340Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T07:27:58.360Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:27:58.361Z||pool-150-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-11-28T07:27:59.240Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5db29b42-aadc-43f5-92fa-844c1d238210
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-28T07:27:59.254Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5db29b42-aadc-43f5-92fa-844c1d238210
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-28T07:27:59.257Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-28T07:27:59.257Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-28T07:27:59.258Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-28T07:27:59.258Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-28T07:27:59.258Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-28T07:27:59.258Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-28T07:27:59.258Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-28T07:27:59.259Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-28T07:27:59.259Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-28T07:27:59.259Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-28T07:27:59.264Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-28T07:28:29.264Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5db29b42-aadc-43f5-92fa-844c1d238210 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-28T07:28:29.272Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5db29b42-aadc-43f5-92fa-844c1d238210 and serviceModelVersionId: 54d591d3-cc78-4791-b30b-5573301be2e7
2022-11-28T07:28:29.272Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e54d1f28-272b-4f68-8047-4c2f925a54c0
2022-11-28T07:28:29.273Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e54d1f28-272b-4f68-8047-4c2f925a54c0/model-vers/model-ver/54d591d3-cc78-4791-b30b-5573301be2e7?depth=0
2022-11-28T07:28:29.277Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-11-28T07:28:29.314Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54d1f28-272b-4f68-8047-4c2f925a54c0/model-vers/model-ver/54d591d3-cc78-4791-b30b-5573301be2e7?depth=0|INFO|500||Invoke
2022-11-28T07:28:29.315Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54d1f28-272b-4f68-8047-4c2f925a54c0/model-vers/model-ver/54d591d3-cc78-4791-b30b-5573301be2e7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54d1f28-272b-4f68-8047-4c2f925a54c0/model-vers/model-ver/54d591d3-cc78-4791-b30b-5573301be2e7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5db29b42-aadc-43f5-92fa-844c1d238210], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d99a0453-9a6d-4a4e-a114-72fdc256d676], X-ECOMP-RequestID=[5db29b42-aadc-43f5-92fa-844c1d238210], X-TransactionId=[], X-ONAP-RequestID=[5db29b42-aadc-43f5-92fa-844c1d238210], Content-Type=[application/merge-patch+json]}
2022-11-28T07:28:29.343Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54d1f28-272b-4f68-8047-4c2f925a54c0/model-vers/model-ver/54d591d3-cc78-4791-b30b-5573301be2e7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-28T07:28:29.455Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54d1f28-272b-4f68-8047-4c2f925a54c0/model-vers/model-ver/54d591d3-cc78-4791-b30b-5573301be2e7?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/e54d1f28-272b-4f68-8047-4c2f925a54c0/model-vers/model-ver/54d591d3-cc78-4791-b30b-5573301be2e7?depth=0 has http status code:200 and response headers:{date=[Mon, 28 Nov 2022 07:28:29 GMT], content-length=[0], vertex-id=[278552], x-aai-txid=[1-aai-resources-221128-07:28:29:447-5942], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-28T07:28:29.456Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54d1f28-272b-4f68-8047-4c2f925a54c0/model-vers/model-ver/54d591d3-cc78-4791-b30b-5573301be2e7?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-28T07:28:29.457Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54d1f28-272b-4f68-8047-4c2f925a54c0/model-vers/model-ver/54d591d3-cc78-4791-b30b-5573301be2e7?depth=0|INFO|500||InvokeReturn
2022-11-28T07:28:29.458Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-28T07:28:29.458Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-28T07:28:29.463Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-28T07:28:29.464Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5db29b42-aadc-43f5-92fa-844c1d238210 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-28T07:28:29.464Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-28T07:28:29.465Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T07:28:29.468Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T07:28:29.468Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5db29b42-aadc-43f5-92fa-844c1d238210",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620509464,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-28T07:28:29.568Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T07:28:29.570Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-28T07:28:29.570Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T07:28:29.599Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:28:29.600Z||pool-151-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-28T07:28:30.486Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:28:30.487Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:28:30.487Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aFiasHUAbiu9JH6H) ...
2022-11-28T07:28:40.067Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:28:40.068Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:28:40.069Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:28:40.069Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aFiasHUAbiu9JH6H) ...
2022-11-28T07:28:49.640Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:28:55.912Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:28:55.913Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:28:55.913Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aFiasHUAbiu9JH6H) ...
2022-11-28T07:28:55.917Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:28:55.917Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:28:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:28:55.972Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:28:55.973Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-28T07:28:55.974Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620295911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:28:55.975Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:28:55.975Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-28T07:28:55.975Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620295911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:28:55.976Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:28:55.976Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-28T07:28:55.976Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620295911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-28T07:28:55.976Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:28:55.977Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-28T07:28:55.977Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620360189,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-28T07:28:55.977Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T07:28:55.977Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-28T07:28:55.978Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620362721,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-28T07:28:55.978Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T07:28:55.978Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-28T07:28:55.978Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620363793,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-28T07:28:55.979Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T07:28:55.979Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-28T07:28:55.979Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620364853,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-28T07:28:55.979Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T07:28:55.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-28T07:28:55.980Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620365953,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-28T07:28:55.980Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T07:28:55.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-28T07:28:55.980Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620366957,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-28T07:28:55.980Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T07:28:55.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-28T07:28:55.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620367961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-28T07:28:55.981Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T07:28:55.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-28T07:28:55.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620368965,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-28T07:28:55.982Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T07:29:05.465Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:29:55.911Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:29:55.912Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:29:55.913Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aFiasHUAbiu9JH6H) ...
2022-11-28T07:29:55.917Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:29:55.917Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:29:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:29:55.952Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:29:55.954Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-28T07:29:55.954Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5144b653-43f0-45ec-aadb-f8897c98c39e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620460265,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-28T07:29:55.955Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T07:29:55.955Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-28T07:29:55.955Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db29b42-aadc-43f5-92fa-844c1d238210",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620461283,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:29:55.955Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:29:55.955Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-28T07:29:55.955Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db29b42-aadc-43f5-92fa-844c1d238210",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620461283,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:29:55.955Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:29:55.956Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-28T07:29:55.956Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db29b42-aadc-43f5-92fa-844c1d238210",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620461283,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:29:55.956Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:29:55.956Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-28T07:29:55.956Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db29b42-aadc-43f5-92fa-844c1d238210",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620461283,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:29:55.956Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:29:55.957Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-28T07:29:55.957Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db29b42-aadc-43f5-92fa-844c1d238210",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620461283,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:29:55.957Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:29:55.957Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-28T07:29:55.957Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db29b42-aadc-43f5-92fa-844c1d238210",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620461283,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:29:55.957Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:29:55.958Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-28T07:29:55.958Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db29b42-aadc-43f5-92fa-844c1d238210",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620461283,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:29:55.958Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:29:55.958Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-28T07:29:55.958Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db29b42-aadc-43f5-92fa-844c1d238210",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620461283,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-28T07:29:55.958Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:29:55.958Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-28T07:29:55.958Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db29b42-aadc-43f5-92fa-844c1d238210",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620461283,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-28T07:29:55.959Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-28T07:30:05.556Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:30:55.911Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:30:55.913Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:30:55.913Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aFiasHUAbiu9JH6H) ...
2022-11-28T07:30:55.917Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:30:55.917Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:30:55.917Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:30:56.476Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:30:56.477Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:30:56.477Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db29b42-aadc-43f5-92fa-844c1d238210",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620476193,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-28T07:30:56.478Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T07:30:56.478Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:30:56.479Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db29b42-aadc-43f5-92fa-844c1d238210",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620478235,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-28T07:30:56.482Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T07:30:56.482Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-28T07:30:56.482Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db29b42-aadc-43f5-92fa-844c1d238210",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669620509464,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-28T07:30:56.482Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T07:31:05.521Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:31:55.911Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:31:55.913Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:31:55.913Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aFiasHUAbiu9JH6H) ...
2022-11-28T07:31:55.917Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:31:55.917Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:31:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:32:05.474Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:32:05.475Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:32:55.912Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:32:55.912Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:32:55.913Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:32:55.917Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:32:55.917Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:32:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:33:05.471Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:33:05.494Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:33:55.911Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:33:55.912Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:33:55.912Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:33:55.917Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:33:55.917Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:33:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:34:05.467Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:34:05.477Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:34:55.912Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:34:55.912Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:34:55.912Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:34:55.917Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:34:55.917Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:34:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:35:05.499Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:35:05.511Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:35:55.911Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:35:55.912Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:35:55.912Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:35:55.917Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:35:55.917Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:35:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:36:05.474Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:36:05.520Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:36:55.911Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:36:55.912Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:36:55.912Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:36:55.917Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:36:55.918Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:36:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:37:05.480Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:37:05.482Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:37:55.911Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:37:55.912Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:37:55.912Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:37:55.917Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:37:55.917Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:37:55.917Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:38:05.470Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:38:05.471Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:38:55.911Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:38:55.912Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:38:55.912Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:38:55.917Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:38:55.917Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:38:55.917Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:39:05.464Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:39:05.465Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:39:55.912Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:39:55.913Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:39:55.914Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:39:55.917Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:39:55.917Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:39:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:40:05.494Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:40:05.494Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:40:55.911Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:40:55.913Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:40:55.914Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:40:55.917Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:40:55.917Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:40:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:41:05.476Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:41:05.480Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:41:55.911Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:41:55.913Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:41:55.913Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:41:55.917Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:41:55.917Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:41:55.918Z|5db29b42-aadc-43f5-92fa-844c1d238210|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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:42:05.476Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:42:05.478Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:42:55.911Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:42:55.912Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:42:55.912Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:42:55.917Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:42:55.917Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:42:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:43:05.467Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:43:05.486Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:43:55.911Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:43:55.912Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:43:55.912Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:43:55.917Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:43:55.917Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:43:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:44:05.466Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:44:05.466Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:44:55.911Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:44:55.912Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:44:55.912Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:44:55.917Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:44:55.917Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:44:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:45:05.481Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:45:05.491Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:45:55.911Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:45:55.912Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:45:55.912Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:45:55.917Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:45:55.917Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:45:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:46:05.476Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:46:05.477Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:46:55.911Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:46:55.912Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:46:55.912Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:46:55.917Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:46:55.917Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:46:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:47:05.468Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:47:05.482Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:47:55.911Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:47:55.912Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:47:55.912Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:47:55.917Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:47:55.917Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:47:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:48:05.468Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:48:05.468Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:48:55.911Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:48:55.913Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:48:55.913Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:48:55.917Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:48:55.918Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:48:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:49:05.480Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:49:05.483Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:49:55.911Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:49:55.912Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:49:55.913Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:49:55.917Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:49:55.917Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:49:55.918Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:50:05.462Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:50:05.462Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:50:55.911Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:50:55.912Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:50:55.912Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:50:55.917Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:50:55.917Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:50:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:51:05.462Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:51:05.463Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:51:55.911Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:51:55.913Z||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-11-28T07:51:55.913Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:51:55.917Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:51:55.918Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:51:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:52:05.465Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:52:05.472Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:52:55.911Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:52:55.913Z||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-11-28T07:52:55.913Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:52:55.917Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:52:55.917Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:52:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:53:05.469Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:53:05.475Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:53:55.911Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:53:55.913Z||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-11-28T07:53:55.913Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:53:55.917Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:53:55.917Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:53:55.917Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:54:05.463Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:54:05.463Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:54:55.911Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:54:55.912Z||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-11-28T07:54:55.912Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:54:55.917Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:54:55.917Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:54:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:55:05.459Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:55:05.473Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:55:55.911Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:55:55.912Z||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-11-28T07:55:55.912Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:55:55.917Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:55:55.917Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:55:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:56:05.482Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:56:05.486Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:56:55.911Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:56:55.912Z||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-11-28T07:56:55.912Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:56:55.917Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:56:55.918Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:56:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:57:05.462Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:57:05.465Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:57:55.911Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:57:55.912Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:57:55.912Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:57:55.917Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:57:55.917Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:57:55.917Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:58:05.459Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:58:05.465Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:58:55.911Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:58:55.912Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:58:55.912Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:58:55.917Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:58:55.917Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:58:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:59:05.498Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:59:05.502Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T07:59:55.911Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:59:55.912Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:59:55.912Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T07:59:55.917Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T07:59:55.917Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T07:59:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T08:00:05.461Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T08:00:05.461Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T08:00:55.911Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T08:00:55.912Z||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-11-28T08:00:55.912Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T08:00:55.917Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T08:00:55.917Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T08:00:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T08:01:05.544Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T08:01:05.564Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T08:01:55.911Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T08:01:55.912Z||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-11-28T08:01:55.912Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T08:01:55.917Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T08:01:55.917Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T08:01:55.917Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|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 aFiasHUAbiu9JH6H) ...
2022-11-28T08:02:05.507Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T08:02:05.508Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T08:02:55.911Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T08:02:55.912Z||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-11-28T08:02:55.912Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T08:02:55.917Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T08:02:55.917Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T08:02:55.918Z|5db29b42-aadc-43f5-92fa-844c1d238210|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 aFiasHUAbiu9JH6H) ...
2022-11-28T08:03:05.507Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T08:03:05.524Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T08:03:55.911Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T08:03:55.912Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T08:03:55.912Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T08:03:55.917Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T08:03:55.917Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T08:03:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T08:04:05.467Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T08:04:05.467Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T08:04:55.911Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T08:04:55.913Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T08:04:55.913Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T08:04:55.917Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T08:04:55.917Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T08:04:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T08:05:05.468Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T08:05:05.486Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T08:05:55.911Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T08:05:55.913Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T08:05:55.913Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T08:05:55.917Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T08:05:55.917Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T08:05:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T08:06:05.495Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T08:06:05.498Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T08:06:55.911Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T08:06:55.913Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T08:06:55.913Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T08:06:55.917Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T08:06:55.917Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T08:06:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T08:07:05.477Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T08:07:05.477Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T08:07:55.911Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T08:07:55.912Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T08:07:55.912Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T08:07:55.917Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T08:07:55.918Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T08:07:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T08:08:05.483Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T08:08:05.486Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T08:08:55.911Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T08:08:55.912Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T08:08:55.912Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T08:08:55.917Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T08:08:55.917Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T08:08:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T08:09:05.474Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T08:09:05.483Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T08:09:55.911Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T08:09:55.912Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T08:09:55.912Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T08:09:55.917Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T08:09:55.917Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T08:09:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T08:10:05.479Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T08:10:05.483Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T08:10:55.911Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T08:10:55.912Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T08:10:55.912Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T08:10:55.917Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T08:10:55.917Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T08:10:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T08:11:05.489Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T08:11:05.489Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T08:11:55.911Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T08:11:55.912Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T08:11:55.913Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T08:11:55.917Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T08:11:55.917Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T08:11:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T08:12:05.492Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T08:12:05.511Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T08:12:55.911Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T08:12:55.912Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T08:12:55.912Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T08:12:55.917Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T08:12:55.917Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T08:12:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T08:13:05.482Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T08:13:05.488Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T08:13:55.911Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T08:13:55.912Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T08:13:55.912Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T08:13:55.917Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T08:13:55.917Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T08:13:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T08:14:05.465Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T08:14:05.465Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T08:14:55.911Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T08:14:55.912Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T08:14:55.912Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T08:14:55.917Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T08:14:55.917Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T08:14:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T08:15:05.466Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T08:15:05.467Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T08:15:55.911Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T08:15:55.912Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T08:15:55.912Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T08:15:55.917Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T08:15:55.918Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T08:15:55.918Z|5db29b42-aadc-43f5-92fa-844c1d238210|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 aFiasHUAbiu9JH6H) ...
2022-11-28T08:16:05.495Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T08:16:05.501Z|5db29b42-aadc-43f5-92fa-844c1d238210|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T08:16:55.911Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T08:16:55.912Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T08:16:55.912Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T08:16:55.917Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T08:16:55.917Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T08:16:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T08:17:05.473Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T08:17:05.474Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T08:17:55.911Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T08:17:55.912Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T08:17:55.912Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T08:17:55.917Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T08:17:55.917Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T08:17:55.917Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|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 aFiasHUAbiu9JH6H) ...
2022-11-28T08:18:05.458Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T08:18:05.461Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T08:18:55.911Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T08:18:55.912Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T08:18:55.912Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T08:18:55.917Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T08:18:55.917Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T08:18:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T08:19:05.476Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T08:19:05.477Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T08:19:55.912Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T08:19:55.913Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T08:19:55.913Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T08:19:55.917Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T08:19:55.917Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T08:19:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T08:20:05.499Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T08:20:05.499Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T08:20:55.911Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T08:20:55.912Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T08:20:55.913Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T08:20:55.917Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T08:20:55.917Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T08:20:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T08:21:05.458Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T08:21:05.459Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T08:21:55.911Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T08:21:55.912Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T08:21:55.912Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T08:21:55.917Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T08:21:55.917Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T08:21:55.917Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|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 aFiasHUAbiu9JH6H) ...
2022-11-28T08:22:05.460Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T08:22:05.466Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T08:22:55.911Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T08:22:55.912Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T08:22:55.912Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T08:22:55.917Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T08:22:55.917Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T08:22:55.917Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|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 aFiasHUAbiu9JH6H) ...
2022-11-28T08:23:05.487Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T08:23:05.490Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T08:23:55.911Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T08:23:55.913Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T08:23:55.913Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T08:23:55.917Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T08:23:55.917Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T08:23:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T08:24:05.465Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T08:24:05.466Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T08:24:55.911Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T08:24:55.912Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T08:24:55.912Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T08:24:55.917Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T08:24:55.917Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T08:24:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T08:25:05.462Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T08:25:05.463Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T08:25:55.911Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T08:25:55.913Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T08:25:55.913Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T08:25:55.917Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T08:25:55.917Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T08:25:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T08:26:05.469Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T08:26:05.514Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T08:26:55.911Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T08:26:55.912Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T08:26:55.912Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T08:26:55.917Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T08:26:55.917Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T08:26:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T08:27:05.461Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T08:27:05.463Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T08:27:55.911Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T08:27:55.912Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T08:27:55.912Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T08:27:55.917Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T08:27:55.917Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T08:27:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T08:28:05.460Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T08:28:05.463Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T08:28:55.911Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T08:28:55.912Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T08:28:55.912Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T08:28:55.916Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T08:28:55.917Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T08:28:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T08:29:05.459Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T08:29:05.461Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T08:29:55.911Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T08:29:55.912Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T08:29:55.912Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T08:29:55.917Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T08:29:55.917Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T08:29:55.917Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|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 aFiasHUAbiu9JH6H) ...
2022-11-28T08:30:05.495Z|56ee38a3-2c55-45b7-891c-b8afd8bd7182|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T08:30:05.496Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T08:30:55.911Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T08:30:55.913Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T08:30:55.913Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T08:30:55.917Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T08:30:55.917Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-28T08:30:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T08:31:05.489Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-28T08:31:05.492Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK