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-25T05:16:21.156Z||main|||||INFO|500||The following profiles are active: basic
2022-11-25T05:16:33.426Z||main|||||INFO|500||Starting service [Tomcat]
2022-11-25T05:16:33.427Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-11-25T05:16:33.546Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-11-25T05:16:37.756Z||main|||||INFO|500||catdb-pool - Starting...
2022-11-25T05:16:38.167Z||main|||||INFO|500||catdb-pool - Start completed.
2022-11-25T05:16:38.634Z||main|||||INFO|500||reqdb-pool - Starting...
2022-11-25T05:16:38.644Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-11-25T05:16:38.762Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-11-25T05:16:38.977Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-11-25T05:16:39.535Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-11-25T05:16:41.397Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-25T05:16:43.701Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-25T05:16:43.757Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-11-25T05:16:44.302Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-25T05:16:44.594Z||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-25T05:16:45.781Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-25T05:16:46.863Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-11-25T05:16:46.880Z||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$$5917c19b.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-25T05:16:46.881Z||main|||||WARN|500||The sdc end point is not alive
2022-11-25T05:16:49.978Z||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-25T05:16:52.758Z||main|||||WARN|500||---
2022-11-25T05:16:52.759Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-11-25T05:16:52.759Z||main|||||WARN|500||---
2022-11-25T05:16:53.227Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-11-25T05:16:57.930Z||main|||||INFO|500||Started Application in 40.756 seconds (JVM running for 43.322)
2022-11-25T05:16:57.951Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-25T05:16:57.954Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-25T05:16:57.975Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-25T05:16:58.000Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-25T05:16:58.046Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c4dc491e-8ef3-450f-a0ff-aaabe9b624d0 url= /sdc/v1/artifactTypes
2022-11-25T05:16:58.047Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-11-25T05:16:58.322Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-11-25T05:16:58.346Z||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-25T05:16:58.371Z||scheduling-1|||||DEBUG|500||create keys
2022-11-25T05:16:58.383Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-11-25T05:16:58.433Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:16:58.449Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 8e839ec0-bf61-4ec0-9d85-9b46aff99fc0 url= /sdc/v1/registerForDistribution
2022-11-25T05:16:58.556Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 8e839ec0-bf61-4ec0-9d85-9b46aff99fc0 url= /sdc/v1/registerForDistribution
2022-11-25T05:16:58.557Z||scheduling-1|||||INFO|500||start DistributionClient
2022-11-25T05:16:58.594Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:16:58.595Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:16:58.617Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-11-25T05:16:58.649Z||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-25T05:16:58.649Z||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-25T05:16:58.649Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:16:58.649Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:17:09.005Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:17:09.046Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:17:58.566Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:17:58.572Z||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-25T05:17:58.573Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:17:58.576Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:17:58.577Z||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-25T05:17:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:18:08.147Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:18:08.148Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:18:58.565Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:18:58.566Z||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-25T05:18:58.566Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:18:58.576Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:18:58.579Z||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-25T05:18:58.579Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:19:08.139Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:19:08.169Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:19:58.564Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:19:58.565Z||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-25T05:19:58.565Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:19:58.578Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:19:58.578Z||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-25T05:19:58.579Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:20:08.146Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:20:08.161Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:20:58.564Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:20:58.565Z||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-25T05:20:58.565Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:20:58.576Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:20:58.576Z||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-25T05:20:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:21:08.134Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:21:08.141Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:21:58.565Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:21:58.567Z||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-25T05:21:58.568Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:21:58.576Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:21:58.577Z||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-25T05:21:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:22:08.137Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:22:08.141Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:22:58.564Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:22:58.566Z||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-25T05:22:58.566Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:22:58.576Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:22:58.577Z||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-25T05:22:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:23:08.141Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:23:08.152Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:23:58.564Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:23:58.566Z||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-25T05:23:58.566Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:23:58.576Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:23:58.579Z||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-25T05:23:58.580Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:24:08.131Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:24:08.140Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:24:58.564Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:24:58.565Z||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-25T05:24:58.565Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:24:58.576Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:24:58.576Z||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-25T05:24:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:25:08.125Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:25:08.125Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:25:58.564Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:25:58.565Z||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-25T05:25:58.565Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:25:58.576Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:25:58.577Z||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-25T05:25:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:26:08.140Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:26:08.142Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:26:23.370Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-11-25T05:26:58.565Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:26:58.565Z||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-25T05:26:58.566Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:26:58.576Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:26:58.576Z||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-25T05:26:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:27:08.143Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:27:08.153Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:27:58.564Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:27:58.565Z||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-25T05:27:58.565Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:27:58.577Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:27:58.577Z||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-25T05:27:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:28:08.123Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:28:08.133Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:28:58.564Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:28:58.565Z||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-25T05:28:58.565Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:28:58.576Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:28:58.576Z||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-25T05:28:58.576Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:29:08.140Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:29:08.171Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:29:58.564Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:29:58.568Z||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-25T05:29:58.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:29:58.576Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:29:58.576Z||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-25T05:29:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:30:08.154Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:30:08.162Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:30:58.564Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:30:58.565Z||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-25T05:30:58.566Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:30:58.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:30:58.577Z||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-25T05:30:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:31:08.148Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:31:08.149Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:31:58.565Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:31:58.568Z||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-25T05:31:58.568Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:31:58.576Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:31:58.577Z||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-25T05:31:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:32:08.145Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:32:08.161Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:32:58.565Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:32:58.565Z||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-25T05:32:58.566Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:32:58.576Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:32:58.576Z||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-25T05:32:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:33:08.143Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:33:08.144Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:33:58.564Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:33:58.565Z||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-25T05:33:58.565Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:33:58.576Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:33:58.576Z||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-25T05:33:58.576Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:34:08.123Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:34:08.139Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:34:58.564Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:34:58.565Z||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-25T05:34:58.565Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:34:58.576Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:34:58.577Z||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-25T05:34:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:35:08.126Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:35:08.146Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:35:58.564Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:35:58.565Z||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-25T05:35:58.565Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:35:58.576Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:35:58.576Z||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-25T05:35:58.576Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:36:08.145Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:36:08.172Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:36:58.564Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:36:58.565Z||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-25T05:36:58.565Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:36:58.576Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:36:58.577Z||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-25T05:36:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:37:08.115Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:37:08.120Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:37:58.564Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:37:58.566Z||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-25T05:37:58.567Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:37:58.577Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:37:58.578Z||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-25T05:37:58.578Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:38:08.123Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:38:08.133Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:38:58.565Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:38:58.567Z||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-25T05:38:58.567Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:38:58.577Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:38:58.577Z||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-25T05:38:58.578Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:39:08.138Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:39:08.138Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:39:58.564Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:39:58.565Z||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-25T05:39:58.565Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:39:58.576Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:39:58.576Z||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-25T05:39:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:40:08.127Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:40:08.135Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:40:58.564Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:40:58.565Z||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-25T05:40:58.565Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:40:58.576Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:40:58.576Z||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-25T05:40:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:41:08.122Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:41:08.140Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:41:58.564Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:41:58.565Z||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-25T05:41:58.565Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:41:58.576Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:41:58.576Z||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-25T05:41:58.576Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:42:08.129Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:42:08.140Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:42:58.565Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:42:58.566Z||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-25T05:42:58.566Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:42:58.576Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:42:58.577Z||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-25T05:42:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:43:08.159Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:43:08.162Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:43:58.564Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:43:58.565Z||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-25T05:43:58.565Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:43:58.576Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:43:58.576Z||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-25T05:43:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:44:08.170Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:44:08.195Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:44:58.565Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:44:58.566Z||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-25T05:44:58.566Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:44:58.576Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:44:58.577Z||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-25T05:44:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:45:08.128Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:45:08.156Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:45:58.564Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:45:58.565Z||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-25T05:45:58.565Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:45:58.576Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:45:58.576Z||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-25T05:45:58.576Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:46:08.127Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:46:08.132Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:46:58.564Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:46:58.565Z||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-25T05:46:58.566Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:46:58.576Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:46:58.576Z||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-25T05:46:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:47:08.149Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:47:08.180Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:47:58.564Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:47:58.565Z||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-25T05:47:58.565Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:47:58.576Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:47:58.576Z||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-25T05:47:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:48:08.151Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:48:08.152Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:48:58.564Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:48:58.565Z||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-25T05:48:58.566Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:48:58.576Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:48:58.576Z||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-25T05:48:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:49:08.123Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:49:08.123Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:49:58.564Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:49:58.565Z||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-25T05:49:58.565Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:49:58.576Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:49:58.576Z||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-25T05:49:58.576Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:50:08.149Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:50:08.150Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:50:58.564Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:50:58.564Z||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-25T05:50:58.565Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:50:58.576Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:50:58.577Z||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-25T05:50:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:51:08.150Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:51:08.153Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:51:58.564Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:51:58.565Z||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-25T05:51:58.565Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:51:58.576Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:51:58.577Z||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-25T05:51:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:52:08.120Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:52:08.155Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:52:58.564Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:52:58.564Z||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-25T05:52:58.565Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:52:58.577Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:52:58.577Z||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-25T05:52:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:53:08.135Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:53:08.145Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:53:58.564Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:53:58.567Z||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-25T05:53:58.567Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:53:58.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:53:58.576Z||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-25T05:53:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:54:08.126Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:54:08.137Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:54:58.565Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:54:58.566Z||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-25T05:54:58.566Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:54:58.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:54:58.576Z||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-25T05:54:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:55:08.154Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:55:08.154Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:55:58.564Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:55:58.565Z||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-25T05:55:58.565Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:55:58.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:55:58.576Z||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-25T05:55:58.576Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:55:58.755Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:55:58.762Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:58.762Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669355709572,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T05:55:58.793Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-25T05:55:58.794Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:58.794Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669355712894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T05:55:58.794Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-25T05:55:58.794Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:58.795Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669355709572,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/vfwb2fd6c965c460_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-25T05:55:58.795Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-25T05:55:58.795Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:58.795Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669355712894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/vfwb2fd6c965c460_modules.json",
  "status": "NOTIFIED"
}
2022-11-25T05:55:58.795Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-25T05:55:58.795Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:58.795Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
  "consumerID": "cds",
  "timestamp": 1669355719372,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T05:55:58.796Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-25T05:55:58.796Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:58.796Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669355709572,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T05:55:58.796Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-25T05:55:58.797Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:58.797Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
  "consumerID": "cds",
  "timestamp": 1669355719372,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/vfwb2fd6c965c460_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-25T05:55:58.797Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-25T05:55:58.797Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:58.797Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669355712894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-11-25T05:55:58.797Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-25T05:55:58.798Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:58.798Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669355709572,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T05:55:58.798Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-25T05:55:58.798Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:58.798Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
  "consumerID": "cds",
  "timestamp": 1669355719372,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T05:55:58.798Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-25T05:55:58.799Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:58.799Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669355712894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T05:55:58.799Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-25T05:55:58.799Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:58.799Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669355709572,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-25T05:55:58.799Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-25T05:55:58.799Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:58.800Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
  "consumerID": "cds",
  "timestamp": 1669355719372,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T05:55:58.800Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-25T05:55:58.800Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:58.800Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669355712894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-11-25T05:55:58.800Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-25T05:55:58.800Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:58.801Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669355709572,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/artifacts/service-Vfw20221125055421-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T05:55:58.801Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-25T05:55:58.801Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:58.801Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
  "consumerID": "cds",
  "timestamp": 1669355719372,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-25T05:55:58.802Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-25T05:55:58.802Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:58.802Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669355712894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/artifacts/service-Vfw20221125055421-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T05:55:58.802Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-25T05:55:58.802Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:58.803Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669355709572,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/artifacts/service-Vfw20221125055421-csar.csar",
  "status": "NOTIFIED"
}
2022-11-25T05:55:58.803Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-25T05:55:58.803Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:58.803Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
  "consumerID": "cds",
  "timestamp": 1669355719372,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/artifacts/service-Vfw20221125055421-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T05:55:58.803Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-25T05:55:58.803Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:58.803Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669355712894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/artifacts/service-Vfw20221125055421-csar.csar",
  "status": "NOTIFIED"
}
2022-11-25T05:55:58.804Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-25T05:55:58.804Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:58.804Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
  "consumerID": "cds",
  "timestamp": 1669355719372,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/artifacts/service-Vfw20221125055421-csar.csar",
  "status": "NOTIFIED"
}
2022-11-25T05:55:58.804Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-25T05:55:58.804Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:58.804Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669355725308,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/artifacts/service-Vfw20221125055421-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-25T05:55:58.805Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T05:55:58.805Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:58.805Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669355726307,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/vfwb2fd6c965c460_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-25T05:55:58.805Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T05:55:58.805Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:58.805Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669355726444,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T05:55:58.805Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-25T05:55:58.806Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:58.806Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
  "consumerID": "cds",
  "timestamp": 1669355727318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/artifacts/service-Vfw20221125055421-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-25T05:55:58.806Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T05:55:58.806Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:58.806Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669355727424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-25T05:55:58.806Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T05:55:58.807Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:58.807Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669355726444,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/vfwb2fd6c965c460_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-25T05:55:58.807Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-25T05:55:58.807Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:58.807Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
  "consumerID": "cds",
  "timestamp": 1669355728362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/artifacts/service-Vfw20221125055421-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-25T05:55:59.055Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 152069e3-77e4-43a8-8d25-44bec425b2fd
2022-11-25T05:55:59.078Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 152069e3-77e4-43a8-8d25-44bec425b2fd 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-25T05:55:59.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.110Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669355728485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-11-25T05:55:59.111Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T05:55:59.111Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.111Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669355726444,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T05:55:59.111Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-25T05:55:59.111Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.111Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669355729638,
  "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-25T05:55:59.126Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 152069e3-77e4-43a8-8d25-44bec425b2fd
2022-11-25T05:55:59.126Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 152069e3-77e4-43a8-8d25-44bec425b2fd 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-25T05:55:59.135Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.135Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669355726444,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T05:55:59.135Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-25T05:55:59.135Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.135Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669355730648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/vfwb2fd6c965c460_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-25T05:55:59.135Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T05:55:59.136Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.136Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669355726444,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-25T05:55:59.136Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-25T05:55:59.136Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.136Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669355730718,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/artifacts/service-Vfw20221125055421-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-25T05:55:59.136Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T05:55:59.137Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.137Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669355726444,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/artifacts/service-Vfw20221125055421-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T05:55:59.137Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-25T05:55:59.137Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.137Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669355731723,
  "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-25T05:55:59.142Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 152069e3-77e4-43a8-8d25-44bec425b2fd
2022-11-25T05:55:59.142Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 152069e3-77e4-43a8-8d25-44bec425b2fd 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-25T05:55:59.151Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.151Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669355726444,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/artifacts/service-Vfw20221125055421-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-25T05:55:59.151Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-25T05:55:59.151Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.151Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
  "consumerID": "aai-ml",
  "timestamp": 1669355738064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T05:55:59.152Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-25T05:55:59.152Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.152Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
  "consumerID": "aai-ml",
  "timestamp": 1669355738064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/vfwb2fd6c965c460_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-25T05:55:59.152Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-25T05:55:59.152Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.152Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
  "consumerID": "aai-ml",
  "timestamp": 1669355738064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T05:55:59.153Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-25T05:55:59.153Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.153Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
  "consumerID": "aai-ml",
  "timestamp": 1669355738064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T05:55:59.153Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-25T05:55:59.153Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.153Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
  "consumerID": "aai-ml",
  "timestamp": 1669355738064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-25T05:55:59.153Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-25T05:55:59.154Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.154Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
  "consumerID": "aai-ml",
  "timestamp": 1669355738064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/artifacts/service-Vfw20221125055421-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T05:55:59.154Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-25T05:55:59.154Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.154Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
  "consumerID": "aai-ml",
  "timestamp": 1669355738064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/artifacts/service-Vfw20221125055421-csar.csar",
  "status": "NOTIFIED"
}
2022-11-25T05:55:59.154Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-25T05:55:59.155Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.155Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
  "consumerID": "aai-ml",
  "timestamp": 1669355745938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/artifacts/service-Vfw20221125055421-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-25T05:55:59.155Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T05:55:59.155Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.155Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
  "consumerID": "cds",
  "timestamp": 1669355749371,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T05:55:59.155Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-25T05:55:59.155Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.155Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669355746444,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T05:55:59.156Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-25T05:55:59.156Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.156Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669355739572,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T05:55:59.156Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-25T05:55:59.156Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.156Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
  "consumerID": "cds",
  "timestamp": 1669355749371,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/basic_onboard_vktqwi0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-25T05:55:59.157Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-25T05:55:59.157Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.157Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669355746444,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/basic_onboard_vktqwi0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-25T05:55:59.157Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-25T05:55:59.157Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.157Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669355739572,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/basic_onboard_vktqwi0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-25T05:55:59.158Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-25T05:55:59.158Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.158Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
  "consumerID": "cds",
  "timestamp": 1669355749371,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T05:55:59.158Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-25T05:55:59.158Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.158Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669355746444,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T05:55:59.158Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-25T05:55:59.158Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.159Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669355739572,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T05:55:59.159Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-25T05:55:59.159Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.159Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
  "consumerID": "cds",
  "timestamp": 1669355749371,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T05:55:59.159Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-25T05:55:59.159Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.159Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669355739572,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T05:55:59.160Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-25T05:55:59.160Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.160Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669355746444,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T05:55:59.160Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-25T05:55:59.160Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.160Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669355752894,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T05:55:59.160Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-25T05:55:59.161Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.161Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
  "consumerID": "cds",
  "timestamp": 1669355749371,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-25T05:55:59.161Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-25T05:55:59.161Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.161Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669355739572,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-25T05:55:59.161Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-25T05:55:59.161Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.162Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669355746444,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-25T05:55:59.162Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-25T05:55:59.162Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.162Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669355752894,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/basic_onboard_vktqwi0_modules.json",
  "status": "NOTIFIED"
}
2022-11-25T05:55:59.162Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-25T05:55:59.162Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.162Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
  "consumerID": "cds",
  "timestamp": 1669355749371,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/artifacts/service-BasicOnboardVktqwi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T05:55:59.163Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-25T05:55:59.163Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.163Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669355739572,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/artifacts/service-BasicOnboardVktqwi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T05:55:59.163Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-25T05:55:59.163Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.163Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669355746444,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/artifacts/service-BasicOnboardVktqwi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T05:55:59.164Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-25T05:55:59.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.164Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669355752894,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-11-25T05:55:59.164Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-25T05:55:59.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.164Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
  "consumerID": "cds",
  "timestamp": 1669355749371,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/artifacts/service-BasicOnboardVktqwi-csar.csar",
  "status": "NOTIFIED"
}
2022-11-25T05:55:59.164Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-25T05:55:59.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.165Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669355739572,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/artifacts/service-BasicOnboardVktqwi-csar.csar",
  "status": "NOTIFIED"
}
2022-11-25T05:55:59.165Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-25T05:55:59.165Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.165Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669355746444,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/artifacts/service-BasicOnboardVktqwi-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-25T05:55:59.165Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-25T05:55:59.165Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.165Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669355752894,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T05:55:59.166Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-25T05:55:59.166Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.166Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
  "consumerID": "cds",
  "timestamp": 1669355757537,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/artifacts/service-BasicOnboardVktqwi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-25T05:55:59.166Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T05:55:59.166Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.166Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669355752894,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-11-25T05:55:59.167Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-25T05:55:59.167Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.167Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669355756629,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/artifacts/service-BasicOnboardVktqwi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-25T05:55:59.167Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T05:55:59.167Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.167Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
  "consumerID": "cds",
  "timestamp": 1669355758544,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/artifacts/service-BasicOnboardVktqwi-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-25T05:55:59.180Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 753e2469-8b88-4f63-92ce-44126b1ca134
2022-11-25T05:55:59.181Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 753e2469-8b88-4f63-92ce-44126b1ca134 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-25T05:55:59.189Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.189Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669355752894,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/artifacts/service-BasicOnboardVktqwi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T05:55:59.189Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-25T05:55:59.220Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:55:59.221Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-25T05:55:59.222Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"152069e3-77e4-43a8-8d25-44bec425b2fd","serviceName":"vFW 2022-11-25 05-54-21","serviceVersion":"1.0","serviceUUID":"16e358a2-d65e-475e-858d-1fb77e29f44d","serviceDescription":"catalog service description","serviceInvariantUUID":"553558c0-bb8b-4c19-bcd9-5cabbdc7d65b","resources":[{"resourceInstanceName":"vFW b2fd6c96-5c46 0","resourceName":"vFW b2fd6c96-5c46","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"da260e66-a9fd-4d87-9554-c6079c716e40","resourceInvariantUUID":"5818df03-2abf-4ede-b46a-340dea6e8417","resourceCustomizationUUID":"690927ef-d966-4ed5-8c7e-a9ff7350f298","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/vf-license-model.xml","artifactChecksum":"ZWM1ZjNiNzI5NjhjNDY1ZWY3ODc4N2UxNjEzYzA5NDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"045d5158-b6b6-41ab-9912-b40290caf38f","artifactVersion":"1"},{"artifactName":"vfwb2fd6c965c460_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/vfwb2fd6c965c460_modules.json","artifactChecksum":"NjA5NWJmY2RjNTg2MzIwNTQzMmM2YjQ5MDg5ZGU4ZTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d021e6d0-9057-4450-a2d6-7670ee0076f6","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2f05c36e-6ece-4767-a813-9a71338661ce","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/vendor-license-model.xml","artifactChecksum":"NzEzNGQ1NWY3N2JiMmU4YzUyN2NmM2Q5Yzc5ZTRmMGM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2c4dcb8e-7140-4d90-b29f-9c2ccc10da02","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e5b28749-13ef-4bad-85a8-613ae717d127","artifactVersion":"2","generatedFromUUID":"2f05c36e-6ece-4767-a813-9a71338661ce"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221125055421-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221125055421/1.0/artifacts/service-Vfw20221125055421-template.yml","artifactChecksum":"NWUwZDQ3M2NhZmNiMzAxMzE5ZGFiZDBjYTA0MjU5ZmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"966f15e6-e620-45c2-a522-5428bce4b77b","artifactVersion":"1"},{"artifactName":"service-Vfw20221125055421-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221125055421/1.0/artifacts/service-Vfw20221125055421-csar.csar","artifactChecksum":"MWZkMzMxMDFlYTllNDBhYjQxYjQxZmVlZmRjZWNiMzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"22ba74c5-293d-4790-82cd-f4f59d1fc835","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-25T05:55:59.229Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T05:55:59.237Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-25T05:55:59.250Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T05:55:59.250Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669355758564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T05:55:59.350Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-11-25T05:55:59.354Z||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-25T05:55:59.354Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T05:55:59.376Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:55:59.376Z||pool-3-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-11-25T05:56:00.258Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T05:56:00.259Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-25T05:56:00.261Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T05:56:00.261Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669355758564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/vfwb2fd6c965c460_modules.json",
  "status": "NOTIFIED"
}
2022-11-25T05:56:00.361Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-25T05:56:00.362Z||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-25T05:56:00.363Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T05:56:00.374Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:56:00.375Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-25T05:56:01.264Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T05:56:01.266Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-25T05:56:01.268Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T05:56:01.269Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669355758564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-11-25T05:56:01.369Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-25T05:56:01.370Z||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-25T05:56:01.370Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T05:56:01.464Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:56:01.465Z||pool-5-thread-1|||||INFO|500||cambria reply ok (96 ms):{"serverTimeMs":1,"count":1}
2022-11-25T05:56:02.269Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T05:56:02.271Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-25T05:56:02.273Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T05:56:02.273Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669355758564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T05:56:02.373Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-25T05:56:02.374Z||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-25T05:56:02.374Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T05:56:02.386Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:56:02.387Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-25T05:56:03.276Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T05:56:03.277Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-25T05:56:03.279Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T05:56:03.279Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669355758564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-11-25T05:56:03.380Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-25T05:56:03.381Z||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-25T05:56:03.381Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T05:56:03.392Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:56:03.392Z||pool-7-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-25T05:56:04.279Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T05:56:04.280Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-25T05:56:04.283Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T05:56:04.283Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669355758564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/artifacts/service-Vfw20221125055421-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T05:56:04.383Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T05:56:04.384Z||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-25T05:56:04.384Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T05:56:04.401Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:56:04.402Z||pool-8-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-25T05:56:05.283Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T05:56:05.284Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-25T05:56:05.286Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T05:56:05.286Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669355758564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/artifacts/service-Vfw20221125055421-csar.csar",
  "status": "NOTIFIED"
}
2022-11-25T05:56:05.386Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-25T05:56:05.387Z||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-25T05:56:05.388Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T05:56:05.402Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:56:05.402Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-25T05:56:06.288Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
  "serviceName": "vFW 2022-11-25 05-54-21",
  "serviceVersion": "1.0",
  "serviceUUID": "16e358a2-d65e-475e-858d-1fb77e29f44d",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "553558c0-bb8b-4c19-bcd9-5cabbdc7d65b",
  "resources": [
    {
      "resourceInstanceName": "vFW b2fd6c96-5c46 0",
      "resourceCustomizationUUID": "690927ef-d966-4ed5-8c7e-a9ff7350f298",
      "resourceName": "vFW b2fd6c96-5c46",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "da260e66-a9fd-4d87-9554-c6079c716e40",
      "resourceInvariantUUID": "5818df03-2abf-4ede-b46a-340dea6e8417",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwb2fd6c965c460_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/vfwb2fd6c965c460_modules.json",
          "artifactChecksum": "NjA5NWJmY2RjNTg2MzIwNTQzMmM2YjQ5MDg5ZGU4ZTk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d021e6d0-9057-4450-a2d6-7670ee0076f6",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "2f05c36e-6ece-4767-a813-9a71338661ce",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "e5b28749-13ef-4bad-85a8-613ae717d127",
            "generatedFromUUID": "2f05c36e-6ece-4767-a813-9a71338661ce"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "e5b28749-13ef-4bad-85a8-613ae717d127",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20221125055421-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/artifacts/service-Vfw20221125055421-csar.csar",
      "artifactChecksum": "MWZkMzMxMDFlYTllNDBhYjQxYjQxZmVlZmRjZWNiMzI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "22ba74c5-293d-4790-82cd-f4f59d1fc835"
    }
  ],
  "workloadContext": "Production"
}
2022-11-25T05:56:06.290Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-25T05:56:06.290Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 16e358a2-d65e-475e-858d-1fb77e29f44d ASDC
2022-11-25T05:56:06.420Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:152069e3-77e4-43a8-8d25-44bec425b2fd
ServiceName:vFW 2022-11-25 05-54-21
ServiceVersion:1.0
ServiceUUID:16e358a2-d65e-475e-858d-1fb77e29f44d
ServiceInvariantUUID:553558c0-bb8b-4c19-bcd9-5cabbdc7d65b
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221125055421-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221125055421/1.0/artifacts/service-Vfw20221125055421-csar.csar
ArtifactUUID:22ba74c5-293d-4790-82cd-f4f59d1fc835
ArtifactChecksum:MWZkMzMxMDFlYTllNDBhYjQxYjQxZmVlZmRjZWNiMzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b2fd6c96-5c46 0
ResourceCustomizationUUID:690927ef-d966-4ed5-8c7e-a9ff7350f298
ResourceInvariantUUID:5818df03-2abf-4ede-b46a-340dea6e8417
ResourceName:vFW b2fd6c96-5c46
ResourceType:VF
ResourceUUID:da260e66-a9fd-4d87-9554-c6079c716e40
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb2fd6c965c460_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/vfwb2fd6c965c460_modules.json
ArtifactUUID:d021e6d0-9057-4450-a2d6-7670ee0076f6
ArtifactChecksum:NjA5NWJmY2RjNTg2MzIwNTQzMmM2YjQ5MDg5ZGU4ZTk=
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/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.yaml
ArtifactUUID:2f05c36e-6ece-4767-a813-9a71338661ce
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/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.env
ArtifactUUID:e5b28749-13ef-4bad-85a8-613ae717d127
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/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.env
ArtifactUUID:e5b28749-13ef-4bad-85a8-613ae717d127
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-25T05:56:06.421Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 16e358a2-d65e-475e-858d-1fb77e29f44d 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-25T05:56:06.492Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-25T05:56:06.493Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-25T05:56:06.495Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-25T05:56:06.495Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 22ba74c5-293d-4790-82cd-f4f59d1fc835 from URL: /sdc/v1/catalog/services/Vfw20221125055421/1.0/artifacts/service-Vfw20221125055421-csar.csar
2022-11-25T05:56:06.495Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-25T05:56:06.497Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221125055421/1.0/artifacts/service-Vfw20221125055421-csar.csar
2022-11-25T05:56:06.606Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-25T05:56:06.628Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221125055421/1.0/artifacts/service-Vfw20221125055421-csar.csar 22ba74c5-293d-4790-82cd-f4f59d1fc835 101542
2022-11-25T05:56:06.630Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221125055421/1.0/artifacts/service-Vfw20221125055421-csar.csar ASDC sendASDCNotification
2022-11-25T05:56:06.630Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221125055421/1.0/artifacts/service-Vfw20221125055421-csar.csar
2022-11-25T05:56:06.632Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-25T05:56:06.633Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-25T05:56:06.636Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T05:56:06.636Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669355766628,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/artifacts/service-Vfw20221125055421-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-25T05:56:06.736Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T05:56:06.737Z||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-25T05:56:06.737Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T05:56:06.754Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:56:06.754Z||pool-10-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-25T05:56:07.637Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-25T05:56:07.638Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-25T05:56:07.639Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 22ba74c5-293d-4790-82cd-f4f59d1fc835, URL: /sdc/v1/catalog/services/Vfw20221125055421/1.0/artifacts/service-Vfw20221125055421-csar.csar to file: /app/ASDC/1/service-Vfw20221125055421-csar.csar
2022-11-25T05:56:07.639Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221125055421-csar.csar
2022-11-25T05:56:07.755Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221125055421-csar.csar
2022-11-25T05:56:07.756Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221125055421-csar.csar
2022-11-25T05:56:08.644Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4648269991055200344/Definitions/service-Vfw20221125055421-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_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-11-25T05:56:11.766Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-25T05:56:11.772Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-25T05:56:11.772Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221125055421-csar.csar
2022-11-25T05:56:11.772Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-11-25T05:56:11.772Z|152069e3-77e4-43a8-8d25-44bec425b2fd|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-Vfw20221125055421-csar.csar
2022-11-25T05:56:11.772Z|152069e3-77e4-43a8-8d25-44bec425b2fd|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-Vfw20221125055421-csar.csar
2022-11-25T05:56:11.773Z|152069e3-77e4-43a8-8d25-44bec425b2fd|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-Vfw20221125055421-csar.csar
2022-11-25T05:56:11.773Z|152069e3-77e4-43a8-8d25-44bec425b2fd|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-Vfw20221125055421-csar.csar
2022-11-25T05:56:11.773Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b2fd6c96-5c46 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-Vfw20221125055421-csar.csar
2022-11-25T05:56:11.773Z|152069e3-77e4-43a8-8d25-44bec425b2fd|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-Vfw20221125055421-csar.csar
2022-11-25T05:56:11.773Z|152069e3-77e4-43a8-8d25-44bec425b2fd|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-Vfw20221125055421-csar.csar
2022-11-25T05:56:11.773Z|152069e3-77e4-43a8-8d25-44bec425b2fd|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-Vfw20221125055421-csar.csar
2022-11-25T05:56:11.773Z|152069e3-77e4-43a8-8d25-44bec425b2fd|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-Vfw20221125055421-csar.csar
2022-11-25T05:56:11.773Z|152069e3-77e4-43a8-8d25-44bec425b2fd|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-Vfw20221125055421-csar.csar
2022-11-25T05:56:11.774Z|152069e3-77e4-43a8-8d25-44bec425b2fd|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-Vfw20221125055421-csar.csar
2022-11-25T05:56:11.774Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-25T05:56:11.780Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T05:56:11.782Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-25 05-54-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T05:56:11.786Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vFW b2fd6c96-5c46 0 is matching search criteria
2022-11-25T05:56:11.787Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-25T05:56:11.788Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b2fd6c96-5c46 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-25T05:56:11.790Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T05:56:11.791Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-25 05-54-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T05:56:11.791Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vFW b2fd6c96-5c46 0 is matching search criteria
2022-11-25T05:56:11.791Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-25T05:56:11.791Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b2fd6c96-5c46 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-25T05:56:11.791Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T05:56:11.791Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-25 05-54-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T05:56:11.795Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T05:56:11.795Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vFW b2fd6c96-5c46 0 is not matching search criteria
2022-11-25T05:56:11.795Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-25T05:56:11.796Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-25T05:56:11.796Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-25T05:56:11.796Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-25T05:56:11.796Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-25T05:56:11.796Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-25T05:56:11.797Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-25T05:56:11.797Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-25T05:56:11.797Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-25T05:56:11.797Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-25T05:56:11.797Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-25T05:56:11.797Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-25T05:56:11.798Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-25T05:56:11.798Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-25T05:56:11.798Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-25T05:56:11.798Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-25T05:56:11.798Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T05:56:11.798Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-25 05-54-21 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-25T05:56:11.800Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T05:56:11.800Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vFW b2fd6c96-5c46 0 is matching search criteria
2022-11-25T05:56:11.800Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b2fd6c96-5c46 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-25T05:56:11.800Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T05:56:11.801Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vFW b2fd6c96-5c46 0 is matching search criteria
2022-11-25T05:56:11.801Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b2fd6c96-5c46 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-25T05:56:11.801Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T05:56:11.801Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vFW b2fd6c96-5c46 0 is matching search criteria
2022-11-25T05:56:11.801Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b2fd6c96-5c46 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-25T05:56:11.802Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T05:56:11.802Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vFW b2fd6c96-5c46 0 is not matching search criteria
2022-11-25T05:56:11.802Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-25T05:56:11.802Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-25T05:56:11.802Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-25T05:56:11.803Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-25T05:56:11.803Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-25T05:56:11.803Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-25T05:56:11.803Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-25T05:56:11.803Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-25T05:56:11.803Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-25T05:56:11.804Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-25T05:56:11.804Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-25T05:56:11.804Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=bec3b289-c055-4c54-970f-a31cd35a9de2
2022-11-25T05:56:11.804Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T05:56:11.804Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vFW b2fd6c96-5c46 0 is not matching search criteria
2022-11-25T05:56:11.805Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-25T05:56:11.805Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-25T05:56:11.805Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-25T05:56:11.805Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-25T05:56:11.805Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-25T05:56:11.805Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-25T05:56:11.806Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-25T05:56:11.806Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-25T05:56:11.806Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-25T05:56:11.806Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-25T05:56:11.806Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-25T05:56:11.806Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-25T05:56:11.807Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=19461ab3-da3e-4736-bc50-feb06380fca4
2022-11-25T05:56:11.807Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T05:56:11.807Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vFW b2fd6c96-5c46 0 is not matching search criteria
2022-11-25T05:56:11.807Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-25T05:56:11.807Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-25T05:56:11.808Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-25T05:56:11.808Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-25T05:56:11.808Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-25T05:56:11.808Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-25T05:56:11.808Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-25T05:56:11.808Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-25T05:56:11.809Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-25T05:56:11.809Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-25T05:56:11.809Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-25T05:56:11.809Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-25T05:56:11.809Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=235c8b73-49d2-4b3e-9c95-f254493cc7ee
2022-11-25T05:56:11.809Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T05:56:11.810Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-25 05-54-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T05:56:11.810Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T05:56:11.810Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-25 05-54-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T05:56:11.810Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T05:56:11.810Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-25 05-54-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T05:56:11.811Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T05:56:11.811Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-25 05-54-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T05:56:11.811Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-11-25 05-54-21
Description:catalog service description
Model UUID:16e358a2-d65e-475e-858d-1fb77e29f44d
Model Version:NULL
Model InvariantUuid:553558c0-bb8b-4c19-bcd9-5cabbdc7d65b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW b2fd6c96-5c46
Model UUID:1ab71354-c5fe-49e5-9083-44d716bed4ef
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5818df03-2abf-4ede-b46a-340dea6e8417
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:690927ef-d966-4ed5-8c7e-a9ff7350f298
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f6568360-5059-4a25-a470-526128c103dd
ModelName:VfwB2fd6c965c46..base_vfw..module-0
ModelUuid:4c8dff5d-a8a5-417e-b6a4-a3aae8c512aa
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:bec3b289-c055-4c54-970f-a31cd35a9de2
ModelInvariantUuid:cde9466b-000d-4ed1-bd49-ab280d4d929c
ModelName:vFW b2fd6c96-5c46-nodes.vfwCvfc
ModelUuid:8141f0a6-a2be-4662-8b09-58d4cb869b88
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:0615081d-c5fc-4e74-886b-abf0056e3985
ModelInvariantUuid:b501620c-d295-4d25-b6c7-10e6ffb6c8cf
ModelName:VfwB2fd6c965c46.compute.nodes.heat.vfw
ModelUuid:50e5ccdb-8e96-4589-96af-dfb45abb62e3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:19461ab3-da3e-4736-bc50-feb06380fca4
ModelInvariantUuid:76c74cc3-ba77-4b21-985a-86d26572c29e
ModelName:vFW b2fd6c96-5c46-nodes.vsnCvfc
ModelUuid:e188d529-9da4-4ff3-9f87-0b46106bf4e6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:d7048386-5865-443c-a833-7f7165eab498
ModelInvariantUuid:fed0e08a-a195-4652-bae6-dbbb8a118b1b
ModelName:VfwB2fd6c965c46.compute.nodes.heat.vsn
ModelUuid:1911318c-2c60-4b10-aa90-b9219fceb220
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:235c8b73-49d2-4b3e-9c95-f254493cc7ee
ModelInvariantUuid:9f8c2f97-e083-41bf-91bb-225d5ae19ea9
ModelName:vFW b2fd6c96-5c46-nodes.vpgCvfc
ModelUuid:8093dc8e-204b-45b5-946f-26902a4b420b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:7a1f6ae5-1e57-44c4-893a-2acc3a79e93c
ModelInvariantUuid:43190a63-e85e-4381-98cb-bf9f6e2c048b
ModelName:VfwB2fd6c965c46.compute.nodes.heat.vpg
ModelUuid:dfc32f94-e59b-4ff2-a9d3-1e8a40acaa7b
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-25T05:56:11.821Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: da260e66-a9fd-4d87-9554-c6079c716e40
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-25T05:56:11.918Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||vFW b2fd6c96-5c46 0
2022-11-25T05:56:11.925Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: da260e66-a9fd-4d87-9554-c6079c716e40
2022-11-25T05:56:11.925Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d021e6d0-9057-4450-a2d6-7670ee0076f6 from URL: /sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/vfwb2fd6c965c460_modules.json
2022-11-25T05:56:11.925Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-25T05:56:11.925Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/vfwb2fd6c965c460_modules.json
2022-11-25T05:56:12.001Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-25T05:56:12.002Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/vfwb2fd6c965c460_modules.json d021e6d0-9057-4450-a2d6-7670ee0076f6 785
2022-11-25T05:56:12.002Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/vfwb2fd6c965c460_modules.json ASDC sendASDCNotification
2022-11-25T05:56:12.002Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/vfwb2fd6c965c460_modules.json
2022-11-25T05:56:12.002Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-25T05:56:12.003Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-25T05:56:12.005Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T05:56:12.006Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669355772002,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/vfwb2fd6c965c460_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-25T05:56:12.106Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T05:56:12.108Z||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-25T05:56:12.108Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T05:56:12.121Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:56:12.121Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-25T05:56:13.007Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwB2fd6c965c46..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "f6568360-5059-4a25-a470-526128c103dd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4c8dff5d-a8a5-417e-b6a4-a3aae8c512aa",
    "vfModuleModelCustomizationUUID": "b28c5f16-a02c-48b2-837c-cf3a0b5addae",
    "isBase": true,
    "artifacts": [
      "2f05c36e-6ece-4767-a813-9a71338661ce",
      "e5b28749-13ef-4bad-85a8-613ae717d127"
    ],
    "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-25T05:56:13.021Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB2fd6c965c46..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4c8dff5d-a8a5-417e-b6a4-a3aae8c512aa
VfModuleModelInvariantUUID:f6568360-5059-4a25-a470-526128c103dd
VfModuleModelDescription:NULL
Artifacts UUID List:{
2f05c36e-6ece-4767-a813-9a71338661ce
,
e5b28749-13ef-4bad-85a8-613ae717d127

}
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-25T05:56:13.023Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwB2fd6c965c46..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "f6568360-5059-4a25-a470-526128c103dd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4c8dff5d-a8a5-417e-b6a4-a3aae8c512aa",
    "vfModuleModelCustomizationUUID": "b28c5f16-a02c-48b2-837c-cf3a0b5addae",
    "isBase": true,
    "artifacts": [
      "2f05c36e-6ece-4767-a813-9a71338661ce",
      "e5b28749-13ef-4bad-85a8-613ae717d127"
    ],
    "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-25T05:56:13.024Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB2fd6c965c46..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4c8dff5d-a8a5-417e-b6a4-a3aae8c512aa
VfModuleModelInvariantUUID:f6568360-5059-4a25-a470-526128c103dd
VfModuleModelDescription:NULL
Artifacts UUID List:{
2f05c36e-6ece-4767-a813-9a71338661ce
,
e5b28749-13ef-4bad-85a8-613ae717d127

}
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-25T05:56:13.024Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2f05c36e-6ece-4767-a813-9a71338661ce from URL: /sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.yaml
2022-11-25T05:56:13.024Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-25T05:56:13.024Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.yaml
2022-11-25T05:56:13.089Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-25T05:56:13.090Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.yaml 2f05c36e-6ece-4767-a813-9a71338661ce 20368
2022-11-25T05:56:13.090Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-25T05:56:13.090Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.yaml
2022-11-25T05:56:13.090Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-25T05:56:13.090Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-25T05:56:13.093Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T05:56:13.093Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669355773090,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-25T05:56:13.195Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-11-25T05:56:13.196Z||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-25T05:56:13.197Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T05:56:13.210Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:56:13.211Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-25T05:56:14.094Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e5b28749-13ef-4bad-85a8-613ae717d127 from URL: /sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.env
2022-11-25T05:56:14.094Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-25T05:56:14.095Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.env
2022-11-25T05:56:14.161Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-25T05:56:14.162Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.env e5b28749-13ef-4bad-85a8-613ae717d127 2098
2022-11-25T05:56:14.162Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-25T05:56:14.162Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.env
2022-11-25T05:56:14.162Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-25T05:56:14.163Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-25T05:56:14.165Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T05:56:14.165Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669355774162,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-11-25T05:56:14.266Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-25T05:56:14.267Z||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-25T05:56:14.267Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T05:56:14.280Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:56:14.281Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-25T05:56:15.166Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 16e358a2-d65e-475e-858d-1fb77e29f44d
2022-11-25T05:56:15.166Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW b2fd6c96-5c46 0 da260e66-a9fd-4d87-9554-c6079c716e40 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-25T05:56:15.203Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@63c05437, org.onap.sdc.toscaparser.api.parameters.Input@1d78fcec, org.onap.sdc.toscaparser.api.parameters.Input@2eb8661d, org.onap.sdc.toscaparser.api.parameters.Input@82e1d89, org.onap.sdc.toscaparser.api.parameters.Input@69ae9157]
2022-11-25T05:56:15.206Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T05:56:15.206Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-25 05-54-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T05:56:15.207Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-11-25T05:56:15.207Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 690927ef-d966-4ed5-8c7e-a9ff7350f298
2022-11-25T05:56:15.207Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 690927ef-d966-4ed5-8c7e-a9ff7350f298 matches Tosca VF Customization UUID: 690927ef-d966-4ed5-8c7e-a9ff7350f298
2022-11-25T05:56:15.207Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 690927ef-d966-4ed5-8c7e-a9ff7350f298  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-25T05:56:15.214Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T05:56:15.214Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-25 05-54-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T05:56:15.215Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 690927ef-d966-4ed5-8c7e-a9ff7350f298: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-25T05:56:15.215Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@74f6b784
2022-11-25T05:56:15.216Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T05:56:15.216Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-25 05-54-21 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-25T05:56:15.216Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b28c5f16-a02c-48b2-837c-cf3a0b5addae
2022-11-25T05:56:15.217Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b28c5f16-a02c-48b2-837c-cf3a0b5addae
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-25T05:56:15.225Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T05:56:15.225Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vFW b2fd6c96-5c46 0 is matching search criteria
2022-11-25T05:56:15.225Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b2fd6c96-5c46 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-25T05:56:15.226Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T05:56:15.226Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vFW b2fd6c96-5c46 0 is matching search criteria
2022-11-25T05:56:15.226Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b2fd6c96-5c46 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-25T05:56:15.227Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T05:56:15.227Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vFW b2fd6c96-5c46 0 is not matching search criteria
2022-11-25T05:56:15.227Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-25T05:56:15.227Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-25T05:56:15.227Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-25T05:56:15.228Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-25T05:56:15.228Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-25T05:56:15.228Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-25T05:56:15.228Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-25T05:56:15.228Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-25T05:56:15.228Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-25T05:56:15.229Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-25T05:56:15.229Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-25T05:56:15.229Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=bec3b289-c055-4c54-970f-a31cd35a9de2
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-25T05:56:15.236Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T05:56:15.236Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vFW b2fd6c96-5c46 0 is matching search criteria
2022-11-25T05:56:15.236Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b2fd6c96-5c46 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-25T05:56:15.237Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T05:56:15.237Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vFW b2fd6c96-5c46 0 is not matching search criteria
2022-11-25T05:56:15.237Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-25T05:56:15.237Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-25T05:56:15.237Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-25T05:56:15.237Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-25T05:56:15.238Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-25T05:56:15.238Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-25T05:56:15.238Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-25T05:56:15.238Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-25T05:56:15.238Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-25T05:56:15.238Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-25T05:56:15.239Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-25T05:56:15.239Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-25T05:56:15.239Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=19461ab3-da3e-4736-bc50-feb06380fca4
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-25T05:56:15.241Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T05:56:15.241Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vFW b2fd6c96-5c46 0 is matching search criteria
2022-11-25T05:56:15.241Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b2fd6c96-5c46 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-25T05:56:15.243Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T05:56:15.243Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vFW b2fd6c96-5c46 0 is not matching search criteria
2022-11-25T05:56:15.244Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-25T05:56:15.244Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-25T05:56:15.244Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-25T05:56:15.244Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-25T05:56:15.245Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-25T05:56:15.245Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-25T05:56:15.245Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-25T05:56:15.245Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-25T05:56:15.245Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-25T05:56:15.246Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-25T05:56:15.246Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-25T05:56:15.246Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-25T05:56:15.246Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=235c8b73-49d2-4b3e-9c95-f254493cc7ee
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-25T05:56:15.248Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T05:56:15.248Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vFW b2fd6c96-5c46 0 is matching search criteria
2022-11-25T05:56:15.248Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b2fd6c96-5c46 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-25T05:56:15.249Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T05:56:15.249Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Node template vFW b2fd6c96-5c46 0 is matching search criteria
2022-11-25T05:56:15.249Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b2fd6c96-5c46 0] matching following query criteria: sdcType=VF, customizationUUID=690927ef-d966-4ed5-8c7e-a9ff7350f298
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-25T05:56:15.251Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T05:56:15.251Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-25 05-54-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T05:56:15.251Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 16e358a2-d65e-475e-858d-1fb77e29f44d: vFW b2fd6c96-5c46
2022-11-25T05:56:15.251Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T05:56:15.252Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-25 05-54-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T05:56:15.252Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T05:56:15.252Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-25 05-54-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T05:56:15.252Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T05:56:15.253Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-25 05-54-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T05:56:15.253Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T05:56:15.253Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-25 05-54-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T05:56:15.253Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T05:56:15.253Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-25 05-54-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T05:56:15.253Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-11-25 05-54-21 
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-25T05:56:15.500Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW b2fd6c96-5c46 da260e66-a9fd-4d87-9554-c6079c716e40 1 ASDC deployResourceStructure
2022-11-25T05:56:15.501Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/vfwb2fd6c965c460_modules.json ASDC sendASDCNotification
2022-11-25T05:56:15.501Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/vfwb2fd6c965c460_modules.json
2022-11-25T05:56:15.501Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-25T05:56:15.502Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-25T05:56:15.504Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T05:56:15.505Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669355775501,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/vfwb2fd6c965c460_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-25T05:56:15.605Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-25T05:56:15.606Z||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-25T05:56:15.606Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T05:56:15.619Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:56:15.620Z||pool-14-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-25T05:56:16.506Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-25T05:56:16.506Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.yaml
2022-11-25T05:56:16.506Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-25T05:56:16.507Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-25T05:56:16.509Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T05:56:16.509Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669355776506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-11-25T05:56:16.609Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T05:56:16.610Z||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-25T05:56:16.610Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T05:56:16.629Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:56:16.631Z||pool-15-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-25T05:56:17.510Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-25T05:56:17.510Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.env
2022-11-25T05:56:17.510Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-25T05:56:17.510Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-25T05:56:17.512Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T05:56:17.513Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669355777509,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-11-25T05:56:17.613Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T05:56:17.614Z||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-25T05:56:17.614Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T05:56:17.671Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:56:17.671Z||pool-16-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":0,"count":1}
2022-11-25T05:56:18.513Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221125055421/1.0/artifacts/service-Vfw20221125055421-csar.csar ASDC sendASDCNotification
2022-11-25T05:56:18.514Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221125055421/1.0/artifacts/service-Vfw20221125055421-csar.csar
2022-11-25T05:56:18.514Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-25T05:56:18.514Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-25T05:56:18.520Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T05:56:18.521Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669355778513,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/artifacts/service-Vfw20221125055421-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-25T05:56:18.621Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T05:56:18.622Z||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-25T05:56:18.622Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T05:56:18.641Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:56:18.642Z||pool-17-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-25T05:56:19.522Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 152069e3-77e4-43a8-8d25-44bec425b2fd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T05:56:19.543Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 152069e3-77e4-43a8-8d25-44bec425b2fd
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-25T05:56:19.546Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-25T05:56:19.546Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-25T05:56:19.546Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-25T05:56:49.547Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 152069e3-77e4-43a8-8d25-44bec425b2fd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T05:56:49.572Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 152069e3-77e4-43a8-8d25-44bec425b2fd
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-25T05:56:49.578Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-25T05:56:49.578Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-25T05:56:49.578Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-25T05:56:58.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:56:58.577Z||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-25T05:56:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:56:58.607Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:56:58.608Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:56:58.608Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669355752894,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/artifacts/service-BasicOnboardVktqwi-csar.csar",
  "status": "NOTIFIED"
}
2022-11-25T05:56:58.609Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-25T05:57:19.578Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 152069e3-77e4-43a8-8d25-44bec425b2fd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T05:57:19.593Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 152069e3-77e4-43a8-8d25-44bec425b2fd
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-25T05:57:19.596Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-25T05:57:19.596Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-25T05:57:19.596Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-25T05:57:49.596Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 152069e3-77e4-43a8-8d25-44bec425b2fd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T05:57:49.608Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 152069e3-77e4-43a8-8d25-44bec425b2fd
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-25T05:57:49.616Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-25T05:57:49.616Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-25T05:57:49.616Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-25T05:57:58.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:57:58.578Z||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-25T05:57:58.578Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:57:58.614Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:57:58.615Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:57:58.615Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669355759122,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/artifacts/service-BasicOnboardVktqwi-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-25T05:57:58.616Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T05:58:19.616Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 152069e3-77e4-43a8-8d25-44bec425b2fd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T05:58:19.630Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 152069e3-77e4-43a8-8d25-44bec425b2fd
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-25T05:58:19.633Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-25T05:58:19.633Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-25T05:58:19.633Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-25T05:58:49.634Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 152069e3-77e4-43a8-8d25-44bec425b2fd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T05:58:49.645Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 152069e3-77e4-43a8-8d25-44bec425b2fd
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-25T05:58:49.648Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-25T05:58:49.648Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-25T05:58:49.648Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-25T05:58:58.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:58:58.577Z||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-25T05:58:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T05:58:59.101Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T05:58:59.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:58:59.103Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669355758564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T05:58:59.105Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-25T05:58:59.105Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:58:59.105Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669355760696,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/basic_onboard_vktqwi0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-25T05:58:59.105Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T05:58:59.105Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:58:59.105Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669355760125,
  "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-25T05:58:59.113Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 753e2469-8b88-4f63-92ce-44126b1ca134
2022-11-25T05:58:59.113Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 753e2469-8b88-4f63-92ce-44126b1ca134 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-25T05:58:59.122Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:58:59.123Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669355758564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/vfwb2fd6c965c460_modules.json",
  "status": "NOTIFIED"
}
2022-11-25T05:58:59.123Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-25T05:58:59.123Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:58:59.124Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669355761817,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-25T05:58:59.124Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T05:58:59.124Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:58:59.124Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669355758564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-11-25T05:58:59.125Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-25T05:58:59.125Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:58:59.125Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
  "consumerID": "aai-ml",
  "timestamp": 1669355762764,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/artifacts/service-Vfw20221125055421-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-25T05:58:59.125Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T05:58:59.125Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:58:59.126Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669355762885,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-11-25T05:58:59.126Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T05:58:59.126Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:58:59.126Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669355758564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T05:58:59.127Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-25T05:58:59.127Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:58:59.127Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
  "consumerID": "aai-ml",
  "timestamp": 1669355763771,
  "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-25T05:58:59.133Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 152069e3-77e4-43a8-8d25-44bec425b2fd
2022-11-25T05:58:59.133Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 152069e3-77e4-43a8-8d25-44bec425b2fd 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-25T05:58:59.142Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:58:59.142Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669355763953,
  "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-25T05:58:59.147Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 753e2469-8b88-4f63-92ce-44126b1ca134
2022-11-25T05:58:59.147Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 753e2469-8b88-4f63-92ce-44126b1ca134 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-25T05:58:59.156Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:58:59.156Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669355758564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-11-25T05:58:59.156Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-25T05:58:59.156Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:58:59.156Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669355764964,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/basic_onboard_vktqwi0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-25T05:58:59.157Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T05:58:59.157Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:58:59.157Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669355758564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/artifacts/service-Vfw20221125055421-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T05:58:59.157Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-25T05:58:59.158Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:58:59.158Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669355758564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/artifacts/service-Vfw20221125055421-csar.csar",
  "status": "NOTIFIED"
}
2022-11-25T05:58:59.158Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-25T05:58:59.158Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:58:59.159Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669355766628,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/artifacts/service-Vfw20221125055421-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-25T05:58:59.159Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T05:58:59.159Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:58:59.159Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
  "consumerID": "aai-ml",
  "timestamp": 1669355768064,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T05:58:59.159Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-25T05:58:59.160Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:58:59.160Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
  "consumerID": "aai-ml",
  "timestamp": 1669355768064,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/basic_onboard_vktqwi0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-25T05:58:59.160Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-25T05:58:59.160Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:58:59.160Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
  "consumerID": "aai-ml",
  "timestamp": 1669355768064,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T05:58:59.160Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-25T05:58:59.161Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:58:59.161Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
  "consumerID": "aai-ml",
  "timestamp": 1669355768064,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T05:58:59.161Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-25T05:58:59.161Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:58:59.161Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
  "consumerID": "aai-ml",
  "timestamp": 1669355768064,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-25T05:58:59.162Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-25T05:58:59.162Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:58:59.162Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669355772002,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/vfwb2fd6c965c460_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-25T05:58:59.162Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T05:58:59.162Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:58:59.162Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
  "consumerID": "aai-ml",
  "timestamp": 1669355768064,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/artifacts/service-BasicOnboardVktqwi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T05:58:59.163Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-25T05:58:59.163Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:58:59.163Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669355773090,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-25T05:58:59.163Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T05:58:59.163Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:58:59.163Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
  "consumerID": "aai-ml",
  "timestamp": 1669355768064,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/artifacts/service-BasicOnboardVktqwi-csar.csar",
  "status": "NOTIFIED"
}
2022-11-25T05:58:59.164Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-25T05:58:59.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:58:59.164Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669355774162,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-11-25T05:58:59.164Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T05:58:59.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:58:59.165Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
  "consumerID": "aai-ml",
  "timestamp": 1669355775800,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/artifacts/service-BasicOnboardVktqwi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-25T05:58:59.165Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T05:58:59.165Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:58:59.165Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669355775501,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/vfwb2fd6c965c460_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-25T05:58:59.165Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T05:58:59.165Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:58:59.166Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669355776506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-11-25T05:58:59.166Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T05:58:59.166Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:58:59.166Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669355777509,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/resourceInstances/vfwb2fd6c965c460/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-11-25T05:58:59.166Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T05:58:59.166Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:58:59.167Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669355778513,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221125055421/1.0/artifacts/service-Vfw20221125055421-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-25T05:58:59.167Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T05:58:59.167Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:58:59.167Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
  "consumerID": "aai-ml",
  "timestamp": 1669355783813,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/artifacts/service-BasicOnboardVktqwi-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-25T05:58:59.168Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T05:58:59.168Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T05:58:59.168Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
  "consumerID": "aai-ml",
  "timestamp": 1669355784817,
  "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-25T05:58:59.180Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 753e2469-8b88-4f63-92ce-44126b1ca134
2022-11-25T05:58:59.181Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 753e2469-8b88-4f63-92ce-44126b1ca134 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-25T05:59:19.648Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 152069e3-77e4-43a8-8d25-44bec425b2fd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T05:59:19.662Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 152069e3-77e4-43a8-8d25-44bec425b2fd
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-25T05:59:19.665Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-25T05:59:19.665Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-25T05:59:19.665Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-25T05:59:19.665Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-25T05:59:19.665Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-25T05:59:19.665Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-25T05:59:19.666Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-25T05:59:19.666Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-25T05:59:19.666Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-25T05:59:19.666Z|152069e3-77e4-43a8-8d25-44bec425b2fd|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-25T05:59:19.670Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-25T05:59:49.671Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 152069e3-77e4-43a8-8d25-44bec425b2fd 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-25T05:59:49.684Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 152069e3-77e4-43a8-8d25-44bec425b2fd and serviceModelVersionId: 16e358a2-d65e-475e-858d-1fb77e29f44d
2022-11-25T05:59:49.684Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 553558c0-bb8b-4c19-bcd9-5cabbdc7d65b
2022-11-25T05:59:58.576Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T05:59:58.577Z||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-25T05:59:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:00:05.627Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/553558c0-bb8b-4c19-bcd9-5cabbdc7d65b/model-vers/model-ver/16e358a2-d65e-475e-858d-1fb77e29f44d?depth=0
2022-11-25T06:00:05.742Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-11-25T06:00:06.255Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/553558c0-bb8b-4c19-bcd9-5cabbdc7d65b/model-vers/model-ver/16e358a2-d65e-475e-858d-1fb77e29f44d?depth=0|INFO|500||Invoke
2022-11-25T06:00:06.262Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/553558c0-bb8b-4c19-bcd9-5cabbdc7d65b/model-vers/model-ver/16e358a2-d65e-475e-858d-1fb77e29f44d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/553558c0-bb8b-4c19-bcd9-5cabbdc7d65b/model-vers/model-ver/16e358a2-d65e-475e-858d-1fb77e29f44d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[152069e3-77e4-43a8-8d25-44bec425b2fd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[804db359-4077-4240-9a7e-cd1d19e68fc1], X-ECOMP-RequestID=[152069e3-77e4-43a8-8d25-44bec425b2fd], X-TransactionId=[], X-ONAP-RequestID=[152069e3-77e4-43a8-8d25-44bec425b2fd], Content-Type=[application/merge-patch+json]}
2022-11-25T06:00:06.372Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/553558c0-bb8b-4c19-bcd9-5cabbdc7d65b/model-vers/model-ver/16e358a2-d65e-475e-858d-1fb77e29f44d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-25T06:00:06.629Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/553558c0-bb8b-4c19-bcd9-5cabbdc7d65b/model-vers/model-ver/16e358a2-d65e-475e-858d-1fb77e29f44d?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/553558c0-bb8b-4c19-bcd9-5cabbdc7d65b/model-vers/model-ver/16e358a2-d65e-475e-858d-1fb77e29f44d?depth=0 has http status code:200 and response headers:{date=[Fri, 25 Nov 2022 06:00:06 GMT], content-length=[0], vertex-id=[245792], x-aai-txid=[0-aai-resources-221125-06:00:06:465-4719], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-25T06:00:06.630Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/553558c0-bb8b-4c19-bcd9-5cabbdc7d65b/model-vers/model-ver/16e358a2-d65e-475e-858d-1fb77e29f44d?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-25T06:00:06.631Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/553558c0-bb8b-4c19-bcd9-5cabbdc7d65b/model-vers/model-ver/16e358a2-d65e-475e-858d-1fb77e29f44d?depth=0|INFO|500||InvokeReturn
2022-11-25T06:00:06.636Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-25T06:00:06.637Z|152069e3-77e4-43a8-8d25-44bec425b2fd|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-25T06:00:06.644Z|152069e3-77e4-43a8-8d25-44bec425b2fd|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-25T06:00:06.645Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 152069e3-77e4-43a8-8d25-44bec425b2fd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-25T06:00:06.646Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-25T06:00:06.647Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:00:06.649Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:00:06.649Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356006645,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-25T06:00:06.749Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:00:06.750Z||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-25T06:00:06.751Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:00:06.768Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:00:06.768Z||pool-18-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:00:07.386Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:00:07.387Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T06:00:07.387Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "152069e3-77e4-43a8-8d25-44bec425b2fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356006645,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-25T06:00:07.389Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-25T06:00:07.665Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-25T06:00:07.665Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"753e2469-8b88-4f63-92ce-44126b1ca134","serviceName":"basic_onboard_VkTqwi","serviceVersion":"1.0","serviceUUID":"50fafc4c-d0f4-4aa4-a91b-4a449e45a0fb","serviceDescription":"service","serviceInvariantUUID":"4583e2a7-8ac7-4eff-8925-ff3fbc1e609e","resources":[{"resourceInstanceName":"basic_onboard_VkTqwi 0","resourceName":"basic_onboard_VkTqwi","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"74bc30f6-0acf-4c48-acfb-382102cd131a","resourceInvariantUUID":"82edce6c-d785-4925-a648-fd2a434d52cf","resourceCustomizationUUID":"10adad24-2d05-4017-9244-e2de9c0e41e4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/vf-license-model.xml","artifactChecksum":"NzdmMDdiMWU2NTYyOWFhY2RkYjU2YTdkNzlhNWJiZmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a9209d06-2a20-4b83-8e4d-20fd64e8ce52","artifactVersion":"1"},{"artifactName":"basic_onboard_vktqwi0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/basic_onboard_vktqwi0_modules.json","artifactChecksum":"OTY5NjhiZWY2M2U4ZGJhNmJiYWZlYTdjMTlkY2Y0NDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d133fcde-104d-42f7-9e61-367fa956c45d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0c74b081-c4bb-4229-ac1c-4f40974493c2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7ebce62d-9b3e-4529-8d92-eafe9843bf07","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"41d2961e-a60c-48bd-91be-bc98f81976fa","artifactVersion":"2","generatedFromUUID":"0c74b081-c4bb-4229-ac1c-4f40974493c2"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardVktqwi-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/artifacts/service-BasicOnboardVktqwi-template.yml","artifactChecksum":"YjU5YzRiNTgzMGNmMmI3MDlmNTc0YTBhNTM0NzhiNzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0713b57b-fe2e-41d1-af30-cf278c045174","artifactVersion":"1"},{"artifactName":"service-BasicOnboardVktqwi-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/artifacts/service-BasicOnboardVktqwi-csar.csar","artifactChecksum":"ZTc2M2JhMTU3ZTE2MmEwM2MzYjhiZTAyMjJlODI5YWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5f92b15a-5e21-44eb-a026-085c9490b717","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-25T06:00:07.665Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T06:00:07.666Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:00:07.668Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:00:07.668Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669355758564,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:00:07.768Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:00:07.769Z||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-25T06:00:07.769Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:00:07.780Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:00:07.781Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-25T06:00:08.669Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T06:00:08.669Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:00:08.671Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:00:08.671Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669355758564,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/basic_onboard_vktqwi0_modules.json",
  "status": "NOTIFIED"
}
2022-11-25T06:00:08.772Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:00:08.773Z||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-25T06:00:08.773Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:00:08.786Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:00:08.786Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-25T06:00:09.672Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T06:00:09.672Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:00:09.675Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:00:09.675Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669355758564,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-11-25T06:00:09.775Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:00:09.776Z||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-25T06:00:09.776Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:00:09.794Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:00:09.795Z||pool-21-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-11-25T06:00:10.675Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T06:00:10.677Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:00:10.679Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:00:10.679Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669355758564,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:00:10.779Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:00:10.780Z||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-25T06:00:10.780Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:00:10.794Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:00:10.794Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-25T06:00:11.680Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T06:00:11.681Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:00:11.683Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:00:11.683Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669355758564,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-11-25T06:00:11.783Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-25T06:00:11.784Z||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-25T06:00:11.784Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:00:11.796Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:00:11.796Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:00:12.684Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T06:00:12.685Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:00:12.687Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:00:12.687Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669355758564,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/artifacts/service-BasicOnboardVktqwi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:00:12.787Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:00:12.789Z||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-25T06:00:12.789Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:00:12.803Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:00:12.803Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:00:13.687Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T06:00:13.688Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:00:13.690Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:00:13.690Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669355758564,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/artifacts/service-BasicOnboardVktqwi-csar.csar",
  "status": "NOTIFIED"
}
2022-11-25T06:00:13.790Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:00:13.791Z||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-25T06:00:13.792Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:00:13.806Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:00:13.806Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-25T06:00:14.692Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
  "serviceName": "basic_onboard_VkTqwi",
  "serviceVersion": "1.0",
  "serviceUUID": "50fafc4c-d0f4-4aa4-a91b-4a449e45a0fb",
  "serviceDescription": "service",
  "serviceInvariantUUID": "4583e2a7-8ac7-4eff-8925-ff3fbc1e609e",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_VkTqwi 0",
      "resourceCustomizationUUID": "10adad24-2d05-4017-9244-e2de9c0e41e4",
      "resourceName": "basic_onboard_VkTqwi",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "74bc30f6-0acf-4c48-acfb-382102cd131a",
      "resourceInvariantUUID": "82edce6c-d785-4925-a648-fd2a434d52cf",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_vktqwi0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/basic_onboard_vktqwi0_modules.json",
          "artifactChecksum": "OTY5NjhiZWY2M2U4ZGJhNmJiYWZlYTdjMTlkY2Y0NDI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d133fcde-104d-42f7-9e61-367fa956c45d",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "0c74b081-c4bb-4229-ac1c-4f40974493c2",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "41d2961e-a60c-48bd-91be-bc98f81976fa",
            "generatedFromUUID": "0c74b081-c4bb-4229-ac1c-4f40974493c2"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "41d2961e-a60c-48bd-91be-bc98f81976fa",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardVktqwi-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/artifacts/service-BasicOnboardVktqwi-csar.csar",
      "artifactChecksum": "ZTc2M2JhMTU3ZTE2MmEwM2MzYjhiZTAyMjJlODI5YWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5f92b15a-5e21-44eb-a026-085c9490b717"
    }
  ],
  "workloadContext": "Production"
}
2022-11-25T06:00:14.693Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-25T06:00:14.693Z|152069e3-77e4-43a8-8d25-44bec425b2fd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 50fafc4c-d0f4-4aa4-a91b-4a449e45a0fb ASDC
2022-11-25T06:00:14.694Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:753e2469-8b88-4f63-92ce-44126b1ca134
ServiceName:basic_onboard_VkTqwi
ServiceVersion:1.0
ServiceUUID:50fafc4c-d0f4-4aa4-a91b-4a449e45a0fb
ServiceInvariantUUID:4583e2a7-8ac7-4eff-8925-ff3fbc1e609e
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardVktqwi-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/artifacts/service-BasicOnboardVktqwi-csar.csar
ArtifactUUID:5f92b15a-5e21-44eb-a026-085c9490b717
ArtifactChecksum:ZTc2M2JhMTU3ZTE2MmEwM2MzYjhiZTAyMjJlODI5YWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_VkTqwi 0
ResourceCustomizationUUID:10adad24-2d05-4017-9244-e2de9c0e41e4
ResourceInvariantUUID:82edce6c-d785-4925-a648-fd2a434d52cf
ResourceName:basic_onboard_VkTqwi
ResourceType:VF
ResourceUUID:74bc30f6-0acf-4c48-acfb-382102cd131a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_vktqwi0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/basic_onboard_vktqwi0_modules.json
ArtifactUUID:d133fcde-104d-42f7-9e61-367fa956c45d
ArtifactChecksum:OTY5NjhiZWY2M2U4ZGJhNmJiYWZlYTdjMTlkY2Y0NDI=
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/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.yaml
ArtifactUUID:0c74b081-c4bb-4229-ac1c-4f40974493c2
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/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.env
ArtifactUUID:41d2961e-a60c-48bd-91be-bc98f81976fa
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/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.env
ArtifactUUID:41d2961e-a60c-48bd-91be-bc98f81976fa
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-25T06:00:14.694Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 50fafc4c-d0f4-4aa4-a91b-4a449e45a0fb 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-25T06:00:14.730Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-25T06:00:14.731Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-25T06:00:14.731Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-25T06:00:14.731Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 5f92b15a-5e21-44eb-a026-085c9490b717 from URL: /sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/artifacts/service-BasicOnboardVktqwi-csar.csar
2022-11-25T06:00:14.732Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-25T06:00:14.732Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/artifacts/service-BasicOnboardVktqwi-csar.csar
2022-11-25T06:00:14.887Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-25T06:00:14.890Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/artifacts/service-BasicOnboardVktqwi-csar.csar 5f92b15a-5e21-44eb-a026-085c9490b717 75666
2022-11-25T06:00:14.891Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/artifacts/service-BasicOnboardVktqwi-csar.csar ASDC sendASDCNotification
2022-11-25T06:00:14.891Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/artifacts/service-BasicOnboardVktqwi-csar.csar
2022-11-25T06:00:14.891Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-25T06:00:14.891Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:00:14.893Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:00:14.893Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356014891,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/artifacts/service-BasicOnboardVktqwi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:00:14.994Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:00:14.994Z||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-25T06:00:14.994Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:00:15.008Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:00:15.009Z||pool-26-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:00:15.894Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-25T06:00:15.895Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-25T06:00:15.895Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 5f92b15a-5e21-44eb-a026-085c9490b717, URL: /sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/artifacts/service-BasicOnboardVktqwi-csar.csar to file: /app/ASDC/1/service-BasicOnboardVktqwi-csar.csar
2022-11-25T06:00:15.895Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardVktqwi-csar.csar
2022-11-25T06:00:15.896Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardVktqwi-csar.csar
2022-11-25T06:00:15.896Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardVktqwi-csar.csar
2022-11-25T06:00:16.021Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12072897392346512959/Definitions/service-BasicOnboardVktqwi-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-25T06:00:17.243Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-25T06:00:17.244Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-25T06:00:17.244Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardVktqwi-csar.csar
2022-11-25T06:00:17.244Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-25T06:00:17.244Z|753e2469-8b88-4f63-92ce-44126b1ca134|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-BasicOnboardVktqwi-csar.csar
2022-11-25T06:00:17.244Z|753e2469-8b88-4f63-92ce-44126b1ca134|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-BasicOnboardVktqwi-csar.csar
2022-11-25T06:00:17.244Z|753e2469-8b88-4f63-92ce-44126b1ca134|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-BasicOnboardVktqwi-csar.csar
2022-11-25T06:00:17.244Z|753e2469-8b88-4f63-92ce-44126b1ca134|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-BasicOnboardVktqwi-csar.csar
2022-11-25T06:00:17.244Z|753e2469-8b88-4f63-92ce-44126b1ca134|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-BasicOnboardVktqwi-csar.csar
2022-11-25T06:00:17.245Z|753e2469-8b88-4f63-92ce-44126b1ca134|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-BasicOnboardVktqwi-csar.csar
2022-11-25T06:00:17.245Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_VkTqwi 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-BasicOnboardVktqwi-csar.csar
2022-11-25T06:00:17.245Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-25T06:00:17.245Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:00:17.245Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_VkTqwi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:00:17.245Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_VkTqwi 0 is matching search criteria
2022-11-25T06:00:17.246Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-25T06:00:17.246Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_VkTqwi 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-25T06:00:17.246Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:00:17.246Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_VkTqwi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:00:17.246Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_VkTqwi 0 is matching search criteria
2022-11-25T06:00:17.246Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-25T06:00:17.247Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_VkTqwi 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-25T06:00:17.247Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:00:17.247Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_VkTqwi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:00:17.247Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:00:17.247Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_VkTqwi 0 is not matching search criteria
2022-11-25T06:00:17.247Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-11-25T06:00:17.247Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-11-25T06:00:17.248Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-11-25T06:00:17.248Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-25T06:00:17.248Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-25T06:00:17.248Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:00:17.248Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_VkTqwi is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-25T06:00:17.248Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:00:17.248Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_VkTqwi 0 is matching search criteria
2022-11-25T06:00:17.249Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_VkTqwi 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-25T06:00:17.249Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:00:17.249Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_VkTqwi 0 is matching search criteria
2022-11-25T06:00:17.249Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_VkTqwi 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-25T06:00:17.249Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:00:17.250Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_VkTqwi 0 is matching search criteria
2022-11-25T06:00:17.250Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_VkTqwi 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-25T06:00:17.250Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:00:17.250Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_VkTqwi 0 is not matching search criteria
2022-11-25T06:00:17.250Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-25T06:00:17.250Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-25T06:00:17.250Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=273a1fdc-2410-4f5e-b2ed-2538a2edb7c1
2022-11-25T06:00:17.251Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:00:17.251Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_VkTqwi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:00:17.251Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:00:17.251Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_VkTqwi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:00:17.251Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:00:17.251Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_VkTqwi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:00:17.252Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:00:17.252Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_VkTqwi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:00:17.252Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_VkTqwi
Description:service
Model UUID:50fafc4c-d0f4-4aa4-a91b-4a449e45a0fb
Model Version:NULL
Model InvariantUuid:4583e2a7-8ac7-4eff-8925-ff3fbc1e609e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_VkTqwi
Model UUID:3c021bb4-2c0e-4301-8fb3-fc3ba3465a85
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:82edce6c-d785-4925-a648-fd2a434d52cf
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:10adad24-2d05-4017-9244-e2de9c0e41e4
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:623619ec-b216-46c4-8934-f46da8c3a5a3
ModelName:BasicOnboardVktqwi..base_ubuntu18..module-0
ModelUuid:f4a4d939-c740-4614-b390-4e2223c9f381
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:273a1fdc-2410-4f5e-b2ed-2538a2edb7c1
ModelInvariantUuid:89f7aa73-f7d0-462a-a93e-a093f9708609
ModelName:basic_onboard_VkTqwi-nodes.ubuntu18Cvfc
ModelUuid:a431111a-48b0-4a63-8cff-8f2fd46c3f62
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:706fbe0c-df95-4cb8-afd4-b86b39aede64
ModelInvariantUuid:4ec2945a-e4b8-4587-9cb7-51fe8fe5beda
ModelName:BasicOnboardVktqwi.compute.nodes.heat.ubuntu18
ModelUuid:39bb498e-bfb4-4047-86b4-1131b9b16bba
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-25T06:00:17.258Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 74bc30f6-0acf-4c48-acfb-382102cd131a
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-25T06:00:17.260Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||basic_onboard_VkTqwi 0
2022-11-25T06:00:17.261Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 74bc30f6-0acf-4c48-acfb-382102cd131a
2022-11-25T06:00:17.261Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d133fcde-104d-42f7-9e61-367fa956c45d from URL: /sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/basic_onboard_vktqwi0_modules.json
2022-11-25T06:00:17.261Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-25T06:00:17.261Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/basic_onboard_vktqwi0_modules.json
2022-11-25T06:00:17.309Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-25T06:00:17.309Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/basic_onboard_vktqwi0_modules.json d133fcde-104d-42f7-9e61-367fa956c45d 798
2022-11-25T06:00:17.310Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/basic_onboard_vktqwi0_modules.json ASDC sendASDCNotification
2022-11-25T06:00:17.310Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/basic_onboard_vktqwi0_modules.json
2022-11-25T06:00:17.310Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-25T06:00:17.310Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:00:17.312Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:00:17.312Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356017310,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/basic_onboard_vktqwi0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:00:17.412Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:00:17.414Z||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-25T06:00:17.414Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:00:17.428Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:00:17.429Z||pool-27-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:00:18.313Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardVktqwi..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "623619ec-b216-46c4-8934-f46da8c3a5a3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f4a4d939-c740-4614-b390-4e2223c9f381",
    "vfModuleModelCustomizationUUID": "05243b37-0cee-411e-a871-d86e63b82e1d",
    "isBase": true,
    "artifacts": [
      "0c74b081-c4bb-4229-ac1c-4f40974493c2",
      "41d2961e-a60c-48bd-91be-bc98f81976fa"
    ],
    "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-25T06:00:18.318Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardVktqwi..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f4a4d939-c740-4614-b390-4e2223c9f381
VfModuleModelInvariantUUID:623619ec-b216-46c4-8934-f46da8c3a5a3
VfModuleModelDescription:NULL
Artifacts UUID List:{
0c74b081-c4bb-4229-ac1c-4f40974493c2
,
41d2961e-a60c-48bd-91be-bc98f81976fa

}
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-25T06:00:18.321Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardVktqwi..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "623619ec-b216-46c4-8934-f46da8c3a5a3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f4a4d939-c740-4614-b390-4e2223c9f381",
    "vfModuleModelCustomizationUUID": "05243b37-0cee-411e-a871-d86e63b82e1d",
    "isBase": true,
    "artifacts": [
      "0c74b081-c4bb-4229-ac1c-4f40974493c2",
      "41d2961e-a60c-48bd-91be-bc98f81976fa"
    ],
    "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-25T06:00:18.321Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardVktqwi..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f4a4d939-c740-4614-b390-4e2223c9f381
VfModuleModelInvariantUUID:623619ec-b216-46c4-8934-f46da8c3a5a3
VfModuleModelDescription:NULL
Artifacts UUID List:{
0c74b081-c4bb-4229-ac1c-4f40974493c2
,
41d2961e-a60c-48bd-91be-bc98f81976fa

}
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-25T06:00:18.322Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0c74b081-c4bb-4229-ac1c-4f40974493c2 from URL: /sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.yaml
2022-11-25T06:00:18.322Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-25T06:00:18.322Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.yaml
2022-11-25T06:00:18.366Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-25T06:00:18.367Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.yaml 0c74b081-c4bb-4229-ac1c-4f40974493c2 5033
2022-11-25T06:00:18.367Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-25T06:00:18.367Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.yaml
2022-11-25T06:00:18.367Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-25T06:00:18.368Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:00:18.369Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:00:18.370Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356018367,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:00:18.470Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:00:18.471Z||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-25T06:00:18.471Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:00:18.489Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:00:18.490Z||pool-28-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:00:19.370Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 41d2961e-a60c-48bd-91be-bc98f81976fa from URL: /sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.env
2022-11-25T06:00:19.371Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-25T06:00:19.371Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.env
2022-11-25T06:00:19.422Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-25T06:00:19.423Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.env 41d2961e-a60c-48bd-91be-bc98f81976fa 909
2022-11-25T06:00:19.423Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-25T06:00:19.423Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.env
2022-11-25T06:00:19.423Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-25T06:00:19.424Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:00:19.425Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:00:19.426Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356019423,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:00:19.526Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:00:19.526Z||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-25T06:00:19.527Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:00:19.539Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:00:19.540Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:00:20.426Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 50fafc4c-d0f4-4aa4-a91b-4a449e45a0fb
2022-11-25T06:00:20.427Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_VkTqwi 0 74bc30f6-0acf-4c48-acfb-382102cd131a 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-25T06:00:20.442Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6f8ff0f7, org.onap.sdc.toscaparser.api.parameters.Input@1ce0e95c, org.onap.sdc.toscaparser.api.parameters.Input@64d73227, org.onap.sdc.toscaparser.api.parameters.Input@4396b61, org.onap.sdc.toscaparser.api.parameters.Input@14a13b59]
2022-11-25T06:00:20.444Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:00:20.444Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_VkTqwi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:00:20.445Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-11-25T06:00:20.445Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 10adad24-2d05-4017-9244-e2de9c0e41e4
2022-11-25T06:00:20.445Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 10adad24-2d05-4017-9244-e2de9c0e41e4 matches Tosca VF Customization UUID: 10adad24-2d05-4017-9244-e2de9c0e41e4
2022-11-25T06:00:20.445Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 10adad24-2d05-4017-9244-e2de9c0e41e4  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-25T06:00:20.448Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:00:20.448Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_VkTqwi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:00:20.449Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 10adad24-2d05-4017-9244-e2de9c0e41e4: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-25T06:00:20.449Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1d26cc04
2022-11-25T06:00:20.450Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:00:20.450Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_VkTqwi is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-25T06:00:20.450Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 05243b37-0cee-411e-a871-d86e63b82e1d
2022-11-25T06:00:20.451Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 05243b37-0cee-411e-a871-d86e63b82e1d
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-25T06:00:20.453Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:00:20.454Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_VkTqwi 0 is matching search criteria
2022-11-25T06:00:20.454Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_VkTqwi 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-25T06:00:20.454Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:00:20.454Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_VkTqwi 0 is matching search criteria
2022-11-25T06:00:20.455Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_VkTqwi 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-25T06:00:20.455Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:00:20.455Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_VkTqwi 0 is not matching search criteria
2022-11-25T06:00:20.456Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-25T06:00:20.456Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-25T06:00:20.456Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=273a1fdc-2410-4f5e-b2ed-2538a2edb7c1
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-25T06:00:20.459Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:00:20.459Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_VkTqwi 0 is matching search criteria
2022-11-25T06:00:20.460Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_VkTqwi 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-25T06:00:20.460Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:00:20.460Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_VkTqwi 0 is matching search criteria
2022-11-25T06:00:20.461Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_VkTqwi 0] matching following query criteria: sdcType=VF, customizationUUID=10adad24-2d05-4017-9244-e2de9c0e41e4
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-25T06:00:20.463Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:00:20.463Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_VkTqwi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:00:20.464Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 50fafc4c-d0f4-4aa4-a91b-4a449e45a0fb: basic_onboard_VkTqwi
2022-11-25T06:00:20.464Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:00:20.464Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_VkTqwi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:00:20.464Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:00:20.465Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_VkTqwi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:00:20.465Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:00:20.465Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_VkTqwi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:00:20.465Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:00:20.466Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_VkTqwi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:00:20.466Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:00:20.466Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_VkTqwi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:00:20.466Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_VkTqwi 
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-25T06:00:20.549Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_VkTqwi 74bc30f6-0acf-4c48-acfb-382102cd131a 1 ASDC deployResourceStructure
2022-11-25T06:00:20.549Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/basic_onboard_vktqwi0_modules.json ASDC sendASDCNotification
2022-11-25T06:00:20.549Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/basic_onboard_vktqwi0_modules.json
2022-11-25T06:00:20.550Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-25T06:00:20.550Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:00:20.552Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:00:20.552Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356020549,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/basic_onboard_vktqwi0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-25T06:00:20.652Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:00:20.653Z||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-25T06:00:20.653Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:00:20.683Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:00:20.684Z||pool-30-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:00:21.553Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-25T06:00:21.554Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.yaml
2022-11-25T06:00:21.554Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-25T06:00:21.554Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:00:21.557Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:00:21.557Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356021553,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-11-25T06:00:21.661Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-11-25T06:00:21.663Z||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-25T06:00:21.663Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:00:21.676Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:00:21.677Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:00:22.558Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-25T06:00:22.558Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.env
2022-11-25T06:00:22.559Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-25T06:00:22.559Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:00:22.561Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:00:22.561Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356022558,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-11-25T06:00:22.661Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:00:22.662Z||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-25T06:00:22.662Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:00:22.677Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:00:22.678Z||pool-32-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:00:23.562Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/artifacts/service-BasicOnboardVktqwi-csar.csar ASDC sendASDCNotification
2022-11-25T06:00:23.563Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/artifacts/service-BasicOnboardVktqwi-csar.csar
2022-11-25T06:00:23.563Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-25T06:00:23.563Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:00:23.566Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:00:23.566Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356023562,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/artifacts/service-BasicOnboardVktqwi-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-25T06:00:23.666Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-25T06:00:23.667Z||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-25T06:00:23.667Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:00:23.680Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:00:23.680Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:00:24.567Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 753e2469-8b88-4f63-92ce-44126b1ca134
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T06:00:24.579Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 753e2469-8b88-4f63-92ce-44126b1ca134
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-25T06:00:24.583Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-25T06:00:24.583Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-25T06:00:24.583Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-25T06:00:24.583Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-25T06:00:24.584Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-25T06:00:24.584Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-25T06:00:24.584Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-25T06:00:24.584Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-25T06:00:24.584Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-25T06:00:24.584Z|753e2469-8b88-4f63-92ce-44126b1ca134|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-25T06:00:24.589Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-25T06:00:54.590Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 753e2469-8b88-4f63-92ce-44126b1ca134 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-25T06:00:54.596Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 753e2469-8b88-4f63-92ce-44126b1ca134 and serviceModelVersionId: 50fafc4c-d0f4-4aa4-a91b-4a449e45a0fb
2022-11-25T06:00:54.597Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4583e2a7-8ac7-4eff-8925-ff3fbc1e609e
2022-11-25T06:00:54.597Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4583e2a7-8ac7-4eff-8925-ff3fbc1e609e/model-vers/model-ver/50fafc4c-d0f4-4aa4-a91b-4a449e45a0fb?depth=0
2022-11-25T06:00:54.601Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-11-25T06:00:54.650Z|753e2469-8b88-4f63-92ce-44126b1ca134|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/4583e2a7-8ac7-4eff-8925-ff3fbc1e609e/model-vers/model-ver/50fafc4c-d0f4-4aa4-a91b-4a449e45a0fb?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-25T06:00:54.651Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4583e2a7-8ac7-4eff-8925-ff3fbc1e609e/model-vers/model-ver/50fafc4c-d0f4-4aa4-a91b-4a449e45a0fb?depth=0|INFO|500||Invoke
2022-11-25T06:00:54.677Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4583e2a7-8ac7-4eff-8925-ff3fbc1e609e/model-vers/model-ver/50fafc4c-d0f4-4aa4-a91b-4a449e45a0fb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-25T06:00:54.792Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4583e2a7-8ac7-4eff-8925-ff3fbc1e609e/model-vers/model-ver/50fafc4c-d0f4-4aa4-a91b-4a449e45a0fb?depth=0|INFO|500||InvokeReturn
2022-11-25T06:00:54.793Z|753e2469-8b88-4f63-92ce-44126b1ca134|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/4583e2a7-8ac7-4eff-8925-ff3fbc1e609e/model-vers/model-ver/50fafc4c-d0f4-4aa4-a91b-4a449e45a0fb?depth=0 has http status code:200 and response headers:{date=[Fri, 25 Nov 2022 06:00:54 GMT], content-length=[0], vertex-id=[164024], x-aai-txid=[1-aai-resources-221125-06:00:54:769-59175], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-25T06:00:54.793Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-11-25T06:00:54.793Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-25T06:00:54.794Z|753e2469-8b88-4f63-92ce-44126b1ca134|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-25T06:00:54.798Z|753e2469-8b88-4f63-92ce-44126b1ca134|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-25T06:00:54.798Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 753e2469-8b88-4f63-92ce-44126b1ca134 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-25T06:00:54.798Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-25T06:00:54.799Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:00:54.800Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:00:54.801Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356054798,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-25T06:00:54.901Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-25T06:00:54.901Z||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-25T06:00:54.901Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:00:54.917Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:00:54.917Z||pool-34-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-25T06:00:55.813Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:00:55.813Z|753e2469-8b88-4f63-92ce-44126b1ca134|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-25T06:00:55.813Z|753e2469-8b88-4f63-92ce-44126b1ca134|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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:00:58.576Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:00:58.577Z||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-25T06:00:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:00:59.215Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:00:59.216Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T06:00:59.216Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669355758564,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:00:59.217Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:00:59.217Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T06:00:59.218Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669355758564,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/basic_onboard_vktqwi0_modules.json",
  "status": "NOTIFIED"
}
2022-11-25T06:00:59.218Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:00:59.218Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T06:00:59.218Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669355758564,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-11-25T06:00:59.218Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:00:59.218Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T06:00:59.218Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669355758564,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:00:59.218Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:00:59.218Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T06:00:59.218Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669355758564,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-11-25T06:00:59.219Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:00:59.219Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T06:00:59.219Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669355758564,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/artifacts/service-BasicOnboardVktqwi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:00:59.219Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:00:59.219Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T06:00:59.219Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669355758564,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/artifacts/service-BasicOnboardVktqwi-csar.csar",
  "status": "NOTIFIED"
}
2022-11-25T06:00:59.219Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:00:59.219Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T06:00:59.219Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356014891,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/artifacts/service-BasicOnboardVktqwi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:00:59.220Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:00:59.220Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T06:00:59.220Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356017310,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/basic_onboard_vktqwi0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:00:59.220Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:00:59.220Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T06:00:59.220Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356018367,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:00:59.220Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:00:59.220Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T06:00:59.220Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356019423,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:00:59.221Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:00:59.221Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T06:00:59.221Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356020549,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/basic_onboard_vktqwi0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-25T06:00:59.221Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:00:59.221Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T06:00:59.221Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356021553,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-11-25T06:00:59.221Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:00:59.221Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T06:00:59.221Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356022558,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/resourceInstances/basic_onboard_vktqwi0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-11-25T06:00:59.222Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:00:59.222Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T06:00:59.222Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356023562,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVktqwi/1.0/artifacts/service-BasicOnboardVktqwi-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-25T06:00:59.222Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:00:59.222Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T06:00:59.222Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "753e2469-8b88-4f63-92ce-44126b1ca134",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356054798,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-25T06:00:59.222Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:01:06.157Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:01:06.158Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:01:06.158Z|753e2469-8b88-4f63-92ce-44126b1ca134|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-25T06:01:06.159Z|753e2469-8b88-4f63-92ce-44126b1ca134|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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:01:15.744Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:01:15.745Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:01:15.746Z|753e2469-8b88-4f63-92ce-44126b1ca134|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-25T06:01:15.746Z|753e2469-8b88-4f63-92ce-44126b1ca134|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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:01:25.295Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:01:25.296Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:01:25.296Z||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-25T06:01:25.296Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:01:34.846Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:01:34.846Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:01:34.847Z||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-25T06:01:34.847Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:01:44.400Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:01:58.564Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:01:58.565Z||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-25T06:01:58.566Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:01:58.576Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:01:58.576Z||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-25T06:01:58.576Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:02:08.140Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:02:08.140Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:02:58.564Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:02:58.566Z||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-25T06:02:58.566Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:02:58.576Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:02:58.577Z|753e2469-8b88-4f63-92ce-44126b1ca134|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-25T06:02:58.577Z|753e2469-8b88-4f63-92ce-44126b1ca134|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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:03:08.176Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:03:08.177Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:03:58.564Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:03:58.565Z||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-25T06:03:58.565Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:03:58.576Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:03:58.576Z|753e2469-8b88-4f63-92ce-44126b1ca134|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-25T06:03:58.576Z|753e2469-8b88-4f63-92ce-44126b1ca134|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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:04:08.130Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:04:08.139Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:04:58.564Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:04:58.565Z||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-25T06:04:58.565Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:04:58.576Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:04:58.576Z||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-25T06:04:58.576Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:05:08.133Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:05:08.142Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:05:58.564Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:05:58.565Z||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-25T06:05:58.565Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:05:58.576Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:05:58.577Z||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-25T06:05:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:06:08.123Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:06:08.130Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:06:58.564Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:06:58.564Z||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-25T06:06:58.565Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:06:58.576Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:06:58.576Z||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-25T06:06:58.576Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:07:08.130Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:07:08.136Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:07:58.564Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:07:58.565Z||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-25T06:07:58.566Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:07:58.577Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:07:58.577Z||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-25T06:07:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:08:08.127Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:08:08.154Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:08:58.564Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:08:58.564Z||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-25T06:08:58.564Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:08:58.576Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:08:58.576Z||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-25T06:08:58.576Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:09:08.156Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:09:08.187Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:09:58.564Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:09:58.565Z||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-25T06:09:58.565Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:09:58.581Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:09:58.581Z||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-25T06:09:58.581Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:10:08.145Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:10:08.158Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:10:58.564Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:10:58.567Z||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-25T06:10:58.567Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:10:58.576Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:10:58.577Z||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-25T06:10:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:10:59.266Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:10:59.269Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.269Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921ccc4-c5f3-41e2-9598-1f2bc155b833",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669356612895,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:10:59.273Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:10:59.273Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:10:59.273Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.273Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921ccc4-c5f3-41e2-9598-1f2bc155b833",
  "consumerID": "cds",
  "timestamp": 1669356619372,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:10:59.274Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:10:59.274Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.274Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921ccc4-c5f3-41e2-9598-1f2bc155b833",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669356612895,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-25T06:10:59.274Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.274Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:10:59.274Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"a921ccc4-c5f3-41e2-9598-1f2bc155b833","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"a9d46a8b-929c-4e31-a336-88f97868014c","serviceDescription":"service","serviceInvariantUUID":"ee607af9-bfd8-45c3-a56d-52847fb5bc57","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"514cfa67-e623-4d7e-acd9-59e74fc567c0","resourceInvariantUUID":"225cfb01-14ae-407f-bb24-578abef854f7","resourceCustomizationUUID":"52aaa437-ea14-4aa2-9e1f-28325b7e42e5","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":"MGQ3NDJiMjkyOTc1NjMwNGU3ZTYyOTEyMDA3OTMyYTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0c63de5d-1835-4cc4-ace7-ee5dcee2ecf1","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZDI4NmQxMTQ1MjU0ZTUxNGY2ZmYwMDdiMzU2OGM4NzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ab301aa9-d9e6-4084-b353-725e36b08104","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-25T06:10:59.274Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.275Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921ccc4-c5f3-41e2-9598-1f2bc155b833",
  "consumerID": "cds",
  "timestamp": 1669356619372,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-25T06:10:59.275Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:10:59.275Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.276Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921ccc4-c5f3-41e2-9598-1f2bc155b833",
  "consumerID": "cds",
  "timestamp": 1669356623764,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:10:59.276Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:10:59.276Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.276Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921ccc4-c5f3-41e2-9598-1f2bc155b833",
  "consumerID": "cds",
  "timestamp": 1669356624774,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-11-25T06:10:59.282Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T06:10:59.283Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-25T06:10:59.290Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:10:59.290Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a921ccc4-c5f3-41e2-9598-1f2bc155b833",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356658564,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-25T06:10:59.304Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a921ccc4-c5f3-41e2-9598-1f2bc155b833
2022-11-25T06:10:59.305Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a921ccc4-c5f3-41e2-9598-1f2bc155b833 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-25T06:10:59.315Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.315Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921ccc4-c5f3-41e2-9598-1f2bc155b833",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669356626444,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:10:59.316Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:10:59.316Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.316Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921ccc4-c5f3-41e2-9598-1f2bc155b833",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669356626444,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:10:59.317Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:10:59.317Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.317Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
  "consumerID": "cds",
  "timestamp": 1669356634372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:10:59.317Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:10:59.318Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.318Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669356632894,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:10:59.318Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:10:59.318Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.318Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669356632894,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-11-25T06:10:59.319Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:10:59.319Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.319Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
  "consumerID": "cds",
  "timestamp": 1669356634372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:10:59.320Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:10:59.320Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.320Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669356632894,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-25T06:10:59.320Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:10:59.321Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.321Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
  "consumerID": "cds",
  "timestamp": 1669356634372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:10:59.321Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:10:59.321Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.321Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669356632894,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:10:59.322Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:10:59.322Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.322Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
  "consumerID": "cds",
  "timestamp": 1669356634372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:10:59.322Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:10:59.322Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.322Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921ccc4-c5f3-41e2-9598-1f2bc155b833",
  "consumerID": "aai-ml",
  "timestamp": 1669356638064,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:10:59.323Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:10:59.323Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.323Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
  "consumerID": "cds",
  "timestamp": 1669356634372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:10:59.324Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:10:59.324Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.324Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669356632894,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-25T06:10:59.324Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:10:59.325Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.325Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921ccc4-c5f3-41e2-9598-1f2bc155b833",
  "consumerID": "aai-ml",
  "timestamp": 1669356638064,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-25T06:10:59.325Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:10:59.325Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.325Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669356632894,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:10:59.326Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:10:59.326Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.326Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
  "consumerID": "cds",
  "timestamp": 1669356634372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:10:59.326Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:10:59.326Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.327Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921ccc4-c5f3-41e2-9598-1f2bc155b833",
  "consumerID": "aai-ml",
  "timestamp": 1669356640826,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:10:59.327Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:10:59.327Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.327Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921ccc4-c5f3-41e2-9598-1f2bc155b833",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669356639572,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:10:59.328Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:10:59.328Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.328Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669356632894,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-25T06:10:59.328Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:10:59.329Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.329Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
  "consumerID": "cds",
  "timestamp": 1669356634372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-25T06:10:59.329Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:10:59.329Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.329Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921ccc4-c5f3-41e2-9598-1f2bc155b833",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669356639572,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-25T06:10:59.329Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:10:59.330Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.330Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669356642825,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:10:59.330Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:10:59.330Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.330Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
  "consumerID": "cds",
  "timestamp": 1669356642837,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:10:59.331Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:10:59.331Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.331Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921ccc4-c5f3-41e2-9598-1f2bc155b833",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669356642377,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:10:59.331Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:10:59.332Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.332Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
  "consumerID": "cds",
  "timestamp": 1669356643851,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-25T06:10:59.345Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c64b5bde-f479-4202-9214-2a6ab9c0e49c
2022-11-25T06:10:59.345Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c64b5bde-f479-4202-9214-2a6ab9c0e49c 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-25T06:10:59.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.354Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669356643961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:10:59.354Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:10:59.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921ccc4-c5f3-41e2-9598-1f2bc155b833",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669356644079,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-25T06:10:59.355Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:10:59.355Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669356645045,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:10:59.356Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:10:59.356Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.356Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921ccc4-c5f3-41e2-9598-1f2bc155b833",
  "consumerID": "aai-ml",
  "timestamp": 1669356645908,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-25T06:10:59.357Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:10:59.357Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.357Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921ccc4-c5f3-41e2-9598-1f2bc155b833",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669356645083,
  "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-25T06:10:59.363Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a921ccc4-c5f3-41e2-9598-1f2bc155b833
2022-11-25T06:10:59.363Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a921ccc4-c5f3-41e2-9598-1f2bc155b833 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-25T06:10:59.372Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.373Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669356646115,
  "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-25T06:10:59.378Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c64b5bde-f479-4202-9214-2a6ab9c0e49c
2022-11-25T06:10:59.378Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c64b5bde-f479-4202-9214-2a6ab9c0e49c 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-25T06:10:59.386Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.386Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921ccc4-c5f3-41e2-9598-1f2bc155b833",
  "consumerID": "aai-ml",
  "timestamp": 1669356646914,
  "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-25T06:10:59.389Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-25T06:10:59.390Z||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-25T06:10:59.391Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:10:59.392Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a921ccc4-c5f3-41e2-9598-1f2bc155b833
2022-11-25T06:10:59.392Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a921ccc4-c5f3-41e2-9598-1f2bc155b833 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-25T06:10:59.400Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.400Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669356639572,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:10:59.401Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:10:59.401Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.401Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669356646444,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:10:59.401Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:10:59.401Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.401Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669356647126,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-25T06:10:59.401Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:10:59.401Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.401Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
  "consumerID": "aai-ml",
  "timestamp": 1669356638064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:10:59.402Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:10:59.402Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.402Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669356639572,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:10:59.402Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:10:59.402Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.402Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669356646444,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:10:59.402Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:10:59.402Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.402Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
  "consumerID": "aai-ml",
  "timestamp": 1669356638064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:10:59.403Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:10:59.403Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.403Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669356639572,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:10:59.403Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:10:59.403Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.403Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669356646444,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:10:59.403Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:10:59.403Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.403Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
  "consumerID": "aai-ml",
  "timestamp": 1669356638064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:10:59.404Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:10:59.404Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.404Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669356639572,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:10:59.404Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:10:59.404Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.404Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669356646444,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:10:59.404Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:10:59.404Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.404Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
  "consumerID": "aai-ml",
  "timestamp": 1669356638064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:10:59.404Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:10:59.405Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.405Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669356639572,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:10:59.405Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:10:59.405Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.405Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669356646444,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:10:59.405Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:10:59.405Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.405Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
  "consumerID": "aai-ml",
  "timestamp": 1669356638064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:10:59.405Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:10:59.405Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.405Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669356639572,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:10:59.406Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:10:59.406Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.406Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669356646444,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:10:59.406Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:10:59.406Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.406Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
  "consumerID": "aai-ml",
  "timestamp": 1669356638064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:10:59.406Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:10:59.406Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.406Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669356639572,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-25T06:10:59.407Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:10:59.407Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.407Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669356646444,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:10:59.407Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:10:59.407Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.407Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
  "consumerID": "aai-ml",
  "timestamp": 1669356638064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-25T06:10:59.407Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:10:59.407Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.407Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669356653246,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:10:59.407Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:10:59.407Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.407Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
  "consumerID": "aai-ml",
  "timestamp": 1669356655052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:10:59.408Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:10:59.408Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.408Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669356655562,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-25T06:10:59.408Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:10:59.408Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:10:59.408Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669356656566,
  "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-25T06:10:59.413Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c64b5bde-f479-4202-9214-2a6ab9c0e49c
2022-11-25T06:10:59.413Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c64b5bde-f479-4202-9214-2a6ab9c0e49c 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=?
2022-11-25T06:10:59.417Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:10:59.417Z||pool-35-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-25T06:11:00.291Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T06:11:00.292Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:11:00.295Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:11:00.295Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a921ccc4-c5f3-41e2-9598-1f2bc155b833",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356658564,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-25T06:11:00.395Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:11:00.396Z||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-25T06:11:00.396Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:11:00.414Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:11:00.414Z||pool-36-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:11:01.296Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "a921ccc4-c5f3-41e2-9598-1f2bc155b833",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "a9d46a8b-929c-4e31-a336-88f97868014c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ee607af9-bfd8-45c3-a56d-52847fb5bc57",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "52aaa437-ea14-4aa2-9e1f-28325b7e42e5",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "514cfa67-e623-4d7e-acd9-59e74fc567c0",
      "resourceInvariantUUID": "225cfb01-14ae-407f-bb24-578abef854f7",
      "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": "ZDI4NmQxMTQ1MjU0ZTUxNGY2ZmYwMDdiMzU2OGM4NzQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ab301aa9-d9e6-4084-b353-725e36b08104"
    }
  ],
  "workloadContext": "Production"
}
2022-11-25T06:11:01.297Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-25T06:11:01.297Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a9d46a8b-929c-4e31-a336-88f97868014c ASDC
2022-11-25T06:11:01.298Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:a921ccc4-c5f3-41e2-9598-1f2bc155b833
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:a9d46a8b-929c-4e31-a336-88f97868014c
ServiceInvariantUUID:ee607af9-bfd8-45c3-a56d-52847fb5bc57
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:ab301aa9-d9e6-4084-b353-725e36b08104
ArtifactChecksum:ZDI4NmQxMTQ1MjU0ZTUxNGY2ZmYwMDdiMzU2OGM4NzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:52aaa437-ea14-4aa2-9e1f-28325b7e42e5
ResourceInvariantUUID:225cfb01-14ae-407f-bb24-578abef854f7
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:514cfa67-e623-4d7e-acd9-59e74fc567c0
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-11-25T06:11:01.298Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a9d46a8b-929c-4e31-a336-88f97868014c 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-25T06:11:01.332Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-25T06:11:01.334Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-11-25T06:11:01.334Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-11-25T06:11:01.334Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ab301aa9-d9e6-4084-b353-725e36b08104 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-25T06:11:01.334Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-11-25T06:11:01.335Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-25T06:11:01.408Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-11-25T06:11:01.411Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ab301aa9-d9e6-4084-b353-725e36b08104 57795
2022-11-25T06:11:01.412Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||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-25T06:11:01.412Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||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-25T06:11:01.412Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-25T06:11:01.412Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:11:01.415Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:11:01.415Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a921ccc4-c5f3-41e2-9598-1f2bc155b833",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356661411,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:11:01.515Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:11:01.516Z||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-25T06:11:01.516Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:11:01.543Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:11:01.544Z||pool-37-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:11:02.417Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-25T06:11:02.418Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-11-25T06:11:02.418Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: ab301aa9-d9e6-4084-b353-725e36b08104, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-25T06:11:02.418Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-11-25T06:11:02.419Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-25T06:11:02.419Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-25T06:11:02.623Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12495699922037482504/Definitions/service-BasicNetwork-template.yml
2022-11-25T06:11:03.211Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-25T06:11:03.212Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-11-25T06:11:03.212Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-25T06:11:03.212Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-11-25T06:11:03.212Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||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-25T06:11:03.212Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||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-25T06:11:03.213Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||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-25T06:11:03.213Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||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-25T06:11:03.213Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-25T06:11:03.213Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||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-25T06:11:03.214Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||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-25T06:11:03.214Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||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-25T06:11:03.214Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-11-25T06:11:03.214Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:11:03.215Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:11:03.215Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-25T06:11:03.215Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-11-25T06:11:03.215Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-25T06:11:03.216Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:11:03.216Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:11:03.216Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-25T06:11:03.216Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-11-25T06:11:03.217Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-25T06:11:03.217Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:11:03.217Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:11:03.217Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:11:03.217Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:11:03.218Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:11:03.218Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:11:03.218Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:11:03.219Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:11:03.219Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:11:03.219Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:11:03.219Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:a9d46a8b-929c-4e31-a336-88f97868014c
Model Version:NULL
Model InvariantUuid:ee607af9-bfd8-45c3-a56d-52847fb5bc57
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:225cfb01-14ae-407f-bb24-578abef854f7
Model UUID:a884f4da-bd81-42d9-85f7-d442146f2bea
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:52aaa437-ea14-4aa2-9e1f-28325b7e42e5
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-25T06:11:03.227Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||INFO|500||Processing Resource Type: VL, Model UUID: 514cfa67-e623-4d7e-acd9-59e74fc567c0
2022-11-25T06:11:03.227Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||INFO|500||No resources found for Service: a9d46a8b-929c-4e31-a336-88f97868014c
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-25T06:11:03.233Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||INFO|500||
2022-11-25T06:11:03.233Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-11-25T06:11:03.234Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||No resources found for Service: a9d46a8b-929c-4e31-a336-88f97868014c
2022-11-25T06:11:03.235Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: a9d46a8b-929c-4e31-a336-88f97868014c
2022-11-25T06:11:03.235Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-11-25T06:11:03.235Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||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-25T06:11:03.240Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@26daf73b, org.onap.sdc.toscaparser.api.parameters.Input@3a94d5be, org.onap.sdc.toscaparser.api.parameters.Input@7c29af6d, org.onap.sdc.toscaparser.api.parameters.Input@6e196ade, org.onap.sdc.toscaparser.api.parameters.Input@1f8b3b09]
2022-11-25T06:11:03.241Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:11:03.241Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:11:03.242Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:11:03.242Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:11:03.242Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid a9d46a8b-929c-4e31-a336-88f97868014c: Generic NeutronNet
2022-11-25T06:11:03.242Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:11:03.243Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:11:03.243Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:11:03.243Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||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-25T06:11:03.276Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:11:03.277Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:11:03.277Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:11:03.277Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:11:03.278Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:11:03.278Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:11:03.278Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||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-25T06:11:03.323Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-11-25T06:11:03.323Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||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-25T06:11:03.323Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||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-25T06:11:03.323Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-25T06:11:03.324Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:11:03.325Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:11:03.325Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a921ccc4-c5f3-41e2-9598-1f2bc155b833",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356663323,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-25T06:11:03.426Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:11:03.427Z||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-25T06:11:03.427Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:11:03.442Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:11:03.442Z||pool-38-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:11:04.330Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a921ccc4-c5f3-41e2-9598-1f2bc155b833
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T06:11:04.342Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a921ccc4-c5f3-41e2-9598-1f2bc155b833
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-25T06:11:04.345Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-25T06:11:04.345Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-25T06:11:04.345Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-25T06:11:04.345Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-25T06:11:04.345Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-25T06:11:04.345Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-25T06:11:04.346Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-25T06:11:04.346Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-25T06:11:04.346Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-25T06:11:04.351Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-25T06:11:34.352Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a921ccc4-c5f3-41e2-9598-1f2bc155b833 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-25T06:11:34.358Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a921ccc4-c5f3-41e2-9598-1f2bc155b833 and serviceModelVersionId: a9d46a8b-929c-4e31-a336-88f97868014c
2022-11-25T06:11:34.358Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ee607af9-bfd8-45c3-a56d-52847fb5bc57
2022-11-25T06:11:34.360Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ee607af9-bfd8-45c3-a56d-52847fb5bc57/model-vers/model-ver/a9d46a8b-929c-4e31-a336-88f97868014c?depth=0
2022-11-25T06:11:34.364Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-11-25T06:11:34.419Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee607af9-bfd8-45c3-a56d-52847fb5bc57/model-vers/model-ver/a9d46a8b-929c-4e31-a336-88f97868014c?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-25T06:11:34.423Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee607af9-bfd8-45c3-a56d-52847fb5bc57/model-vers/model-ver/a9d46a8b-929c-4e31-a336-88f97868014c?depth=0|INFO|500||Invoke
2022-11-25T06:11:34.446Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee607af9-bfd8-45c3-a56d-52847fb5bc57/model-vers/model-ver/a9d46a8b-929c-4e31-a336-88f97868014c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-25T06:11:34.564Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee607af9-bfd8-45c3-a56d-52847fb5bc57/model-vers/model-ver/a9d46a8b-929c-4e31-a336-88f97868014c?depth=0|INFO|500||InvokeReturn
2022-11-25T06:11:34.565Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee607af9-bfd8-45c3-a56d-52847fb5bc57/model-vers/model-ver/a9d46a8b-929c-4e31-a336-88f97868014c?depth=0 has http status code:200 and response headers:{date=[Fri, 25 Nov 2022 06:11:34 GMT], content-length=[0], vertex-id=[200896], x-aai-txid=[1-aai-resources-221125-06:11:34:549-5204], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-25T06:11:34.566Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-11-25T06:11:34.566Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-25T06:11:34.566Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-25T06:11:34.570Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-25T06:11:34.570Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a921ccc4-c5f3-41e2-9598-1f2bc155b833 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-25T06:11:34.570Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-25T06:11:34.570Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:11:34.572Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:11:34.572Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a921ccc4-c5f3-41e2-9598-1f2bc155b833",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356694570,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-25T06:11:34.673Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-25T06:11:34.674Z||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-25T06:11:34.674Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:11:34.693Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:11:34.694Z||pool-39-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-25T06:11:35.585Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-25T06:11:35.585Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"c64b5bde-f479-4202-9214-2a6ab9c0e49c","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"89ddf887-733c-4a17-a6cd-f757ddf265be","serviceDescription":"service","serviceInvariantUUID":"dca944c2-211d-48c5-ab05-ff83263eb53b","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2f56eaa1-3930-41ca-9b5f-e0e0111c5ecb","resourceInvariantUUID":"ac1535fe-5032-44d4-8fee-2ac76cc05d1b","resourceCustomizationUUID":"d036f687-62c7-48b0-8055-04b6e333c8cc","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":"OTdkNjFkMTgwMzg3OGM2NWNhODI4ZTlkMzJiYjQ1MmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"71d82aad-6a69-4083-8686-b76deccb8584","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":"NTdjOGNkODg2ZTQxYTQzYmQ0YTYxMTY5YmI2ZGY0NjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"024c14b6-a0c1-4871-9af3-59d6fdecf222","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":"5ff6c387-a35f-4c60-b4d6-bbedb617abe2","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":"b68cc5f3-d13b-4c0e-a238-79e7de466bf5","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":"d87eb4e5-1a66-4491-8093-d8b7d295e40c","artifactVersion":"2","generatedFromUUID":"5ff6c387-a35f-4c60-b4d6-bbedb617abe2"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MTFmMzljMzM2YjUxMmM3ZjQ0Mzk0NzY2Mjg4NzFlNDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a7cc978a-8539-40bf-b4a5-1cbdd944a63c","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YjM2ZWEzMzU2NTZkMTgxYjI4MjExOTc3MDlmNjU2NWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fcd75bf5-4a53-48ba-aa3d-f89e2714fa63","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-25T06:11:35.585Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T06:11:35.586Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:11:35.587Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:11:35.588Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356658564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:11:35.688Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:11:35.689Z||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-25T06:11:35.689Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:11:35.705Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:11:35.705Z||pool-40-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-25T06:11:36.588Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T06:11:36.589Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:11:36.591Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:11:36.591Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356658564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-11-25T06:11:36.691Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:11:36.691Z||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-25T06:11:36.692Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:11:36.705Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:11:36.705Z||pool-41-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:11:37.591Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T06:11:37.592Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:11:37.594Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:11:37.594Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356658564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-25T06:11:37.694Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:11:37.695Z||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-25T06:11:37.696Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:11:37.708Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:11:37.709Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:11:38.595Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T06:11:38.595Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:11:38.597Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:11:38.597Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356658564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:11:38.697Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:11:38.698Z||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-25T06:11:38.698Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:11:38.720Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:11:38.720Z||pool-43-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:11:39.598Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T06:11:39.598Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:11:39.600Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:11:39.601Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356658564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-25T06:11:39.701Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-25T06:11:39.702Z||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-25T06:11:39.702Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:11:39.715Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:11:39.715Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:11:40.601Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T06:11:40.602Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:11:40.605Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:11:40.606Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356658564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:11:40.706Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:11:40.707Z||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-25T06:11:40.707Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:11:40.722Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:11:40.722Z||pool-45-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:11:41.610Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T06:11:41.611Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:11:41.629Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:11:41.630Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356658564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-25T06:11:41.730Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:11:41.731Z||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-25T06:11:41.731Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:11:41.745Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:11:41.745Z||pool-46-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-25T06:11:42.632Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "89ddf887-733c-4a17-a6cd-f757ddf265be",
  "serviceDescription": "service",
  "serviceInvariantUUID": "dca944c2-211d-48c5-ab05-ff83263eb53b",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "d036f687-62c7-48b0-8055-04b6e333c8cc",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2f56eaa1-3930-41ca-9b5f-e0e0111c5ecb",
      "resourceInvariantUUID": "ac1535fe-5032-44d4-8fee-2ac76cc05d1b",
      "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": "NTdjOGNkODg2ZTQxYTQzYmQ0YTYxMTY5YmI2ZGY0NjM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "024c14b6-a0c1-4871-9af3-59d6fdecf222",
          "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": "5ff6c387-a35f-4c60-b4d6-bbedb617abe2",
          "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": "d87eb4e5-1a66-4491-8093-d8b7d295e40c",
            "generatedFromUUID": "5ff6c387-a35f-4c60-b4d6-bbedb617abe2"
          },
          "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": "d87eb4e5-1a66-4491-8093-d8b7d295e40c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "YjM2ZWEzMzU2NTZkMTgxYjI4MjExOTc3MDlmNjU2NWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fcd75bf5-4a53-48ba-aa3d-f89e2714fa63"
    }
  ],
  "workloadContext": "Production"
}
2022-11-25T06:11:42.632Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-25T06:11:42.633Z|a921ccc4-c5f3-41e2-9598-1f2bc155b833|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 89ddf887-733c-4a17-a6cd-f757ddf265be ASDC
2022-11-25T06:11:42.633Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:c64b5bde-f479-4202-9214-2a6ab9c0e49c
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:89ddf887-733c-4a17-a6cd-f757ddf265be
ServiceInvariantUUID:dca944c2-211d-48c5-ab05-ff83263eb53b
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:fcd75bf5-4a53-48ba-aa3d-f89e2714fa63
ArtifactChecksum:YjM2ZWEzMzU2NTZkMTgxYjI4MjExOTc3MDlmNjU2NWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:d036f687-62c7-48b0-8055-04b6e333c8cc
ResourceInvariantUUID:ac1535fe-5032-44d4-8fee-2ac76cc05d1b
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:2f56eaa1-3930-41ca-9b5f-e0e0111c5ecb
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:024c14b6-a0c1-4871-9af3-59d6fdecf222
ArtifactChecksum:NTdjOGNkODg2ZTQxYTQzYmQ0YTYxMTY5YmI2ZGY0NjM=
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:5ff6c387-a35f-4c60-b4d6-bbedb617abe2
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:d87eb4e5-1a66-4491-8093-d8b7d295e40c
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:d87eb4e5-1a66-4491-8093-d8b7d295e40c
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-25T06:11:42.633Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 89ddf887-733c-4a17-a6cd-f757ddf265be 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-25T06:11:42.670Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-25T06:11:42.670Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-11-25T06:11:42.670Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-11-25T06:11:42.670Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: fcd75bf5-4a53-48ba-aa3d-f89e2714fa63 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-25T06:11:42.671Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-11-25T06:11:42.671Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-25T06:11:42.754Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-11-25T06:11:42.760Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar fcd75bf5-4a53-48ba-aa3d-f89e2714fa63 75190
2022-11-25T06:11:42.761Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||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-25T06:11:42.761Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||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-25T06:11:42.761Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-25T06:11:42.761Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:11:42.763Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:11:42.763Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356702761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:11:42.864Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-25T06:11:42.864Z||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-25T06:11:42.865Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:11:42.890Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:11:42.890Z||pool-47-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:11:43.764Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-25T06:11:43.766Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-11-25T06:11:43.767Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: fcd75bf5-4a53-48ba-aa3d-f89e2714fa63, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-11-25T06:11:43.768Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-11-25T06:11:43.768Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-11-25T06:11:43.769Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-11-25T06:11:43.891Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10827659218990899429/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-25T06:11:45.044Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-25T06:11:45.044Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-11-25T06:11:45.045Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-25T06:11:45.045Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-25T06:11:45.045Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||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-25T06:11:45.045Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-25T06:11:45.045Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||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-25T06:11:45.045Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||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-25T06:11:45.045Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-25T06:11:45.045Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-25T06:11:45.045Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-25T06:11:45.046Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-11-25T06:11:45.046Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:11:45.046Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:11:45.046Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-25T06:11:45.046Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-11-25T06:11:45.047Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-25T06:11:45.047Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:11:45.047Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:11:45.047Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-25T06:11:45.047Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-11-25T06:11:45.048Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-25T06:11:45.048Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:11:45.048Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:11:45.048Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:11:45.048Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-11-25T06:11:45.049Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-11-25T06:11:45.049Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-11-25T06:11:45.049Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-11-25T06:11:45.049Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-25T06:11:45.049Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-25T06:11:45.049Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:11:45.050Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-25T06:11:45.050Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:11:45.050Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-25T06:11:45.050Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-25T06:11:45.050Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:11:45.051Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-25T06:11:45.051Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-25T06:11:45.051Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:11:45.051Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-25T06:11:45.051Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-25T06:11:45.051Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:11:45.051Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-11-25T06:11:45.052Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-25T06:11:45.052Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-25T06:11:45.052Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=5620dd4a-6c39-49a3-8c2b-2d8fdb2e0472
2022-11-25T06:11:45.052Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:11:45.052Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:11:45.052Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:11:45.053Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:11:45.053Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:11:45.053Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:11:45.053Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:11:45.053Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:11:45.053Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:89ddf887-733c-4a17-a6cd-f757ddf265be
Model Version:NULL
Model InvariantUuid:dca944c2-211d-48c5-ab05-ff83263eb53b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:be1ba373-27cf-4cb1-8702-4f8a52e639c6
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ac1535fe-5032-44d4-8fee-2ac76cc05d1b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d036f687-62c7-48b0-8055-04b6e333c8cc
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1af88394-77a0-4813-85c0-187901fd25d6
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:4def8622-70df-4c40-9702-0ce00da4584b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5620dd4a-6c39-49a3-8c2b-2d8fdb2e0472
ModelInvariantUuid:3d5b330c-df64-43d5-9b2f-ec8ac0642378
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:e5b4419e-798c-4cc6-8ee7-4305af011eb6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:5a8a7683-d8c9-44b9-a491-855a32ae22a2
ModelInvariantUuid:79ee368b-304a-4ca8-bcb2-d0d4adf18022
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:b2e8a92d-e8eb-463b-bc4a-f12d65a63f6c
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-25T06:11:45.061Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 2f56eaa1-3930-41ca-9b5f-e0e0111c5ecb
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-25T06:11:45.064Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||INFO|500||basic_vm 0
2022-11-25T06:11:45.064Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2f56eaa1-3930-41ca-9b5f-e0e0111c5ecb
2022-11-25T06:11:45.064Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 024c14b6-a0c1-4871-9af3-59d6fdecf222 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-11-25T06:11:45.064Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-11-25T06:11:45.064Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||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-25T06:11:45.120Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-11-25T06:11:45.121Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 024c14b6-a0c1-4871-9af3-59d6fdecf222 787
2022-11-25T06:11:45.121Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||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-25T06:11:45.121Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||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-25T06:11:45.121Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-25T06:11:45.121Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:11:45.123Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:11:45.124Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356705121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:11:45.224Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-25T06:11:45.224Z||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-25T06:11:45.224Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:11:45.246Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:11:45.246Z||pool-48-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:11:46.124Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "1af88394-77a0-4813-85c0-187901fd25d6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4def8622-70df-4c40-9702-0ce00da4584b",
    "vfModuleModelCustomizationUUID": "75c31ee7-23ef-49da-a308-086bbe4b09fe",
    "isBase": true,
    "artifacts": [
      "5ff6c387-a35f-4c60-b4d6-bbedb617abe2",
      "d87eb4e5-1a66-4491-8093-d8b7d295e40c"
    ],
    "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-25T06:11:46.130Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4def8622-70df-4c40-9702-0ce00da4584b
VfModuleModelInvariantUUID:1af88394-77a0-4813-85c0-187901fd25d6
VfModuleModelDescription:NULL
Artifacts UUID List:{
5ff6c387-a35f-4c60-b4d6-bbedb617abe2
,
d87eb4e5-1a66-4491-8093-d8b7d295e40c

}
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-25T06:11:46.132Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "1af88394-77a0-4813-85c0-187901fd25d6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4def8622-70df-4c40-9702-0ce00da4584b",
    "vfModuleModelCustomizationUUID": "75c31ee7-23ef-49da-a308-086bbe4b09fe",
    "isBase": true,
    "artifacts": [
      "5ff6c387-a35f-4c60-b4d6-bbedb617abe2",
      "d87eb4e5-1a66-4491-8093-d8b7d295e40c"
    ],
    "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-25T06:11:46.132Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4def8622-70df-4c40-9702-0ce00da4584b
VfModuleModelInvariantUUID:1af88394-77a0-4813-85c0-187901fd25d6
VfModuleModelDescription:NULL
Artifacts UUID List:{
5ff6c387-a35f-4c60-b4d6-bbedb617abe2
,
d87eb4e5-1a66-4491-8093-d8b7d295e40c

}
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-25T06:11:46.132Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 5ff6c387-a35f-4c60-b4d6-bbedb617abe2 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-11-25T06:11:46.133Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-11-25T06:11:46.133Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||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-25T06:11:46.177Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-11-25T06:11:46.178Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 5ff6c387-a35f-4c60-b4d6-bbedb617abe2 5033
2022-11-25T06:11:46.179Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||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-25T06:11:46.179Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||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-25T06:11:46.179Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-25T06:11:46.179Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:11:46.181Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:11:46.182Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356706178,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:11:46.282Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:11:46.283Z||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-25T06:11:46.283Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:11:46.294Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:11:46.295Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:11:47.182Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d87eb4e5-1a66-4491-8093-d8b7d295e40c from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-11-25T06:11:47.183Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-11-25T06:11:47.183Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||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-25T06:11:47.233Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-11-25T06:11:47.233Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env d87eb4e5-1a66-4491-8093-d8b7d295e40c 903
2022-11-25T06:11:47.234Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||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-25T06:11:47.235Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||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-25T06:11:47.235Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-25T06:11:47.235Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:11:47.237Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:11:47.237Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356707234,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:11:47.337Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:11:47.338Z||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-25T06:11:47.338Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:11:47.352Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:11:47.352Z||pool-50-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-25T06:11:48.237Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 89ddf887-733c-4a17-a6cd-f757ddf265be
2022-11-25T06:11:48.238Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 2f56eaa1-3930-41ca-9b5f-e0e0111c5ecb 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-25T06:11:48.251Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1eeacbee, org.onap.sdc.toscaparser.api.parameters.Input@40758e6d, org.onap.sdc.toscaparser.api.parameters.Input@2f9ea855, org.onap.sdc.toscaparser.api.parameters.Input@1a5ed4af, org.onap.sdc.toscaparser.api.parameters.Input@52a3c9b1]
2022-11-25T06:11:48.252Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:11:48.253Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:11:48.253Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-11-25T06:11:48.253Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= d036f687-62c7-48b0-8055-04b6e333c8cc
2022-11-25T06:11:48.254Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d036f687-62c7-48b0-8055-04b6e333c8cc matches Tosca VF Customization UUID: d036f687-62c7-48b0-8055-04b6e333c8cc
2022-11-25T06:11:48.254Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: d036f687-62c7-48b0-8055-04b6e333c8cc  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-25T06:11:48.258Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:11:48.259Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:11:48.259Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id d036f687-62c7-48b0-8055-04b6e333c8cc: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-25T06:11:48.260Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@858b368
2022-11-25T06:11:48.260Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:11:48.260Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-25T06:11:48.261Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 75c31ee7-23ef-49da-a308-086bbe4b09fe
2022-11-25T06:11:48.261Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 75c31ee7-23ef-49da-a308-086bbe4b09fe
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-25T06:11:48.264Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:11:48.264Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-25T06:11:48.264Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-25T06:11:48.265Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:11:48.265Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-25T06:11:48.265Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-25T06:11:48.266Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:11:48.266Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-11-25T06:11:48.266Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-25T06:11:48.267Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-25T06:11:48.267Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=5620dd4a-6c39-49a3-8c2b-2d8fdb2e0472
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-25T06:11:48.269Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:11:48.270Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-25T06:11:48.270Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-25T06:11:48.270Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:11:48.271Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-25T06:11:48.271Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=d036f687-62c7-48b0-8055-04b6e333c8cc
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-25T06:11:48.273Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:11:48.274Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:11:48.274Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 89ddf887-733c-4a17-a6cd-f757ddf265be: basic_vm
2022-11-25T06:11:48.274Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:11:48.275Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:11:48.275Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:11:48.275Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:11:48.275Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:11:48.276Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:11:48.276Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:11:48.276Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:11:48.277Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:11:48.277Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:11:48.277Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||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-25T06:11:48.358Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 2f56eaa1-3930-41ca-9b5f-e0e0111c5ecb 1 ASDC deployResourceStructure
2022-11-25T06:11:48.359Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||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-25T06:11:48.359Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||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-25T06:11:48.359Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-25T06:11:48.359Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:11:48.361Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:11:48.361Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356708359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-25T06:11:48.461Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:11:48.462Z||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-25T06:11:48.462Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:11:48.479Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:11:48.479Z||pool-51-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:11:49.367Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||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-25T06:11:49.368Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||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-25T06:11:49.369Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-25T06:11:49.369Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:11:49.371Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:11:49.371Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356709367,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-25T06:11:49.472Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-25T06:11:49.472Z||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-25T06:11:49.472Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:11:49.490Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:11:49.491Z||pool-52-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:11:50.373Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||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-25T06:11:50.373Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||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-25T06:11:50.373Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-25T06:11:50.373Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:11:50.375Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:11:50.375Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356710373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-25T06:11:50.476Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-25T06:11:50.476Z||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-25T06:11:50.477Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:11:50.491Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:11:50.492Z||pool-53-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:11:51.377Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||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-25T06:11:51.378Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||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-25T06:11:51.378Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-25T06:11:51.379Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:11:51.381Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:11:51.381Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356711377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-25T06:11:51.482Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-25T06:11:51.482Z||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-25T06:11:51.483Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:11:51.501Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:11:51.502Z||pool-54-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:11:52.387Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c64b5bde-f479-4202-9214-2a6ab9c0e49c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T06:11:52.396Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c64b5bde-f479-4202-9214-2a6ab9c0e49c
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-25T06:11:52.399Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-25T06:11:52.399Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-25T06:11:52.399Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-25T06:11:58.576Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:11:58.577Z||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-25T06:11:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:11:58.704Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:11:58.704Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:11:58.704Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921ccc4-c5f3-41e2-9598-1f2bc155b833",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356658564,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:11:58.705Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:22.399Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c64b5bde-f479-4202-9214-2a6ab9c0e49c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T06:12:22.411Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c64b5bde-f479-4202-9214-2a6ab9c0e49c
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-25T06:12:22.416Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-25T06:12:22.417Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-25T06:12:22.417Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-25T06:12:52.417Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c64b5bde-f479-4202-9214-2a6ab9c0e49c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T06:12:52.436Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c64b5bde-f479-4202-9214-2a6ab9c0e49c
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-25T06:12:52.439Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-25T06:12:52.439Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-25T06:12:52.439Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-25T06:12:58.577Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:12:58.577Z||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-25T06:12:58.578Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:12:58.620Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:12:59.133Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921ccc4-c5f3-41e2-9598-1f2bc155b833",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356658564,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-25T06:12:59.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921ccc4-c5f3-41e2-9598-1f2bc155b833",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356661411,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:12:59.139Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:12:59.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
  "consumerID": "aai-ml",
  "timestamp": 1669356662743,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-25T06:12:59.140Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:12:59.140Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.140Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
  "consumerID": "aai-ml",
  "timestamp": 1669356663748,
  "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-25T06:12:59.148Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c64b5bde-f479-4202-9214-2a6ab9c0e49c
2022-11-25T06:12:59.148Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c64b5bde-f479-4202-9214-2a6ab9c0e49c 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-25T06:12:59.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921ccc4-c5f3-41e2-9598-1f2bc155b833",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356663323,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-25T06:12:59.160Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:12:59.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.161Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c9e0a40-0513-410b-bb4e-2594a4064c36",
  "consumerID": "aai-ml",
  "timestamp": 1669356668064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP7hfhtqcnof9vbpskqrt/1.0/resourceInstances/pnff90d19cd65490/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:12:59.161Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.161Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.161Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c9e0a40-0513-410b-bb4e-2594a4064c36",
  "consumerID": "cds",
  "timestamp": 1669356664371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP7hfhtqcnof9vbpskqrt/1.0/resourceInstances/pnff90d19cd65490/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:12:59.162Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.162Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.162Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c9e0a40-0513-410b-bb4e-2594a4064c36",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669356666444,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP7hfhtqcnof9vbpskqrt/1.0/resourceInstances/pnff90d19cd65490/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:12:59.163Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.163Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.163Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c9e0a40-0513-410b-bb4e-2594a4064c36",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669356669572,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP7hfhtqcnof9vbpskqrt/1.0/resourceInstances/pnff90d19cd65490/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:12:59.164Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.164Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.164Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c9e0a40-0513-410b-bb4e-2594a4064c36",
  "consumerID": "aai-ml",
  "timestamp": 1669356668064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP7hfhtqcnof9vbpskqrt/1.0/resourceInstances/pnff90d19cd65490/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:12:59.165Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.165Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.165Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c9e0a40-0513-410b-bb4e-2594a4064c36",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669356666444,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP7hfhtqcnof9vbpskqrt/1.0/resourceInstances/pnff90d19cd65490/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:12:59.165Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.166Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c9e0a40-0513-410b-bb4e-2594a4064c36",
  "consumerID": "cds",
  "timestamp": 1669356664371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP7hfhtqcnof9vbpskqrt/1.0/resourceInstances/pnff90d19cd65490/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:12:59.166Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c9e0a40-0513-410b-bb4e-2594a4064c36",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669356669572,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP7hfhtqcnof9vbpskqrt/1.0/resourceInstances/pnff90d19cd65490/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:12:59.167Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c9e0a40-0513-410b-bb4e-2594a4064c36",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669356672894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP7hfhtqcnof9vbpskqrt/1.0/resourceInstances/pnff90d19cd65490/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:12:59.168Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.169Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c9e0a40-0513-410b-bb4e-2594a4064c36",
  "consumerID": "aai-ml",
  "timestamp": 1669356668064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP7hfhtqcnof9vbpskqrt/1.0/resourceInstances/pnff90d19cd65490/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:12:59.169Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.169Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c9e0a40-0513-410b-bb4e-2594a4064c36",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669356669572,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP7hfhtqcnof9vbpskqrt/1.0/resourceInstances/pnff90d19cd65490/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:12:59.170Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c9e0a40-0513-410b-bb4e-2594a4064c36",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669356666444,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP7hfhtqcnof9vbpskqrt/1.0/resourceInstances/pnff90d19cd65490/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:12:59.171Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c9e0a40-0513-410b-bb4e-2594a4064c36",
  "consumerID": "cds",
  "timestamp": 1669356664371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP7hfhtqcnof9vbpskqrt/1.0/resourceInstances/pnff90d19cd65490/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:12:59.174Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.174Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.174Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c9e0a40-0513-410b-bb4e-2594a4064c36",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669356672894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP7hfhtqcnof9vbpskqrt/1.0/resourceInstances/pnff90d19cd65490/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:12:59.174Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.175Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.175Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c9e0a40-0513-410b-bb4e-2594a4064c36",
  "consumerID": "aai-ml",
  "timestamp": 1669356668064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP7hfhtqcnof9vbpskqrt/1.0/resourceInstances/pnff90d19cd65490/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:12:59.175Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.176Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.176Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c9e0a40-0513-410b-bb4e-2594a4064c36",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669356666444,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP7hfhtqcnof9vbpskqrt/1.0/resourceInstances/pnff90d19cd65490/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:12:59.176Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.176Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.177Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c9e0a40-0513-410b-bb4e-2594a4064c36",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669356669572,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP7hfhtqcnof9vbpskqrt/1.0/resourceInstances/pnff90d19cd65490/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:12:59.177Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.177Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.178Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c9e0a40-0513-410b-bb4e-2594a4064c36",
  "consumerID": "cds",
  "timestamp": 1669356664371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP7hfhtqcnof9vbpskqrt/1.0/resourceInstances/pnff90d19cd65490/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:12:59.178Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.178Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.179Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c9e0a40-0513-410b-bb4e-2594a4064c36",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669356672894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP7hfhtqcnof9vbpskqrt/1.0/resourceInstances/pnff90d19cd65490/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:12:59.179Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.179Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.180Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c9e0a40-0513-410b-bb4e-2594a4064c36",
  "consumerID": "aai-ml",
  "timestamp": 1669356668064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP7hfhtqcnof9vbpskqrt/1.0/resourceInstances/pnff90d19cd65490/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:12:59.180Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.180Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.181Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c9e0a40-0513-410b-bb4e-2594a4064c36",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669356669572,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP7hfhtqcnof9vbpskqrt/1.0/resourceInstances/pnff90d19cd65490/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:12:59.181Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.182Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.182Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c9e0a40-0513-410b-bb4e-2594a4064c36",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669356666444,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP7hfhtqcnof9vbpskqrt/1.0/resourceInstances/pnff90d19cd65490/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:12:59.182Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.183Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.183Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c9e0a40-0513-410b-bb4e-2594a4064c36",
  "consumerID": "cds",
  "timestamp": 1669356664371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP7hfhtqcnof9vbpskqrt/1.0/resourceInstances/pnff90d19cd65490/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:12:59.183Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.184Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.184Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c9e0a40-0513-410b-bb4e-2594a4064c36",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669356672894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP7hfhtqcnof9vbpskqrt/1.0/resourceInstances/pnff90d19cd65490/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:12:59.184Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.185Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.185Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c9e0a40-0513-410b-bb4e-2594a4064c36",
  "consumerID": "aai-ml",
  "timestamp": 1669356668064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP7hfhtqcnof9vbpskqrt/1.0/resourceInstances/pnff90d19cd65490/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:12:59.189Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.190Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.190Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c9e0a40-0513-410b-bb4e-2594a4064c36",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669356666444,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP7hfhtqcnof9vbpskqrt/1.0/resourceInstances/pnff90d19cd65490/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-11-25T06:12:59.194Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.194Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.194Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c9e0a40-0513-410b-bb4e-2594a4064c36",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669356669572,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP7hfhtqcnof9vbpskqrt/1.0/resourceInstances/pnff90d19cd65490/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:12:59.195Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.195Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.195Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c9e0a40-0513-410b-bb4e-2594a4064c36",
  "consumerID": "cds",
  "timestamp": 1669356664371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP7hfhtqcnof9vbpskqrt/1.0/resourceInstances/pnff90d19cd65490/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:12:59.196Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.196Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.196Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c9e0a40-0513-410b-bb4e-2594a4064c36",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669356672894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP7hfhtqcnof9vbpskqrt/1.0/resourceInstances/pnff90d19cd65490/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:12:59.199Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.199Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.199Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c9e0a40-0513-410b-bb4e-2594a4064c36",
  "consumerID": "aai-ml",
  "timestamp": 1669356668064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP7hfhtqcnof9vbpskqrt/1.0/artifacts/service-DemoPnfP7hfhtqcnof9vbpskqrt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:12:59.199Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.200Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.200Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c9e0a40-0513-410b-bb4e-2594a4064c36",
  "consumerID": "cds",
  "timestamp": 1669356664371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP7hfhtqcnof9vbpskqrt/1.0/artifacts/service-DemoPnfP7hfhtqcnof9vbpskqrt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:12:59.200Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.201Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.201Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c9e0a40-0513-410b-bb4e-2594a4064c36",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669356666444,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP7hfhtqcnof9vbpskqrt/1.0/artifacts/service-DemoPnfP7hfhtqcnof9vbpskqrt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:12:59.201Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.202Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c9e0a40-0513-410b-bb4e-2594a4064c36",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669356669572,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP7hfhtqcnof9vbpskqrt/1.0/artifacts/service-DemoPnfP7hfhtqcnof9vbpskqrt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:12:59.202Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c9e0a40-0513-410b-bb4e-2594a4064c36",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669356672894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP7hfhtqcnof9vbpskqrt/1.0/resourceInstances/pnff90d19cd65490/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:12:59.203Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c9e0a40-0513-410b-bb4e-2594a4064c36",
  "consumerID": "aai-ml",
  "timestamp": 1669356668064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP7hfhtqcnof9vbpskqrt/1.0/artifacts/service-DemoPnfP7hfhtqcnof9vbpskqrt-csar.csar",
  "status": "NOTIFIED"
}
2022-11-25T06:12:59.204Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c9e0a40-0513-410b-bb4e-2594a4064c36",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669356669572,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP7hfhtqcnof9vbpskqrt/1.0/artifacts/service-DemoPnfP7hfhtqcnof9vbpskqrt-csar.csar",
  "status": "NOTIFIED"
}
2022-11-25T06:12:59.205Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c9e0a40-0513-410b-bb4e-2594a4064c36",
  "consumerID": "cds",
  "timestamp": 1669356664371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP7hfhtqcnof9vbpskqrt/1.0/artifacts/service-DemoPnfP7hfhtqcnof9vbpskqrt-csar.csar",
  "status": "NOTIFIED"
}
2022-11-25T06:12:59.206Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.206Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.206Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c9e0a40-0513-410b-bb4e-2594a4064c36",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669356666444,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP7hfhtqcnof9vbpskqrt/1.0/artifacts/service-DemoPnfP7hfhtqcnof9vbpskqrt-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:12:59.207Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.207Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.207Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c9e0a40-0513-410b-bb4e-2594a4064c36",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669356672894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP7hfhtqcnof9vbpskqrt/1.0/artifacts/service-DemoPnfP7hfhtqcnof9vbpskqrt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:12:59.207Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.208Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.208Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c9e0a40-0513-410b-bb4e-2594a4064c36",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669356679126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP7hfhtqcnof9vbpskqrt/1.0/artifacts/service-DemoPnfP7hfhtqcnof9vbpskqrt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:12:59.208Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:12:59.209Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.209Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c9e0a40-0513-410b-bb4e-2594a4064c36",
  "consumerID": "aai-ml",
  "timestamp": 1669356680078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP7hfhtqcnof9vbpskqrt/1.0/artifacts/service-DemoPnfP7hfhtqcnof9vbpskqrt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:12:59.209Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:12:59.210Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.210Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c9e0a40-0513-410b-bb4e-2594a4064c36",
  "consumerID": "cds",
  "timestamp": 1669356680136,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP7hfhtqcnof9vbpskqrt/1.0/artifacts/service-DemoPnfP7hfhtqcnof9vbpskqrt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:12:59.210Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:12:59.210Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.211Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c9e0a40-0513-410b-bb4e-2594a4064c36",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669356680251,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP7hfhtqcnof9vbpskqrt/1.0/resourceInstances/pnff90d19cd65490/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:12:59.211Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:12:59.211Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.212Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c9e0a40-0513-410b-bb4e-2594a4064c36",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669356672894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP7hfhtqcnof9vbpskqrt/1.0/artifacts/service-DemoPnfP7hfhtqcnof9vbpskqrt-csar.csar",
  "status": "NOTIFIED"
}
2022-11-25T06:12:59.212Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.213Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.213Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c9e0a40-0513-410b-bb4e-2594a4064c36",
  "consumerID": "cds",
  "timestamp": 1669356681149,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP7hfhtqcnof9vbpskqrt/1.0/artifacts/service-DemoPnfP7hfhtqcnof9vbpskqrt-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-25T06:12:59.226Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8c9e0a40-0513-410b-bb4e-2594a4064c36
2022-11-25T06:12:59.227Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8c9e0a40-0513-410b-bb4e-2594a4064c36 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-25T06:12:59.240Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.240Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c9e0a40-0513-410b-bb4e-2594a4064c36",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669356681598,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP7hfhtqcnof9vbpskqrt/1.0/resourceInstances/pnff90d19cd65490/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-11-25T06:12:59.241Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:12:59.241Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.241Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c9e0a40-0513-410b-bb4e-2594a4064c36",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669356680987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP7hfhtqcnof9vbpskqrt/1.0/artifacts/service-DemoPnfP7hfhtqcnof9vbpskqrt-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-25T06:12:59.241Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:12:59.242Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.242Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c9e0a40-0513-410b-bb4e-2594a4064c36",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669356682607,
  "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-25T06:12:59.247Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 8c9e0a40-0513-410b-bb4e-2594a4064c36
2022-11-25T06:12:59.248Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8c9e0a40-0513-410b-bb4e-2594a4064c36 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-25T06:12:59.258Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.258Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "cds",
  "timestamp": 1669356682170,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:12:59.258Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.259Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.259Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c9e0a40-0513-410b-bb4e-2594a4064c36",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669356681991,
  "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-25T06:12:59.265Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8c9e0a40-0513-410b-bb4e-2594a4064c36
2022-11-25T06:12:59.265Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8c9e0a40-0513-410b-bb4e-2594a4064c36 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-25T06:12:59.274Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.275Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "cds",
  "timestamp": 1669356682170,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:12:59.275Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.276Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.276Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "cds",
  "timestamp": 1669356682170,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:12:59.277Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.277Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.278Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c9e0a40-0513-410b-bb4e-2594a4064c36",
  "consumerID": "aai-ml",
  "timestamp": 1669356685767,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP7hfhtqcnof9vbpskqrt/1.0/artifacts/service-DemoPnfP7hfhtqcnof9vbpskqrt-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-25T06:12:59.279Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:12:59.280Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.280Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "cds",
  "timestamp": 1669356682170,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:12:59.280Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.281Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.281Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c9e0a40-0513-410b-bb4e-2594a4064c36",
  "consumerID": "aai-ml",
  "timestamp": 1669356686771,
  "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-25T06:12:59.286Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8c9e0a40-0513-410b-bb4e-2594a4064c36
2022-11-25T06:12:59.287Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8c9e0a40-0513-410b-bb4e-2594a4064c36 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-25T06:12:59.298Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.298Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "cds",
  "timestamp": 1669356682170,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:12:59.299Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.299Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.299Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669356686444,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:12:59.300Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.300Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.301Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "cds",
  "timestamp": 1669356682170,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:12:59.313Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.314Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.314Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669356686444,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:12:59.315Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.315Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.315Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "cds",
  "timestamp": 1669356682170,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:12:59.315Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.316Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.316Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669356686444,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:12:59.316Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.317Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.319Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "cds",
  "timestamp": 1669356682170,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:12:59.320Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.320Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.320Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669356686444,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:12:59.320Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.320Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.320Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "cds",
  "timestamp": 1669356682170,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-25T06:12:59.320Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.320Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.320Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669356686444,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:12:59.320Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.320Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.320Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "cds",
  "timestamp": 1669356691939,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:12:59.321Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:12:59.321Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.321Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669356686444,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:12:59.321Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.321Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.321Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "cds",
  "timestamp": 1669356692955,
  "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-25T06:12:59.337Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8c27b318-6828-40c9-a64e-851b41e130f6
2022-11-25T06:12:59.338Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8c27b318-6828-40c9-a64e-851b41e130f6 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-25T06:12:59.347Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.347Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669356686444,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:12:59.347Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.347Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.347Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669356692894,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:12:59.347Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.347Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.347Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669356686444,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:12:59.348Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.348Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.348Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669356692894,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-11-25T06:12:59.348Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.348Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.348Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669356686444,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:12:59.348Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.348Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.348Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a921ccc4-c5f3-41e2-9598-1f2bc155b833",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356694570,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-25T06:12:59.348Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:12:59.348Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669356692894,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-11-25T06:12:59.349Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.349Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356658564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:12:59.349Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.349Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669356692894,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-11-25T06:12:59.349Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.349Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356658564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-11-25T06:12:59.349Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.350Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.350Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669356692894,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-11-25T06:12:59.350Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.350Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.350Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356658564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-25T06:12:59.350Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.350Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.350Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669356692894,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:12:59.350Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.350Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.350Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "aai-ml",
  "timestamp": 1669356698064,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:12:59.351Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.351Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.351Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356658564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:12:59.351Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.351Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.351Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669356692894,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-11-25T06:12:59.351Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.351Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.351Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "aai-ml",
  "timestamp": 1669356698064,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:12:59.351Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.351Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.351Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356658564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-25T06:12:59.351Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.352Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.352Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669356692894,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:12:59.352Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.352Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.352Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "aai-ml",
  "timestamp": 1669356698064,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:12:59.352Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.352Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.352Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669356699572,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:12:59.352Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.352Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.352Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356658564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:12:59.353Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.353Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.356Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669356692894,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-25T06:12:59.357Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.357Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.357Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "aai-ml",
  "timestamp": 1669356698064,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:12:59.358Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.358Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.358Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669356699572,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:12:59.358Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.359Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.359Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356658564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-25T06:12:59.359Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.359Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.359Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "aai-ml",
  "timestamp": 1669356698064,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:12:59.360Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.360Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.360Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669356702715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:12:59.360Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:12:59.361Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.361Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669356699572,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:12:59.361Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.361Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.362Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "aai-ml",
  "timestamp": 1669356698064,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:12:59.362Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.362Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.362Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356702761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:12:59.363Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:12:59.363Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.363Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669356703808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:12:59.363Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:12:59.363Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.364Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669356699572,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:12:59.364Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.364Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.365Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "aai-ml",
  "timestamp": 1669356698064,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:12:59.365Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.365Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.366Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669356704899,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:12:59.366Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:12:59.366Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.367Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669356699572,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:12:59.367Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.368Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.368Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "aai-ml",
  "timestamp": 1669356698064,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:12:59.369Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.369Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.369Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669356705950,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:12:59.370Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:12:59.370Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.370Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356705121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:12:59.370Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:12:59.371Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.371Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669356699572,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:12:59.371Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.371Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.371Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "aai-ml",
  "timestamp": 1669356698064,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-25T06:12:59.372Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.372Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.372Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669356707023,
  "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-25T06:12:59.380Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8c27b318-6828-40c9-a64e-851b41e130f6
2022-11-25T06:12:59.380Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8c27b318-6828-40c9-a64e-851b41e130f6 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-25T06:12:59.390Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.391Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356706178,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:12:59.391Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:12:59.391Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.392Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669356699572,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:12:59.392Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.392Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.392Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "aai-ml",
  "timestamp": 1669356707806,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:12:59.393Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:12:59.393Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.393Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669356708029,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-25T06:12:59.393Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:12:59.394Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.394Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669356699572,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:12:59.394Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.395Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.395Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356707234,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:12:59.395Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:12:59.396Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.396Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669356699572,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-25T06:12:59.396Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:12:59.396Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.397Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356708359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-25T06:12:59.397Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:12:59.397Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.397Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669356709311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:12:59.398Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:12:59.398Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.398Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356709367,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-25T06:12:59.398Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:12:59.399Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.399Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356710373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-25T06:12:59.399Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:12:59.399Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.400Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356711377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-25T06:12:59.400Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:12:59.400Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.400Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669356711563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-25T06:12:59.401Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:12:59.401Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.401Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669356712567,
  "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-25T06:12:59.406Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8c27b318-6828-40c9-a64e-851b41e130f6
2022-11-25T06:12:59.407Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8c27b318-6828-40c9-a64e-851b41e130f6 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-25T06:12:59.414Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.415Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "aai-ml",
  "timestamp": 1669356716229,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-25T06:12:59.415Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:12:59.415Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:12:59.416Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "aai-ml",
  "timestamp": 1669356717233,
  "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-25T06:12:59.425Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8c27b318-6828-40c9-a64e-851b41e130f6
2022-11-25T06:12:59.425Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8c27b318-6828-40c9-a64e-851b41e130f6 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-25T06:13:22.439Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c64b5bde-f479-4202-9214-2a6ab9c0e49c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T06:13:22.449Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c64b5bde-f479-4202-9214-2a6ab9c0e49c
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-25T06:13:22.452Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-25T06:13:22.452Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-25T06:13:22.452Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-25T06:13:22.452Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-25T06:13:22.452Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-25T06:13:22.453Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-25T06:13:22.453Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-25T06:13:22.453Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-25T06:13:22.453Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-25T06:13:22.453Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-25T06:13:22.458Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-25T06:13:52.460Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c64b5bde-f479-4202-9214-2a6ab9c0e49c 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-25T06:13:52.468Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c64b5bde-f479-4202-9214-2a6ab9c0e49c and serviceModelVersionId: 89ddf887-733c-4a17-a6cd-f757ddf265be
2022-11-25T06:13:52.468Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : dca944c2-211d-48c5-ab05-ff83263eb53b
2022-11-25T06:13:52.470Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/dca944c2-211d-48c5-ab05-ff83263eb53b/model-vers/model-ver/89ddf887-733c-4a17-a6cd-f757ddf265be?depth=0
2022-11-25T06:13:52.476Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-11-25T06:13:52.546Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dca944c2-211d-48c5-ab05-ff83263eb53b/model-vers/model-ver/89ddf887-733c-4a17-a6cd-f757ddf265be?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-25T06:13:52.547Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dca944c2-211d-48c5-ab05-ff83263eb53b/model-vers/model-ver/89ddf887-733c-4a17-a6cd-f757ddf265be?depth=0|INFO|500||Invoke
2022-11-25T06:13:52.568Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dca944c2-211d-48c5-ab05-ff83263eb53b/model-vers/model-ver/89ddf887-733c-4a17-a6cd-f757ddf265be?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-25T06:13:52.707Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dca944c2-211d-48c5-ab05-ff83263eb53b/model-vers/model-ver/89ddf887-733c-4a17-a6cd-f757ddf265be?depth=0|INFO|500||InvokeReturn
2022-11-25T06:13:52.713Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dca944c2-211d-48c5-ab05-ff83263eb53b/model-vers/model-ver/89ddf887-733c-4a17-a6cd-f757ddf265be?depth=0 has http status code:200 and response headers:{date=[Fri, 25 Nov 2022 06:13:52 GMT], content-length=[0], vertex-id=[213040], x-aai-txid=[0-aai-resources-221125-06:13:52:673-22778], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-25T06:13:52.713Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-11-25T06:13:52.713Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-25T06:13:52.713Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-25T06:13:52.717Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-25T06:13:52.718Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c64b5bde-f479-4202-9214-2a6ab9c0e49c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-25T06:13:52.718Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-25T06:13:52.719Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:13:52.720Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:13:52.721Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356832718,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-25T06:13:52.821Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:13:52.822Z||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-25T06:13:52.822Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:13:52.844Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:13:52.844Z||pool-55-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-25T06:13:53.734Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:13:53.735Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|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-25T06:13:53.735Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:13:58.576Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:13:58.577Z||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-25T06:13:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:13:59.208Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:13:59.208Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:13:59.208Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c64b5bde-f479-4202-9214-2a6ab9c0e49c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356832718,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-25T06:13:59.209Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:13:59.367Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:13:59.368Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-25T06:13:59.368Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"8c9e0a40-0513-410b-bb4e-2594a4064c36","serviceName":"Demo_pNF_P7hfHtQcnOf9vbPSkQrt","serviceVersion":"1.0","serviceUUID":"b0dddb69-0faa-4b5f-b2c1-03c5405eb1af","serviceDescription":"catalog service description","serviceInvariantUUID":"ec6e6239-b5f7-4865-a805-8f1c18596eff","resources":[{"resourceInstanceName":"pNF f90d19cd-6549 0","resourceName":"pNF f90d19cd-6549","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"bc13d12c-4fb1-4769-84ea-5a89f6beb5f3","resourceInvariantUUID":"becff9a1-c625-4672-966b-3a2ce65ba2ff","resourceCustomizationUUID":"bcc24f55-121a-407c-a2c6-111e133c8897","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfP7hfhtqcnof9vbpskqrt/1.0/resourceInstances/pnff90d19cd65490/artifacts/vf-license-model.xml","artifactChecksum":"Njg1OGIyMTVkNTgzZDUwMDljODI2N2VlOGZkYzg0YmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"eb735c02-1e75-4403-a2e6-0c87f02352cb","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfP7hfhtqcnof9vbpskqrt/1.0/resourceInstances/pnff90d19cd65490/artifacts/pNF.csar","artifactChecksum":"ZGExZTA1N2ZjZDBjY2MyMjFlODUyMzU4ZjViOTk2NWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"283afb3b-f4c7-44a1-9eb4-a894aeedeb06","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfP7hfhtqcnof9vbpskqrt/1.0/resourceInstances/pnff90d19cd65490/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7c85a779-56fc-4c79-b5db-2f8cd1104c6e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfP7hfhtqcnof9vbpskqrt/1.0/resourceInstances/pnff90d19cd65490/artifacts/vendor-license-model.xml","artifactChecksum":"YmIxZjJkOGNjNGRjOGMyZmJlYTI5MzVkMzI1MTczOTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"56ec25cd-81cc-497f-9f36-8b9efe3c7ec4","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfP7hfhtqcnof9vbpskqrt/1.0/resourceInstances/pnff90d19cd65490/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"767f06cb-e53b-409a-a3c8-a79db59c5766","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfP7hfhtqcnof9vbpskqrt/1.0/resourceInstances/pnff90d19cd65490/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"72cd3c0a-426f-44ef-b932-501e1adc74c8","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfP7hfhtqcnof9vbpskqrt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfP7hfhtqcnof9vbpskqrt/1.0/artifacts/service-DemoPnfP7hfhtqcnof9vbpskqrt-template.yml","artifactChecksum":"MGMxODU2YzQ5NzU4MWQ5YTYwYjAyYzgyZWQzYTc5NzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3f4afb58-8616-4156-bc7b-a15565bcd35f","artifactVersion":"1"},{"artifactName":"service-DemoPnfP7hfhtqcnof9vbpskqrt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfP7hfhtqcnof9vbpskqrt/1.0/artifacts/service-DemoPnfP7hfhtqcnof9vbpskqrt-csar.csar","artifactChecksum":"ZjliYzY0MzMzYjA4YTg0ZDY3OGViMWJlMWEwMzlhM2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a02fe3cc-e17c-46f0-9fca-8d4c11807b32","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-25T06:13:59.370Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T06:13:59.370Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:13:59.372Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:13:59.372Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8c9e0a40-0513-410b-bb4e-2594a4064c36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356833734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP7hfhtqcnof9vbpskqrt/1.0/resourceInstances/pnff90d19cd65490/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:13:59.473Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-25T06:13:59.474Z||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-25T06:13:59.474Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:13:59.488Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:13:59.489Z||pool-56-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:14:00.373Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T06:14:00.374Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:14:00.377Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:14:00.377Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8c9e0a40-0513-410b-bb4e-2594a4064c36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356833734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP7hfhtqcnof9vbpskqrt/1.0/resourceInstances/pnff90d19cd65490/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:14:00.477Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:14:00.479Z||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-25T06:14:00.479Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:14:00.494Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:14:00.495Z||pool-57-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-25T06:14:01.377Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T06:14:01.378Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:14:01.380Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:14:01.380Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8c9e0a40-0513-410b-bb4e-2594a4064c36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356833734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP7hfhtqcnof9vbpskqrt/1.0/resourceInstances/pnff90d19cd65490/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:14:01.480Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:14:01.481Z||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-25T06:14:01.481Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:14:01.493Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:14:01.493Z||pool-58-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:14:02.380Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T06:14:02.381Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:14:02.384Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:14:02.384Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8c9e0a40-0513-410b-bb4e-2594a4064c36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356833734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP7hfhtqcnof9vbpskqrt/1.0/resourceInstances/pnff90d19cd65490/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:14:02.483Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-25T06:14:02.484Z||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-25T06:14:02.484Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:14:02.507Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:14:02.508Z||pool-59-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:14:03.385Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T06:14:03.385Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:14:03.387Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:14:03.387Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8c9e0a40-0513-410b-bb4e-2594a4064c36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356833734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP7hfhtqcnof9vbpskqrt/1.0/resourceInstances/pnff90d19cd65490/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:14:03.487Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-25T06:14:03.488Z||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-25T06:14:03.488Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:14:03.502Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:14:03.503Z||pool-60-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:14:04.389Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T06:14:04.390Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:14:04.392Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:14:04.393Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8c9e0a40-0513-410b-bb4e-2594a4064c36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356833734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP7hfhtqcnof9vbpskqrt/1.0/resourceInstances/pnff90d19cd65490/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:14:04.493Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:14:04.493Z||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-25T06:14:04.494Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:14:04.509Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:14:04.509Z||pool-61-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-25T06:14:05.393Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T06:14:05.394Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:14:05.398Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:14:05.398Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8c9e0a40-0513-410b-bb4e-2594a4064c36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356833734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP7hfhtqcnof9vbpskqrt/1.0/artifacts/service-DemoPnfP7hfhtqcnof9vbpskqrt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:14:05.498Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:14:05.500Z||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-25T06:14:05.500Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:14:05.537Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:14:05.538Z||pool-62-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:14:06.399Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T06:14:06.400Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:14:06.401Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:14:06.402Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8c9e0a40-0513-410b-bb4e-2594a4064c36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356833734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP7hfhtqcnof9vbpskqrt/1.0/artifacts/service-DemoPnfP7hfhtqcnof9vbpskqrt-csar.csar",
  "status": "NOTIFIED"
}
2022-11-25T06:14:06.502Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:14:06.503Z||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-25T06:14:06.503Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:14:06.517Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:14:06.518Z||pool-63-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:14:07.403Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "8c9e0a40-0513-410b-bb4e-2594a4064c36",
  "serviceName": "Demo_pNF_P7hfHtQcnOf9vbPSkQrt",
  "serviceVersion": "1.0",
  "serviceUUID": "b0dddb69-0faa-4b5f-b2c1-03c5405eb1af",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "ec6e6239-b5f7-4865-a805-8f1c18596eff",
  "resources": [
    {
      "resourceInstanceName": "pNF f90d19cd-6549 0",
      "resourceCustomizationUUID": "bcc24f55-121a-407c-a2c6-111e133c8897",
      "resourceName": "pNF f90d19cd-6549",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "bc13d12c-4fb1-4769-84ea-5a89f6beb5f3",
      "resourceInvariantUUID": "becff9a1-c625-4672-966b-3a2ce65ba2ff",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfP7hfhtqcnof9vbpskqrt-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfP7hfhtqcnof9vbpskqrt/1.0/artifacts/service-DemoPnfP7hfhtqcnof9vbpskqrt-csar.csar",
      "artifactChecksum": "ZjliYzY0MzMzYjA4YTg0ZDY3OGViMWJlMWEwMzlhM2U\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a02fe3cc-e17c-46f0-9fca-8d4c11807b32"
    }
  ],
  "workloadContext": "Production"
}
2022-11-25T06:14:07.403Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-25T06:14:07.404Z|c64b5bde-f479-4202-9214-2a6ab9c0e49c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b0dddb69-0faa-4b5f-b2c1-03c5405eb1af ASDC
2022-11-25T06:14:07.404Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:8c9e0a40-0513-410b-bb4e-2594a4064c36
ServiceName:Demo_pNF_P7hfHtQcnOf9vbPSkQrt
ServiceVersion:1.0
ServiceUUID:b0dddb69-0faa-4b5f-b2c1-03c5405eb1af
ServiceInvariantUUID:ec6e6239-b5f7-4865-a805-8f1c18596eff
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfP7hfhtqcnof9vbpskqrt-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfP7hfhtqcnof9vbpskqrt/1.0/artifacts/service-DemoPnfP7hfhtqcnof9vbpskqrt-csar.csar
ArtifactUUID:a02fe3cc-e17c-46f0-9fca-8d4c11807b32
ArtifactChecksum:ZjliYzY0MzMzYjA4YTg0ZDY3OGViMWJlMWEwMzlhM2U=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF f90d19cd-6549 0
ResourceCustomizationUUID:bcc24f55-121a-407c-a2c6-111e133c8897
ResourceInvariantUUID:becff9a1-c625-4672-966b-3a2ce65ba2ff
ResourceName:pNF f90d19cd-6549
ResourceType:PNF
ResourceUUID:bc13d12c-4fb1-4769-84ea-5a89f6beb5f3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-11-25T06:14:07.405Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b0dddb69-0faa-4b5f-b2c1-03c5405eb1af 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-25T06:14:07.429Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-25T06:14:07.430Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-11-25T06:14:07.430Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-11-25T06:14:07.430Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a02fe3cc-e17c-46f0-9fca-8d4c11807b32 from URL: /sdc/v1/catalog/services/DemoPnfP7hfhtqcnof9vbpskqrt/1.0/artifacts/service-DemoPnfP7hfhtqcnof9vbpskqrt-csar.csar
2022-11-25T06:14:07.430Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-11-25T06:14:07.430Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfP7hfhtqcnof9vbpskqrt/1.0/artifacts/service-DemoPnfP7hfhtqcnof9vbpskqrt-csar.csar
2022-11-25T06:14:07.520Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-11-25T06:14:07.524Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfP7hfhtqcnof9vbpskqrt/1.0/artifacts/service-DemoPnfP7hfhtqcnof9vbpskqrt-csar.csar a02fe3cc-e17c-46f0-9fca-8d4c11807b32 88010
2022-11-25T06:14:07.525Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfP7hfhtqcnof9vbpskqrt/1.0/artifacts/service-DemoPnfP7hfhtqcnof9vbpskqrt-csar.csar ASDC sendASDCNotification
2022-11-25T06:14:07.525Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfP7hfhtqcnof9vbpskqrt/1.0/artifacts/service-DemoPnfP7hfhtqcnof9vbpskqrt-csar.csar
2022-11-25T06:14:07.525Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-25T06:14:07.525Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:14:07.527Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:14:07.527Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8c9e0a40-0513-410b-bb4e-2594a4064c36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356847525,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP7hfhtqcnof9vbpskqrt/1.0/artifacts/service-DemoPnfP7hfhtqcnof9vbpskqrt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:14:07.627Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:14:07.628Z||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-25T06:14:07.628Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:14:07.642Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:14:07.642Z||pool-64-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:14:08.529Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-25T06:14:08.529Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-11-25T06:14:08.530Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: a02fe3cc-e17c-46f0-9fca-8d4c11807b32, URL: /sdc/v1/catalog/services/DemoPnfP7hfhtqcnof9vbpskqrt/1.0/artifacts/service-DemoPnfP7hfhtqcnof9vbpskqrt-csar.csar to file: /app/ASDC/1/service-DemoPnfP7hfhtqcnof9vbpskqrt-csar.csar
2022-11-25T06:14:08.531Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfP7hfhtqcnof9vbpskqrt-csar.csar
2022-11-25T06:14:08.531Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfP7hfhtqcnof9vbpskqrt-csar.csar
2022-11-25T06:14:08.531Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfP7hfhtqcnof9vbpskqrt-csar.csar
2022-11-25T06:14:08.665Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17099147680413022561/Definitions/service-DemoPnfP7hfhtqcnof9vbpskqrt-template.yml
2022-11-25T06:14:09.418Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-25T06:14:09.418Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-11-25T06:14:09.418Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfP7hfhtqcnof9vbpskqrt-csar.csar
2022-11-25T06:14:09.418Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-25T06:14:09.419Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f90d19cd-6549 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-DemoPnfP7hfhtqcnof9vbpskqrt-csar.csar
2022-11-25T06:14:09.419Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||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-DemoPnfP7hfhtqcnof9vbpskqrt-csar.csar
2022-11-25T06:14:09.419Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfP7hfhtqcnof9vbpskqrt-csar.csar
2022-11-25T06:14:09.419Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||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-DemoPnfP7hfhtqcnof9vbpskqrt-csar.csar
2022-11-25T06:14:09.419Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfP7hfhtqcnof9vbpskqrt-csar.csar
2022-11-25T06:14:09.419Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfP7hfhtqcnof9vbpskqrt-csar.csar
2022-11-25T06:14:09.419Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfP7hfhtqcnof9vbpskqrt-csar.csar
2022-11-25T06:14:09.419Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-11-25T06:14:09.419Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:14:09.420Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_P7hfHtQcnOf9vbPSkQrt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:14:09.420Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||DEBUG|500||Node template pNF f90d19cd-6549 0 is matching search criteria
2022-11-25T06:14:09.420Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-11-25T06:14:09.420Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF f90d19cd-6549 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-25T06:14:09.420Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:14:09.420Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_P7hfHtQcnOf9vbPSkQrt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:14:09.420Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||DEBUG|500||Node template pNF f90d19cd-6549 0 is matching search criteria
2022-11-25T06:14:09.421Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-11-25T06:14:09.421Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF f90d19cd-6549 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-25T06:14:09.421Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:14:09.421Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_P7hfHtQcnOf9vbPSkQrt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:14:09.421Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:14:09.421Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_P7hfHtQcnOf9vbPSkQrt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:14:09.421Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:14:09.422Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_P7hfHtQcnOf9vbPSkQrt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:14:09.422Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:14:09.422Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_P7hfHtQcnOf9vbPSkQrt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:14:09.422Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:14:09.422Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_P7hfHtQcnOf9vbPSkQrt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:14:09.422Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_P7hfHtQcnOf9vbPSkQrt
Description:catalog service description
Model UUID:b0dddb69-0faa-4b5f-b2c1-03c5405eb1af
Model Version:NULL
Model InvariantUuid:ec6e6239-b5f7-4865-a805-8f1c18596eff
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-25T06:14:09.429Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: bc13d12c-4fb1-4769-84ea-5a89f6beb5f3
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-25T06:14:09.432Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||INFO|500||pNF f90d19cd-6549 0
2022-11-25T06:14:09.432Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: bc13d12c-4fb1-4769-84ea-5a89f6beb5f3
2022-11-25T06:14:09.432Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||DEBUG|500||No resources found for Service: b0dddb69-0faa-4b5f-b2c1-03c5405eb1af
2022-11-25T06:14:09.432Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: b0dddb69-0faa-4b5f-b2c1-03c5405eb1af
2022-11-25T06:14:09.433Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF f90d19cd-6549 0 bc13d12c-4fb1-4769-84ea-5a89f6beb5f3 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-25T06:14:09.437Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2f2c1d64, org.onap.sdc.toscaparser.api.parameters.Input@6b7482b9, org.onap.sdc.toscaparser.api.parameters.Input@7b43b580, org.onap.sdc.toscaparser.api.parameters.Input@4bf33df, org.onap.sdc.toscaparser.api.parameters.Input@4bb7d911]
2022-11-25T06:14:09.437Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:14:09.437Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_P7hfHtQcnOf9vbPSkQrt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:14:09.437Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid b0dddb69-0faa-4b5f-b2c1-03c5405eb1af: pNF f90d19cd-6549
2022-11-25T06:14:09.437Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||INFO|500||Processing PNF resource: bc13d12c-4fb1-4769-84ea-5a89f6beb5f3
2022-11-25T06:14:09.438Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:14:09.438Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_P7hfHtQcnOf9vbPSkQrt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:14:09.438Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||INFO|500||Resource customization UUID: bcc24f55-121a-407c-a2c6-111e133c8897 is the same as notified resource customizationUUID: bcc24f55-121a-407c-a2c6-111e133c8897
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-25T06:14:09.480Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF f90d19cd-6549 bc13d12c-4fb1-4769-84ea-5a89f6beb5f3 0 ASDC deployResourceStructure
2022-11-25T06:14:09.480Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfP7hfhtqcnof9vbpskqrt/1.0/artifacts/service-DemoPnfP7hfhtqcnof9vbpskqrt-csar.csar ASDC sendASDCNotification
2022-11-25T06:14:09.480Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfP7hfhtqcnof9vbpskqrt/1.0/artifacts/service-DemoPnfP7hfhtqcnof9vbpskqrt-csar.csar
2022-11-25T06:14:09.481Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-25T06:14:09.481Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:14:09.483Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:14:09.483Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8c9e0a40-0513-410b-bb4e-2594a4064c36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356849480,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP7hfhtqcnof9vbpskqrt/1.0/artifacts/service-DemoPnfP7hfhtqcnof9vbpskqrt-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-25T06:14:09.583Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:14:09.584Z||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-25T06:14:09.584Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:14:09.604Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:14:09.604Z||pool-65-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:14:10.484Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8c9e0a40-0513-410b-bb4e-2594a4064c36
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T06:14:10.497Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8c9e0a40-0513-410b-bb4e-2594a4064c36
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-25T06:14:10.502Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-25T06:14:10.502Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-25T06:14:10.502Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-25T06:14:10.502Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-25T06:14:10.502Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-25T06:14:10.502Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-25T06:14:10.503Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-25T06:14:10.503Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-25T06:14:10.503Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-25T06:14:10.503Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-25T06:14:10.508Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-25T06:14:40.509Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8c9e0a40-0513-410b-bb4e-2594a4064c36 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-25T06:14:40.515Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8c9e0a40-0513-410b-bb4e-2594a4064c36 and serviceModelVersionId: b0dddb69-0faa-4b5f-b2c1-03c5405eb1af
2022-11-25T06:14:40.515Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ec6e6239-b5f7-4865-a805-8f1c18596eff
2022-11-25T06:14:40.516Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ec6e6239-b5f7-4865-a805-8f1c18596eff/model-vers/model-ver/b0dddb69-0faa-4b5f-b2c1-03c5405eb1af?depth=0
2022-11-25T06:14:40.519Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-11-25T06:14:40.568Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec6e6239-b5f7-4865-a805-8f1c18596eff/model-vers/model-ver/b0dddb69-0faa-4b5f-b2c1-03c5405eb1af?depth=0|INFO|500||Invoke
2022-11-25T06:14:40.568Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec6e6239-b5f7-4865-a805-8f1c18596eff/model-vers/model-ver/b0dddb69-0faa-4b5f-b2c1-03c5405eb1af?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec6e6239-b5f7-4865-a805-8f1c18596eff/model-vers/model-ver/b0dddb69-0faa-4b5f-b2c1-03c5405eb1af?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8c9e0a40-0513-410b-bb4e-2594a4064c36], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f62c7f6a-c0ca-4ed1-916d-8b7aedf0afd9], X-ECOMP-RequestID=[8c9e0a40-0513-410b-bb4e-2594a4064c36], X-TransactionId=[], X-ONAP-RequestID=[8c9e0a40-0513-410b-bb4e-2594a4064c36], Content-Type=[application/merge-patch+json]}
2022-11-25T06:14:40.589Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec6e6239-b5f7-4865-a805-8f1c18596eff/model-vers/model-ver/b0dddb69-0faa-4b5f-b2c1-03c5405eb1af?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-25T06:14:40.703Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec6e6239-b5f7-4865-a805-8f1c18596eff/model-vers/model-ver/b0dddb69-0faa-4b5f-b2c1-03c5405eb1af?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/ec6e6239-b5f7-4865-a805-8f1c18596eff/model-vers/model-ver/b0dddb69-0faa-4b5f-b2c1-03c5405eb1af?depth=0 has http status code:200 and response headers:{date=[Fri, 25 Nov 2022 06:14:40 GMT], content-length=[0], vertex-id=[188504], x-aai-txid=[1-aai-resources-221125-06:14:40:692-99270], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-25T06:14:40.704Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec6e6239-b5f7-4865-a805-8f1c18596eff/model-vers/model-ver/b0dddb69-0faa-4b5f-b2c1-03c5405eb1af?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-25T06:14:40.705Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec6e6239-b5f7-4865-a805-8f1c18596eff/model-vers/model-ver/b0dddb69-0faa-4b5f-b2c1-03c5405eb1af?depth=0|INFO|500||InvokeReturn
2022-11-25T06:14:40.706Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-25T06:14:40.706Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-25T06:14:40.710Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-25T06:14:40.711Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8c9e0a40-0513-410b-bb4e-2594a4064c36 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-25T06:14:40.711Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-25T06:14:40.711Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:14:40.713Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:14:40.713Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8c9e0a40-0513-410b-bb4e-2594a4064c36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356880711,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-25T06:14:40.813Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:14:40.814Z||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-25T06:14:40.814Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:14:40.829Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:14:40.830Z||pool-66-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-25T06:14:41.726Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-25T06:14:41.726Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"8c27b318-6828-40c9-a64e-851b41e130f6","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"c0e6d239-dbe1-4f46-bba5-d0bd3e346876","serviceDescription":"service","serviceInvariantUUID":"f43b32b7-413d-45aa-aab1-70c19a140875","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6f48fe7f-8a2a-4ac9-9a2e-4bb0a4d81343","resourceInvariantUUID":"a1bf0337-f27d-48f6-96ec-2cccb09170fb","resourceCustomizationUUID":"c9f3e350-48a6-4025-80e8-a5a9ccc48cda","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":"MTRmMTE4YjBkYmY3NzI5NmVhMmZhZTk4YTU4ZjI4MjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"329198f2-a660-45de-a8df-b856b0909013","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":"9bace811-cbfc-4063-ae1c-e6e6e7cfc4e7","artifactVersion":"2","generatedFromUUID":"1be9200d-e05c-44a5-8374-53797850beda"},{"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":"1be9200d-e05c-44a5-8374-53797850beda","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":"NWFmNjRjY2FkMGZkZTcxMzU1ZGNlMjY3MjQxZTMxMDM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6c3508fa-7d0a-4eb7-9650-b5a76808d1ff","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":"ee4faabc-35fb-44e2-b0d2-7742b2c89c36","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":"3574c1e3-9e65-4de9-999d-cbe0ee1f5c1b","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":"d337cfd3-844b-46c0-87d0-d97ecf9cc390","artifactVersion":"2","generatedFromUUID":"ee4faabc-35fb-44e2-b0d2-7742b2c89c36"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YmFhOTYwMDRmMjAxNThiYjUzYTAxODNmYTE0ZjIzM2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"40d62506-6b51-4a9c-a2af-141dabf6f538","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MjE0M2U1NDQ3NmU2YzRiNmZjM2Y3ZGU0YmNhMDIwYmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7f31ac31-73c6-4a90-8ffe-a8fd825742b7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-25T06:14:41.727Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T06:14:41.727Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:14:41.729Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:14:41.730Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356833734,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:14:41.830Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:14:41.831Z||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-25T06:14:41.831Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:14:41.844Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:14:41.845Z||pool-67-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:14:42.733Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T06:14:42.738Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:14:42.740Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:14:42.740Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356833734,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-11-25T06:14:42.840Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:14:42.841Z||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-25T06:14:42.841Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:14:42.871Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:14:42.872Z||pool-68-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:14:43.751Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T06:14:43.752Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:14:43.753Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:14:43.754Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356833734,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-11-25T06:14:43.854Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:14:43.854Z||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-25T06:14:43.854Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:14:43.872Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:14:43.873Z||pool-69-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:14:44.755Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T06:14:44.756Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:14:44.758Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:14:44.758Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356833734,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-11-25T06:14:44.858Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:14:44.859Z||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-25T06:14:44.859Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:14:44.874Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:14:44.875Z||pool-70-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:14:45.758Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T06:14:45.759Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:14:45.760Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:14:45.761Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356833734,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-11-25T06:14:45.861Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:14:45.861Z||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-25T06:14:45.862Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:14:45.875Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:14:45.876Z||pool-71-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:14:46.761Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T06:14:46.762Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:14:46.764Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:14:46.764Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356833734,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:14:46.864Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:14:46.865Z||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-25T06:14:46.865Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:14:46.884Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:14:46.885Z||pool-72-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-11-25T06:14:47.765Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T06:14:47.766Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:14:47.769Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:14:47.769Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356833734,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-11-25T06:14:47.869Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:14:47.870Z||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-25T06:14:47.870Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:14:47.889Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:14:47.889Z||pool-73-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-11-25T06:14:48.770Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T06:14:48.770Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:14:48.772Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:14:48.773Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356833734,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:14:48.873Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:14:48.874Z||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-25T06:14:48.874Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:14:48.920Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:14:48.920Z||pool-74-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:14:49.774Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T06:14:49.774Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:14:49.778Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:14:49.778Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356833734,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-25T06:14:49.876Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-11-25T06:14:49.877Z||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-25T06:14:49.877Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:14:49.894Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:14:49.894Z||pool-75-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:14:50.779Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "c0e6d239-dbe1-4f46-bba5-d0bd3e346876",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f43b32b7-413d-45aa-aab1-70c19a140875",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "c9f3e350-48a6-4025-80e8-a5a9ccc48cda",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6f48fe7f-8a2a-4ac9-9a2e-4bb0a4d81343",
      "resourceInvariantUUID": "a1bf0337-f27d-48f6-96ec-2cccb09170fb",
      "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": "9bace811-cbfc-4063-ae1c-e6e6e7cfc4e7",
          "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": "1be9200d-e05c-44a5-8374-53797850beda",
          "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": "NWFmNjRjY2FkMGZkZTcxMzU1ZGNlMjY3MjQxZTMxMDM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6c3508fa-7d0a-4eb7-9650-b5a76808d1ff",
          "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": "ee4faabc-35fb-44e2-b0d2-7742b2c89c36",
          "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": "d337cfd3-844b-46c0-87d0-d97ecf9cc390",
            "generatedFromUUID": "ee4faabc-35fb-44e2-b0d2-7742b2c89c36"
          },
          "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": "d337cfd3-844b-46c0-87d0-d97ecf9cc390",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "MjE0M2U1NDQ3NmU2YzRiNmZjM2Y3ZGU0YmNhMDIwYmM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7f31ac31-73c6-4a90-8ffe-a8fd825742b7"
    }
  ],
  "workloadContext": "Production"
}
2022-11-25T06:14:50.780Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-25T06:14:50.780Z|8c9e0a40-0513-410b-bb4e-2594a4064c36|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 c0e6d239-dbe1-4f46-bba5-d0bd3e346876 ASDC
2022-11-25T06:14:50.782Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:8c27b318-6828-40c9-a64e-851b41e130f6
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:c0e6d239-dbe1-4f46-bba5-d0bd3e346876
ServiceInvariantUUID:f43b32b7-413d-45aa-aab1-70c19a140875
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:7f31ac31-73c6-4a90-8ffe-a8fd825742b7
ArtifactChecksum:MjE0M2U1NDQ3NmU2YzRiNmZjM2Y3ZGU0YmNhMDIwYmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:c9f3e350-48a6-4025-80e8-a5a9ccc48cda
ResourceInvariantUUID:a1bf0337-f27d-48f6-96ec-2cccb09170fb
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:6f48fe7f-8a2a-4ac9-9a2e-4bb0a4d81343
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:9bace811-cbfc-4063-ae1c-e6e6e7cfc4e7
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:1be9200d-e05c-44a5-8374-53797850beda
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:6c3508fa-7d0a-4eb7-9650-b5a76808d1ff
ArtifactChecksum:NWFmNjRjY2FkMGZkZTcxMzU1ZGNlMjY3MjQxZTMxMDM=
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:ee4faabc-35fb-44e2-b0d2-7742b2c89c36
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:d337cfd3-844b-46c0-87d0-d97ecf9cc390
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:d337cfd3-844b-46c0-87d0-d97ecf9cc390
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-25T06:14:50.782Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c0e6d239-dbe1-4f46-bba5-d0bd3e346876 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-25T06:14:50.814Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-25T06:14:50.815Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-11-25T06:14:50.815Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-11-25T06:14:50.815Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7f31ac31-73c6-4a90-8ffe-a8fd825742b7 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-25T06:14:50.815Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-11-25T06:14:50.816Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-25T06:14:50.995Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-11-25T06:14:50.999Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 7f31ac31-73c6-4a90-8ffe-a8fd825742b7 73994
2022-11-25T06:14:50.999Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||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-25T06:14:50.999Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||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-25T06:14:51.000Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-25T06:14:51.000Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:14:51.001Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:14:51.001Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356890999,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:14:51.102Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-25T06:14:51.103Z||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-25T06:14:51.103Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:14:51.119Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:14:51.120Z||pool-76-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:14:52.002Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-25T06:14:52.003Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-11-25T06:14:52.003Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 7f31ac31-73c6-4a90-8ffe-a8fd825742b7, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-25T06:14:52.003Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-11-25T06:14:52.004Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-25T06:14:52.004Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-25T06:14:52.105Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13644631718366553504/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-25T06:14:53.162Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-25T06:14:53.162Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-11-25T06:14:53.162Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-25T06:14:53.162Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-11-25T06:14:53.162Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||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-25T06:14:53.162Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||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-25T06:14:53.163Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||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-25T06:14:53.163Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-25T06:14:53.163Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-11-25T06:14:53.163Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:14:53.163Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:14:53.163Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-25T06:14:53.163Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-11-25T06:14:53.164Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-25T06:14:53.164Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:14:53.164Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:14:53.164Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-25T06:14:53.164Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-11-25T06:14:53.164Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-25T06:14:53.164Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:14:53.165Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:14:53.165Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:14:53.165Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-11-25T06:14:53.165Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-11-25T06:14:53.165Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||Node template dummy is not matching search criteria
2022-11-25T06:14:53.165Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-25T06:14:53.165Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:14:53.166Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-25T06:14:53.166Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:14:53.166Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-25T06:14:53.166Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-25T06:14:53.166Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:14:53.166Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-25T06:14:53.167Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-25T06:14:53.167Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:14:53.167Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-25T06:14:53.167Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-25T06:14:53.167Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:14:53.167Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-11-25T06:14:53.167Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-11-25T06:14:53.168Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=9327eb44-b44e-4636-88e9-a38807369dd2
2022-11-25T06:14:53.168Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:14:53.168Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:14:53.168Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:14:53.168Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:14:53.168Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:14:53.168Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:14:53.169Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:14:53.169Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:14:53.169Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:c0e6d239-dbe1-4f46-bba5-d0bd3e346876
Model Version:NULL
Model InvariantUuid:f43b32b7-413d-45aa-aab1-70c19a140875
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:98073190-5e8c-405f-83ed-890528a1e89e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a1bf0337-f27d-48f6-96ec-2cccb09170fb
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c9f3e350-48a6-4025-80e8-a5a9ccc48cda
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:5a058188-5e3e-4920-97d1-ed61f176cc77
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:bc8c17e1-588b-4b92-a97d-419f512addb8
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9327eb44-b44e-4636-88e9-a38807369dd2
ModelInvariantUuid:89997eab-f215-4d86-b9e9-15ab3ecb4fd0
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:e3dabb81-6bc7-4b53-9094-69b4f40c2631
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:0c42e6be-1b16-4105-bd4b-f6809c135da9
ModelInvariantUuid:141bf406-b102-4db8-8e57-ec786cad207f
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:7023b570-abe2-4eb3-8cac-ae8a52732723
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-25T06:14:53.176Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 6f48fe7f-8a2a-4ac9-9a2e-4bb0a4d81343
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-25T06:14:53.180Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||basic_cnf 0
2022-11-25T06:14:53.180Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6f48fe7f-8a2a-4ac9-9a2e-4bb0a4d81343
2022-11-25T06:14:53.180Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 9bace811-cbfc-4063-ae1c-e6e6e7cfc4e7 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-11-25T06:14:53.180Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-11-25T06:14:53.180Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||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-25T06:14:53.322Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-11-25T06:14:53.322Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 9bace811-cbfc-4063-ae1c-e6e6e7cfc4e7 12
2022-11-25T06:14:53.323Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||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-25T06:14:53.323Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||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-25T06:14:53.323Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-25T06:14:53.323Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:14:53.325Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:14:53.325Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356893323,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:14:53.425Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:14:53.426Z||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-25T06:14:53.426Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:14:53.441Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:14:53.441Z||pool-77-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:14:54.330Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 1be9200d-e05c-44a5-8374-53797850beda from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-11-25T06:14:54.332Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-11-25T06:14:54.332Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||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-25T06:14:54.391Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-11-25T06:14:54.391Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 1be9200d-e05c-44a5-8374-53797850beda 2688
2022-11-25T06:14:54.392Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||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-25T06:14:54.392Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||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-25T06:14:54.392Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-25T06:14:54.392Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:14:54.394Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:14:54.394Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356894391,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:14:54.494Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:14:54.495Z||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-25T06:14:54.496Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:14:54.524Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:14:54.525Z||pool-78-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:14:55.396Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 6c3508fa-7d0a-4eb7-9650-b5a76808d1ff from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-11-25T06:14:55.396Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-11-25T06:14:55.396Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||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-25T06:14:55.449Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-11-25T06:14:55.450Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 6c3508fa-7d0a-4eb7-9650-b5a76808d1ff 828
2022-11-25T06:14:55.450Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||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-25T06:14:55.450Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||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-25T06:14:55.450Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-25T06:14:55.450Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:14:55.452Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:14:55.452Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356895450,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:14:55.552Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:14:55.553Z||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-25T06:14:55.553Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:14:55.567Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:14:55.567Z||pool-79-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:14:56.453Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "5a058188-5e3e-4920-97d1-ed61f176cc77",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bc8c17e1-588b-4b92-a97d-419f512addb8",
    "vfModuleModelCustomizationUUID": "484f0866-af9f-45e1-9d7e-45c5ab80b224",
    "isBase": true,
    "artifacts": [
      "ee4faabc-35fb-44e2-b0d2-7742b2c89c36",
      "1be9200d-e05c-44a5-8374-53797850beda",
      "d337cfd3-844b-46c0-87d0-d97ecf9cc390"
    ],
    "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-25T06:14:56.457Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bc8c17e1-588b-4b92-a97d-419f512addb8
VfModuleModelInvariantUUID:5a058188-5e3e-4920-97d1-ed61f176cc77
VfModuleModelDescription:NULL
Artifacts UUID List:{
ee4faabc-35fb-44e2-b0d2-7742b2c89c36
,
1be9200d-e05c-44a5-8374-53797850beda
,
d337cfd3-844b-46c0-87d0-d97ecf9cc390

}
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-25T06:14:56.459Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "5a058188-5e3e-4920-97d1-ed61f176cc77",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bc8c17e1-588b-4b92-a97d-419f512addb8",
    "vfModuleModelCustomizationUUID": "484f0866-af9f-45e1-9d7e-45c5ab80b224",
    "isBase": true,
    "artifacts": [
      "ee4faabc-35fb-44e2-b0d2-7742b2c89c36",
      "1be9200d-e05c-44a5-8374-53797850beda",
      "d337cfd3-844b-46c0-87d0-d97ecf9cc390"
    ],
    "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-25T06:14:56.459Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bc8c17e1-588b-4b92-a97d-419f512addb8
VfModuleModelInvariantUUID:5a058188-5e3e-4920-97d1-ed61f176cc77
VfModuleModelDescription:NULL
Artifacts UUID List:{
ee4faabc-35fb-44e2-b0d2-7742b2c89c36
,
1be9200d-e05c-44a5-8374-53797850beda
,
d337cfd3-844b-46c0-87d0-d97ecf9cc390

}
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-25T06:14:56.459Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ee4faabc-35fb-44e2-b0d2-7742b2c89c36 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-11-25T06:14:56.459Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-11-25T06:14:56.459Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||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-25T06:14:56.513Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-11-25T06:14:56.513Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ee4faabc-35fb-44e2-b0d2-7742b2c89c36 1164
2022-11-25T06:14:56.513Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||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-25T06:14:56.513Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||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-25T06:14:56.513Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-25T06:14:56.514Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:14:56.515Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:14:56.516Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356896513,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:14:56.617Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-25T06:14:56.620Z||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-25T06:14:56.620Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:14:56.641Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:14:56.641Z||pool-80-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:14:57.516Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d337cfd3-844b-46c0-87d0-d97ecf9cc390 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-11-25T06:14:57.517Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-11-25T06:14:57.517Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||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-25T06:14:57.570Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-11-25T06:14:57.571Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env d337cfd3-844b-46c0-87d0-d97ecf9cc390 200
2022-11-25T06:14:57.571Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||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-25T06:14:57.571Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||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-25T06:14:57.571Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-25T06:14:57.571Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:14:57.573Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:14:57.573Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356897571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:14:57.673Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:14:57.674Z||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-25T06:14:57.674Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:14:57.688Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:14:57.689Z||pool-81-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-25T06:14:58.574Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: c0e6d239-dbe1-4f46-bba5-d0bd3e346876
2022-11-25T06:14:58.574Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 6f48fe7f-8a2a-4ac9-9a2e-4bb0a4d81343 ASDC
2022-11-25T06:14:58.576Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:14:58.576Z||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-25T06:14:58.577Z||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 1atrxUrJdF3Ws0re) ...
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=?
2022-11-25T06:14:58.587Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select 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-25T06:14:58.597Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1aa0389d, org.onap.sdc.toscaparser.api.parameters.Input@2868de3f, org.onap.sdc.toscaparser.api.parameters.Input@75b6af99, org.onap.sdc.toscaparser.api.parameters.Input@3a052791, org.onap.sdc.toscaparser.api.parameters.Input@21fa849c]
2022-11-25T06:14:58.599Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:14:58.599Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:14:58.599Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-11-25T06:14:58.600Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= c9f3e350-48a6-4025-80e8-a5a9ccc48cda
2022-11-25T06:14:58.600Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c9f3e350-48a6-4025-80e8-a5a9ccc48cda matches Tosca VF Customization UUID: c9f3e350-48a6-4025-80e8-a5a9ccc48cda
2022-11-25T06:14:58.600Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: c9f3e350-48a6-4025-80e8-a5a9ccc48cda  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-25T06:14:58.602Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:14:58.603Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:14:58.603Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id c9f3e350-48a6-4025-80e8-a5a9ccc48cda: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-25T06:14:58.604Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1c2d0c6b
2022-11-25T06:14:58.604Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:14:58.604Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-25T06:14:58.605Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 484f0866-af9f-45e1-9d7e-45c5ab80b224
2022-11-25T06:14:58.605Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 484f0866-af9f-45e1-9d7e-45c5ab80b224
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-25T06:14:58.608Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:14:58.608Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-25T06:14:58.608Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-25T06:14:58.609Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:14:58.609Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-25T06:14:58.609Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-25T06:14:58.609Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:14:58.609Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-11-25T06:14:58.610Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-11-25T06:14:58.610Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=9327eb44-b44e-4636-88e9-a38807369dd2
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-25T06:14:58.612Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:14:58.612Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-25T06:14:58.612Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-25T06:14:58.612Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:14:58.613Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-25T06:14:58.613Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=c9f3e350-48a6-4025-80e8-a5a9ccc48cda
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-25T06:14:58.615Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:14:58.615Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:14:58.615Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid c0e6d239-dbe1-4f46-bba5-d0bd3e346876: basic_cnf
2022-11-25T06:14:58.615Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:14:58.615Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:14:58.616Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:14:58.616Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:14:58.616Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:14:58.616Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:14:58.618Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:14:58.618Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:14:58.618Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:14:58.618Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:14:58.618Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||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-25T06:14:58.677Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 6f48fe7f-8a2a-4ac9-9a2e-4bb0a4d81343 1 ASDC deployResourceStructure
2022-11-25T06:14:58.678Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||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-25T06:14:58.678Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||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-25T06:14:58.678Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-25T06:14:58.678Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:14:58.681Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:14:58.681Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356898677,
  "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-25T06:14:58.704Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:14:58.704Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:14:58.705Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c9e0a40-0513-410b-bb4e-2594a4064c36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356833734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP7hfhtqcnof9vbpskqrt/1.0/resourceInstances/pnff90d19cd65490/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:14:58.706Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:14:58.780Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-25T06:14:58.781Z||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-25T06:14:58.781Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:14:58.794Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:14:58.794Z||pool-82-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:14:59.682Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||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-25T06:14:59.682Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||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-25T06:14:59.683Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-25T06:14:59.683Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:14:59.685Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:14:59.685Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356899682,
  "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-25T06:14:59.785Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:14:59.786Z||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-25T06:14:59.786Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:14:59.800Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:14:59.801Z||pool-83-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:15:00.686Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||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-25T06:15:00.686Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||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-25T06:15:00.686Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-25T06:15:00.687Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:15:00.689Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:15:00.689Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356900686,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-25T06:15:00.789Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:15:00.789Z||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-25T06:15:00.790Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:15:00.802Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:15:00.803Z||pool-84-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:15:01.690Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||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-25T06:15:01.691Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||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-25T06:15:01.691Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-25T06:15:01.691Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:15:01.693Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:15:01.693Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356901690,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-11-25T06:15:01.794Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-25T06:15:01.794Z||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-25T06:15:01.794Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:15:01.811Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:15:01.812Z||pool-85-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:15:02.694Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||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-25T06:15:02.695Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||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-25T06:15:02.695Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-25T06:15:02.695Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:15:02.698Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:15:02.698Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356902694,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-11-25T06:15:02.798Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:15:02.799Z||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-25T06:15:02.799Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:15:02.824Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:15:02.824Z||pool-86-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:15:03.699Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||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-25T06:15:03.700Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||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-25T06:15:03.700Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-25T06:15:03.701Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:15:03.712Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:15:03.712Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356903699,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-25T06:15:03.813Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-25T06:15:03.813Z||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-25T06:15:03.814Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:15:03.835Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:15:03.836Z||pool-87-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:15:04.714Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8c27b318-6828-40c9-a64e-851b41e130f6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T06:15:04.724Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8c27b318-6828-40c9-a64e-851b41e130f6
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-25T06:15:04.726Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-25T06:15:04.726Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-25T06:15:04.726Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-25T06:15:04.726Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-25T06:15:04.727Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-25T06:15:04.727Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-25T06:15:04.727Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-25T06:15:04.727Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-25T06:15:04.727Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-25T06:15:04.727Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-25T06:15:04.732Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-25T06:15:34.732Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8c27b318-6828-40c9-a64e-851b41e130f6 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-25T06:15:34.738Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8c27b318-6828-40c9-a64e-851b41e130f6 and serviceModelVersionId: c0e6d239-dbe1-4f46-bba5-d0bd3e346876
2022-11-25T06:15:34.738Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f43b32b7-413d-45aa-aab1-70c19a140875
2022-11-25T06:15:34.739Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f43b32b7-413d-45aa-aab1-70c19a140875/model-vers/model-ver/c0e6d239-dbe1-4f46-bba5-d0bd3e346876?depth=0
2022-11-25T06:15:34.744Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-11-25T06:15:34.791Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f43b32b7-413d-45aa-aab1-70c19a140875/model-vers/model-ver/c0e6d239-dbe1-4f46-bba5-d0bd3e346876?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-25T06:15:34.793Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f43b32b7-413d-45aa-aab1-70c19a140875/model-vers/model-ver/c0e6d239-dbe1-4f46-bba5-d0bd3e346876?depth=0|INFO|500||Invoke
2022-11-25T06:15:34.813Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f43b32b7-413d-45aa-aab1-70c19a140875/model-vers/model-ver/c0e6d239-dbe1-4f46-bba5-d0bd3e346876?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-25T06:15:34.921Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f43b32b7-413d-45aa-aab1-70c19a140875/model-vers/model-ver/c0e6d239-dbe1-4f46-bba5-d0bd3e346876?depth=0|INFO|500||InvokeReturn
2022-11-25T06:15:34.922Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f43b32b7-413d-45aa-aab1-70c19a140875/model-vers/model-ver/c0e6d239-dbe1-4f46-bba5-d0bd3e346876?depth=0 has http status code:200 and response headers:{date=[Fri, 25 Nov 2022 06:15:34 GMT], content-length=[0], vertex-id=[221376], x-aai-txid=[0-aai-resources-221125-06:15:34:916-94291], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-25T06:15:34.922Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-11-25T06:15:34.923Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-25T06:15:34.923Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-25T06:15:34.927Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-25T06:15:34.927Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8c27b318-6828-40c9-a64e-851b41e130f6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-25T06:15:34.927Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-25T06:15:34.927Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:15:34.929Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:15:34.929Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356934927,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-25T06:15:35.029Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:15:35.030Z||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-25T06:15:35.030Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:15:35.046Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:15:35.046Z||pool-88-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-25T06:15:35.944Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:15:35.944Z|8c27b318-6828-40c9-a64e-851b41e130f6|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-25T06:15:35.944Z|8c27b318-6828-40c9-a64e-851b41e130f6|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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:15:45.517Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:15:45.518Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:15:45.519Z|8c27b318-6828-40c9-a64e-851b41e130f6|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-25T06:15:45.519Z|8c27b318-6828-40c9-a64e-851b41e130f6|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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:15:55.136Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:15:55.136Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:15:55.137Z|8c27b318-6828-40c9-a64e-851b41e130f6|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-25T06:15:55.137Z|8c27b318-6828-40c9-a64e-851b41e130f6|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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:15:58.576Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:15:58.577Z||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-25T06:15:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:15:58.607Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:15:58.608Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T06:15:58.608Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c9e0a40-0513-410b-bb4e-2594a4064c36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356833734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP7hfhtqcnof9vbpskqrt/1.0/resourceInstances/pnff90d19cd65490/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:15:58.609Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:15:58.609Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T06:15:58.609Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c9e0a40-0513-410b-bb4e-2594a4064c36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356833734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP7hfhtqcnof9vbpskqrt/1.0/resourceInstances/pnff90d19cd65490/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:15:58.610Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:15:58.610Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T06:15:58.610Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c9e0a40-0513-410b-bb4e-2594a4064c36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356833734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP7hfhtqcnof9vbpskqrt/1.0/resourceInstances/pnff90d19cd65490/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:15:58.610Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:15:58.610Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T06:15:58.610Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c9e0a40-0513-410b-bb4e-2594a4064c36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356833734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP7hfhtqcnof9vbpskqrt/1.0/resourceInstances/pnff90d19cd65490/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:15:58.611Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:15:58.611Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T06:15:58.611Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c9e0a40-0513-410b-bb4e-2594a4064c36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356833734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP7hfhtqcnof9vbpskqrt/1.0/resourceInstances/pnff90d19cd65490/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:15:58.611Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:15:58.611Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T06:15:58.611Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c9e0a40-0513-410b-bb4e-2594a4064c36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356833734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP7hfhtqcnof9vbpskqrt/1.0/artifacts/service-DemoPnfP7hfhtqcnof9vbpskqrt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:15:58.611Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:15:58.612Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T06:15:58.612Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c9e0a40-0513-410b-bb4e-2594a4064c36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356833734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP7hfhtqcnof9vbpskqrt/1.0/artifacts/service-DemoPnfP7hfhtqcnof9vbpskqrt-csar.csar",
  "status": "NOTIFIED"
}
2022-11-25T06:15:58.612Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:15:58.612Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T06:15:58.612Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c9e0a40-0513-410b-bb4e-2594a4064c36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356847525,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP7hfhtqcnof9vbpskqrt/1.0/artifacts/service-DemoPnfP7hfhtqcnof9vbpskqrt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:15:58.612Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:15:58.612Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T06:15:58.613Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c9e0a40-0513-410b-bb4e-2594a4064c36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356849480,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP7hfhtqcnof9vbpskqrt/1.0/artifacts/service-DemoPnfP7hfhtqcnof9vbpskqrt-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-25T06:15:58.613Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:15:58.613Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T06:15:58.613Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c9e0a40-0513-410b-bb4e-2594a4064c36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356880711,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-25T06:15:58.613Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:15:58.613Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T06:15:58.613Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356833734,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:15:58.614Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:15:58.614Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T06:15:58.614Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356833734,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-11-25T06:15:58.614Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:15:58.614Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T06:15:58.614Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356833734,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-11-25T06:15:58.615Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:15:58.615Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T06:15:58.615Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356833734,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-11-25T06:15:58.615Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:15:58.615Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T06:15:58.615Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356833734,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-11-25T06:15:58.615Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:15:58.615Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T06:15:58.616Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356833734,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:15:58.616Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:15:58.616Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T06:15:58.616Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356833734,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-11-25T06:15:58.616Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:15:58.616Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T06:15:58.616Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356833734,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:15:58.617Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:15:58.617Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T06:15:58.617Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356833734,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-25T06:15:58.617Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:15:58.617Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T06:15:58.617Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356890999,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:15:58.617Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:15:58.617Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T06:15:58.618Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356893323,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:15:58.618Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:15:58.618Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T06:15:58.618Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356894391,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:15:58.618Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:15:58.618Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T06:15:58.618Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356895450,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:15:58.619Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:15:58.619Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T06:15:58.619Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356896513,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:15:58.619Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:15:58.619Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T06:15:58.619Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356897571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:15:58.619Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:16:04.705Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:16:04.706Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:16:04.706Z|8c27b318-6828-40c9-a64e-851b41e130f6|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-25T06:16:04.706Z|8c27b318-6828-40c9-a64e-851b41e130f6|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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:16:14.294Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:16:58.564Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:16:58.566Z|8c27b318-6828-40c9-a64e-851b41e130f6|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-25T06:16:58.566Z|8c27b318-6828-40c9-a64e-851b41e130f6|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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:16:58.576Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:16:58.576Z||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-25T06:16:58.576Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:16:58.614Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:16:58.615Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:16:58.615Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356898677,
  "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-25T06:16:58.617Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:17:08.172Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:17:58.564Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:17:58.565Z|8c27b318-6828-40c9-a64e-851b41e130f6|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-25T06:17:58.566Z|8c27b318-6828-40c9-a64e-851b41e130f6|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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:17:58.576Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:17:58.576Z||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-25T06:17:58.576Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:17:59.107Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:17:59.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-25T06:17:59.108Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356899682,
  "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-25T06:17:59.109Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:17:59.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-25T06:17:59.110Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356900686,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-25T06:17:59.110Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:17:59.110Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-25T06:17:59.110Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356901690,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-11-25T06:17:59.111Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:17:59.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-25T06:17:59.111Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356902694,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-11-25T06:17:59.111Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:17:59.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-25T06:17:59.111Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356903699,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-25T06:17:59.112Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:17:59.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-25T06:17:59.112Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c27b318-6828-40c9-a64e-851b41e130f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669356934927,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-25T06:17:59.112Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:18:08.152Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:18:58.564Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:18:58.565Z|8c27b318-6828-40c9-a64e-851b41e130f6|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-25T06:18:58.565Z|8c27b318-6828-40c9-a64e-851b41e130f6|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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:18:58.576Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:18:58.576Z|753e2469-8b88-4f63-92ce-44126b1ca134|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-25T06:18:58.576Z|753e2469-8b88-4f63-92ce-44126b1ca134|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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:19:08.124Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:19:08.154Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:19:58.564Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:19:58.564Z|8c27b318-6828-40c9-a64e-851b41e130f6|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-25T06:19:58.564Z|8c27b318-6828-40c9-a64e-851b41e130f6|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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:19:58.576Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:19:58.576Z||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-25T06:19:58.576Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:20:08.127Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:20:08.141Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:20:58.564Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:20:58.564Z|8c27b318-6828-40c9-a64e-851b41e130f6|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-25T06:20:58.564Z|8c27b318-6828-40c9-a64e-851b41e130f6|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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:20:58.576Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:20:58.577Z||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-25T06:20:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:21:07.943Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:21:07.944Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-25T06:21:07.944Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"be0453e2-6099-4ef4-a604-02149bdf5f83","serviceName":"Demo_pNF_Y7LHJURZ42t0US7VPlzG","serviceVersion":"1.0","serviceUUID":"9726b8dc-850e-4d3f-9d2f-9632fa9e7513","serviceDescription":"catalog service description","serviceInvariantUUID":"799b659c-13a7-4550-9502-65b060ba47bb","resources":[{"resourceInstanceName":"pNF 9ef08767-5107 0","resourceName":"pNF 9ef08767-5107","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6ca24f7c-6a45-4b0b-a09f-90095ac2279b","resourceInvariantUUID":"8050126c-8bb2-4fa8-8bba-a3fb704a7ea4","resourceCustomizationUUID":"d096ce4c-ec96-4119-b2b4-97480a5c51ed","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfY7lhjurz42t0us7vplzg/1.0/resourceInstances/pnf9ef0876751070/artifacts/vf-license-model.xml","artifactChecksum":"ZTg1YjVlYWM1MDIzMGE1YjMzMGY0NGNjZDcwM2NhMTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"333342db-e85b-4111-a88b-c4c262f332dc","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfY7lhjurz42t0us7vplzg/1.0/resourceInstances/pnf9ef0876751070/artifacts/pNF.csar","artifactChecksum":"ZGExZTA1N2ZjZDBjY2MyMjFlODUyMzU4ZjViOTk2NWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a91817c5-d7f5-4f83-b46a-190482ae5932","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfY7lhjurz42t0us7vplzg/1.0/resourceInstances/pnf9ef0876751070/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3124ae24-b686-4a5c-a8cf-26e35e5af002","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfY7lhjurz42t0us7vplzg/1.0/resourceInstances/pnf9ef0876751070/artifacts/vendor-license-model.xml","artifactChecksum":"MjcxYjM4MmEwZThjYTI1NmJlN2Y0YjI4ZjQzYjUwOTk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"47cec932-77bf-49fd-9ee2-af0487f356e9","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfY7lhjurz42t0us7vplzg/1.0/resourceInstances/pnf9ef0876751070/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4fe4276c-f0d7-4cb0-86f5-ea831a6fc06d","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfY7lhjurz42t0us7vplzg/1.0/resourceInstances/pnf9ef0876751070/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"adcabc0d-1fc0-4320-886c-591b19f0bd35","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfY7lhjurz42t0us7vplzg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfY7lhjurz42t0us7vplzg/1.0/artifacts/service-DemoPnfY7lhjurz42t0us7vplzg-template.yml","artifactChecksum":"M2Q5ZjBhZDU1ZWM5YjY5OWIzNjRjNDlmZjFmOGY0NDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f8847508-ee6d-4df5-9e15-489dcc6020eb","artifactVersion":"1"},{"artifactName":"service-DemoPnfY7lhjurz42t0us7vplzg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfY7lhjurz42t0us7vplzg/1.0/artifacts/service-DemoPnfY7lhjurz42t0us7vplzg-csar.csar","artifactChecksum":"M2QyNWNjMzBlMjE3ZTg5Mzk1YzRjMTRmNTJmYTVmMTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"00da2c1e-e331-4b2f-abc0-c210c791f139","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-25T06:21:07.948Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T06:21:07.948Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:21:07.953Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:21:07.953Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "be0453e2-6099-4ef4-a604-02149bdf5f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669357258564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY7lhjurz42t0us7vplzg/1.0/resourceInstances/pnf9ef0876751070/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:21:08.053Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:21:08.054Z||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-25T06:21:08.054Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:21:08.094Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:21:08.095Z||pool-89-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:21:08.124Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:21:08.954Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T06:21:08.954Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:21:08.957Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:21:08.957Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "be0453e2-6099-4ef4-a604-02149bdf5f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669357258564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY7lhjurz42t0us7vplzg/1.0/resourceInstances/pnf9ef0876751070/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:21:09.057Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:21:09.058Z||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-25T06:21:09.058Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:21:09.105Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:21:09.106Z||pool-90-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":1,"count":1}
2022-11-25T06:21:09.958Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T06:21:09.959Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:21:09.962Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:21:09.962Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "be0453e2-6099-4ef4-a604-02149bdf5f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669357258564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY7lhjurz42t0us7vplzg/1.0/resourceInstances/pnf9ef0876751070/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:21:10.062Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:21:10.063Z||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-25T06:21:10.063Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:21:10.079Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:21:10.079Z||pool-91-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-25T06:21:10.962Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T06:21:10.963Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:21:10.965Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:21:10.966Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "be0453e2-6099-4ef4-a604-02149bdf5f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669357258564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY7lhjurz42t0us7vplzg/1.0/resourceInstances/pnf9ef0876751070/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:21:11.066Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:21:11.067Z||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-25T06:21:11.067Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:21:11.082Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:21:11.083Z||pool-92-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-25T06:21:11.966Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T06:21:11.967Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:21:11.969Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:21:11.970Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "be0453e2-6099-4ef4-a604-02149bdf5f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669357258564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY7lhjurz42t0us7vplzg/1.0/resourceInstances/pnf9ef0876751070/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:21:12.070Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:21:12.071Z||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-25T06:21:12.071Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:21:12.103Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:21:12.103Z||pool-93-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:21:12.970Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T06:21:12.971Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:21:12.973Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:21:12.973Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "be0453e2-6099-4ef4-a604-02149bdf5f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669357258564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY7lhjurz42t0us7vplzg/1.0/resourceInstances/pnf9ef0876751070/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:21:13.073Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:21:13.074Z||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-25T06:21:13.074Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:21:13.102Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:21:13.103Z||pool-94-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:21:13.974Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T06:21:13.975Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:21:13.977Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:21:13.977Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "be0453e2-6099-4ef4-a604-02149bdf5f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669357258564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY7lhjurz42t0us7vplzg/1.0/artifacts/service-DemoPnfY7lhjurz42t0us7vplzg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:21:14.077Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-25T06:21:14.078Z||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-25T06:21:14.078Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:21:14.094Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:21:14.095Z||pool-95-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:21:14.978Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T06:21:14.979Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:21:14.982Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:21:14.982Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "be0453e2-6099-4ef4-a604-02149bdf5f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669357258564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY7lhjurz42t0us7vplzg/1.0/artifacts/service-DemoPnfY7lhjurz42t0us7vplzg-csar.csar",
  "status": "NOTIFIED"
}
2022-11-25T06:21:15.082Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:21:15.083Z||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-25T06:21:15.083Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:21:15.103Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:21:15.104Z||pool-96-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:21:15.984Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "be0453e2-6099-4ef4-a604-02149bdf5f83",
  "serviceName": "Demo_pNF_Y7LHJURZ42t0US7VPlzG",
  "serviceVersion": "1.0",
  "serviceUUID": "9726b8dc-850e-4d3f-9d2f-9632fa9e7513",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "799b659c-13a7-4550-9502-65b060ba47bb",
  "resources": [
    {
      "resourceInstanceName": "pNF 9ef08767-5107 0",
      "resourceCustomizationUUID": "d096ce4c-ec96-4119-b2b4-97480a5c51ed",
      "resourceName": "pNF 9ef08767-5107",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "6ca24f7c-6a45-4b0b-a09f-90095ac2279b",
      "resourceInvariantUUID": "8050126c-8bb2-4fa8-8bba-a3fb704a7ea4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfY7lhjurz42t0us7vplzg-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfY7lhjurz42t0us7vplzg/1.0/artifacts/service-DemoPnfY7lhjurz42t0us7vplzg-csar.csar",
      "artifactChecksum": "M2QyNWNjMzBlMjE3ZTg5Mzk1YzRjMTRmNTJmYTVmMTM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "00da2c1e-e331-4b2f-abc0-c210c791f139"
    }
  ],
  "workloadContext": "Production"
}
2022-11-25T06:21:15.984Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-25T06:21:15.985Z|8c27b318-6828-40c9-a64e-851b41e130f6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9726b8dc-850e-4d3f-9d2f-9632fa9e7513 ASDC
2022-11-25T06:21:15.986Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:be0453e2-6099-4ef4-a604-02149bdf5f83
ServiceName:Demo_pNF_Y7LHJURZ42t0US7VPlzG
ServiceVersion:1.0
ServiceUUID:9726b8dc-850e-4d3f-9d2f-9632fa9e7513
ServiceInvariantUUID:799b659c-13a7-4550-9502-65b060ba47bb
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfY7lhjurz42t0us7vplzg-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfY7lhjurz42t0us7vplzg/1.0/artifacts/service-DemoPnfY7lhjurz42t0us7vplzg-csar.csar
ArtifactUUID:00da2c1e-e331-4b2f-abc0-c210c791f139
ArtifactChecksum:M2QyNWNjMzBlMjE3ZTg5Mzk1YzRjMTRmNTJmYTVmMTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 9ef08767-5107 0
ResourceCustomizationUUID:d096ce4c-ec96-4119-b2b4-97480a5c51ed
ResourceInvariantUUID:8050126c-8bb2-4fa8-8bba-a3fb704a7ea4
ResourceName:pNF 9ef08767-5107
ResourceType:PNF
ResourceUUID:6ca24f7c-6a45-4b0b-a09f-90095ac2279b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-11-25T06:21:15.986Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9726b8dc-850e-4d3f-9d2f-9632fa9e7513 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-25T06:21:16.022Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-25T06:21:16.023Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-11-25T06:21:16.024Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-11-25T06:21:16.024Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 00da2c1e-e331-4b2f-abc0-c210c791f139 from URL: /sdc/v1/catalog/services/DemoPnfY7lhjurz42t0us7vplzg/1.0/artifacts/service-DemoPnfY7lhjurz42t0us7vplzg-csar.csar
2022-11-25T06:21:16.024Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-11-25T06:21:16.025Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfY7lhjurz42t0us7vplzg/1.0/artifacts/service-DemoPnfY7lhjurz42t0us7vplzg-csar.csar
2022-11-25T06:21:16.092Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-11-25T06:21:16.096Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfY7lhjurz42t0us7vplzg/1.0/artifacts/service-DemoPnfY7lhjurz42t0us7vplzg-csar.csar 00da2c1e-e331-4b2f-abc0-c210c791f139 88028
2022-11-25T06:21:16.096Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfY7lhjurz42t0us7vplzg/1.0/artifacts/service-DemoPnfY7lhjurz42t0us7vplzg-csar.csar ASDC sendASDCNotification
2022-11-25T06:21:16.097Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfY7lhjurz42t0us7vplzg/1.0/artifacts/service-DemoPnfY7lhjurz42t0us7vplzg-csar.csar
2022-11-25T06:21:16.097Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-25T06:21:16.097Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:21:16.099Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:21:16.099Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "be0453e2-6099-4ef4-a604-02149bdf5f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669357276096,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY7lhjurz42t0us7vplzg/1.0/artifacts/service-DemoPnfY7lhjurz42t0us7vplzg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:21:16.200Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:21:16.201Z||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-25T06:21:16.201Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:21:16.219Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:21:16.220Z||pool-97-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-11-25T06:21:17.100Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-25T06:21:17.102Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-11-25T06:21:17.102Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 00da2c1e-e331-4b2f-abc0-c210c791f139, URL: /sdc/v1/catalog/services/DemoPnfY7lhjurz42t0us7vplzg/1.0/artifacts/service-DemoPnfY7lhjurz42t0us7vplzg-csar.csar to file: /app/ASDC/1/service-DemoPnfY7lhjurz42t0us7vplzg-csar.csar
2022-11-25T06:21:17.103Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfY7lhjurz42t0us7vplzg-csar.csar
2022-11-25T06:21:17.103Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfY7lhjurz42t0us7vplzg-csar.csar
2022-11-25T06:21:17.103Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfY7lhjurz42t0us7vplzg-csar.csar
2022-11-25T06:21:17.294Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12490430969905999670/Definitions/service-DemoPnfY7lhjurz42t0us7vplzg-template.yml
2022-11-25T06:21:18.225Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-25T06:21:18.225Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-11-25T06:21:18.226Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfY7lhjurz42t0us7vplzg-csar.csar
2022-11-25T06:21:18.226Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-25T06:21:18.226Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||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-DemoPnfY7lhjurz42t0us7vplzg-csar.csar
2022-11-25T06:21:18.226Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfY7lhjurz42t0us7vplzg-csar.csar
2022-11-25T06:21:18.226Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||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-DemoPnfY7lhjurz42t0us7vplzg-csar.csar
2022-11-25T06:21:18.227Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfY7lhjurz42t0us7vplzg-csar.csar
2022-11-25T06:21:18.227Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfY7lhjurz42t0us7vplzg-csar.csar
2022-11-25T06:21:18.227Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 9ef08767-5107 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-DemoPnfY7lhjurz42t0us7vplzg-csar.csar
2022-11-25T06:21:18.227Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfY7lhjurz42t0us7vplzg-csar.csar
2022-11-25T06:21:18.227Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-11-25T06:21:18.228Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:21:18.228Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Y7LHJURZ42t0US7VPlzG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:21:18.228Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||Node template pNF 9ef08767-5107 0 is matching search criteria
2022-11-25T06:21:18.229Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-11-25T06:21:18.229Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 9ef08767-5107 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-25T06:21:18.229Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:21:18.229Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Y7LHJURZ42t0US7VPlzG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:21:18.229Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||Node template pNF 9ef08767-5107 0 is matching search criteria
2022-11-25T06:21:18.230Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-11-25T06:21:18.230Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 9ef08767-5107 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-25T06:21:18.230Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:21:18.230Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Y7LHJURZ42t0US7VPlzG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:21:18.231Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:21:18.231Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Y7LHJURZ42t0US7VPlzG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:21:18.231Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:21:18.231Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Y7LHJURZ42t0US7VPlzG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:21:18.231Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:21:18.232Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Y7LHJURZ42t0US7VPlzG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:21:18.232Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:21:18.232Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Y7LHJURZ42t0US7VPlzG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:21:18.233Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Y7LHJURZ42t0US7VPlzG
Description:catalog service description
Model UUID:9726b8dc-850e-4d3f-9d2f-9632fa9e7513
Model Version:NULL
Model InvariantUuid:799b659c-13a7-4550-9502-65b060ba47bb
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-25T06:21:18.241Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 6ca24f7c-6a45-4b0b-a09f-90095ac2279b
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-25T06:21:18.245Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||INFO|500||pNF 9ef08767-5107 0
2022-11-25T06:21:18.246Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 6ca24f7c-6a45-4b0b-a09f-90095ac2279b
2022-11-25T06:21:18.246Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 9726b8dc-850e-4d3f-9d2f-9632fa9e7513
2022-11-25T06:21:18.246Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 9726b8dc-850e-4d3f-9d2f-9632fa9e7513
2022-11-25T06:21:18.246Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 9ef08767-5107 0 6ca24f7c-6a45-4b0b-a09f-90095ac2279b 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-25T06:21:18.252Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@13d9b162, org.onap.sdc.toscaparser.api.parameters.Input@3ef99dff, org.onap.sdc.toscaparser.api.parameters.Input@661c1a45, org.onap.sdc.toscaparser.api.parameters.Input@333845f1, org.onap.sdc.toscaparser.api.parameters.Input@6d34b055]
2022-11-25T06:21:18.253Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:21:18.253Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Y7LHJURZ42t0US7VPlzG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:21:18.253Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 9726b8dc-850e-4d3f-9d2f-9632fa9e7513: pNF 9ef08767-5107
2022-11-25T06:21:18.254Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||INFO|500||Processing PNF resource: 6ca24f7c-6a45-4b0b-a09f-90095ac2279b
2022-11-25T06:21:18.254Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:21:18.254Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Y7LHJURZ42t0US7VPlzG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:21:18.254Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||INFO|500||Resource customization UUID: d096ce4c-ec96-4119-b2b4-97480a5c51ed is the same as notified resource customizationUUID: d096ce4c-ec96-4119-b2b4-97480a5c51ed
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-25T06:21:18.299Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 9ef08767-5107 6ca24f7c-6a45-4b0b-a09f-90095ac2279b 0 ASDC deployResourceStructure
2022-11-25T06:21:18.300Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfY7lhjurz42t0us7vplzg/1.0/artifacts/service-DemoPnfY7lhjurz42t0us7vplzg-csar.csar ASDC sendASDCNotification
2022-11-25T06:21:18.300Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfY7lhjurz42t0us7vplzg/1.0/artifacts/service-DemoPnfY7lhjurz42t0us7vplzg-csar.csar
2022-11-25T06:21:18.300Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-25T06:21:18.301Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:21:18.304Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:21:18.305Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "be0453e2-6099-4ef4-a604-02149bdf5f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669357278300,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY7lhjurz42t0us7vplzg/1.0/artifacts/service-DemoPnfY7lhjurz42t0us7vplzg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-25T06:21:18.405Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:21:18.406Z||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-25T06:21:18.406Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:21:18.444Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:21:18.444Z||pool-98-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":1,"count":1}
2022-11-25T06:21:19.306Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be0453e2-6099-4ef4-a604-02149bdf5f83
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T06:21:19.317Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be0453e2-6099-4ef4-a604-02149bdf5f83
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-25T06:21:19.319Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-25T06:21:19.319Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-25T06:21:19.319Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-25T06:21:49.320Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be0453e2-6099-4ef4-a604-02149bdf5f83
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T06:21:49.332Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be0453e2-6099-4ef4-a604-02149bdf5f83
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-25T06:21:49.336Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-25T06:21:49.336Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-25T06:21:49.336Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-25T06:21:58.576Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:21:58.577Z||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-25T06:21:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:21:58.630Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:21:58.631Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-25T06:21:58.631Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0453e2-6099-4ef4-a604-02149bdf5f83",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669357266444,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY7lhjurz42t0us7vplzg/1.0/resourceInstances/pnf9ef0876751070/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:21:58.632Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:22:19.337Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be0453e2-6099-4ef4-a604-02149bdf5f83
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T06:22:19.348Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be0453e2-6099-4ef4-a604-02149bdf5f83
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-25T06:22:19.350Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-25T06:22:19.350Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-25T06:22:19.350Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-25T06:22:49.351Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be0453e2-6099-4ef4-a604-02149bdf5f83
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T06:22:49.360Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be0453e2-6099-4ef4-a604-02149bdf5f83
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-25T06:22:49.362Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-25T06:22:49.362Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-25T06:22:49.362Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-25T06:22:58.576Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:22:58.577Z||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-25T06:22:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:22:58.619Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:22:58.619Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-25T06:22:58.619Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0453e2-6099-4ef4-a604-02149bdf5f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669357258564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY7lhjurz42t0us7vplzg/1.0/resourceInstances/pnf9ef0876751070/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:22:58.620Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:22:58.620Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-25T06:22:58.620Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0453e2-6099-4ef4-a604-02149bdf5f83",
  "consumerID": "aai-ml",
  "timestamp": 1669357268064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY7lhjurz42t0us7vplzg/1.0/resourceInstances/pnf9ef0876751070/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:22:58.620Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:23:19.363Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be0453e2-6099-4ef4-a604-02149bdf5f83
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T06:23:19.376Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be0453e2-6099-4ef4-a604-02149bdf5f83
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-25T06:23:19.378Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-25T06:23:19.379Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-25T06:23:19.379Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-25T06:23:49.379Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be0453e2-6099-4ef4-a604-02149bdf5f83
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T06:23:49.392Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be0453e2-6099-4ef4-a604-02149bdf5f83
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-25T06:23:49.394Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-25T06:23:49.394Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-25T06:23:49.395Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-25T06:23:58.576Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:23:58.577Z||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-25T06:23:58.578Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:23:59.110Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:23:59.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-25T06:23:59.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0453e2-6099-4ef4-a604-02149bdf5f83",
  "consumerID": "cds",
  "timestamp": 1669357264371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY7lhjurz42t0us7vplzg/1.0/resourceInstances/pnf9ef0876751070/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:23:59.113Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:23:59.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-25T06:23:59.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0453e2-6099-4ef4-a604-02149bdf5f83",
  "consumerID": "aai-ml",
  "timestamp": 1669357268064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY7lhjurz42t0us7vplzg/1.0/resourceInstances/pnf9ef0876751070/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:23:59.113Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:23:59.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-25T06:23:59.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0453e2-6099-4ef4-a604-02149bdf5f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669357258564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY7lhjurz42t0us7vplzg/1.0/resourceInstances/pnf9ef0876751070/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:23:59.114Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:23:59.114Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-25T06:23:59.114Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0453e2-6099-4ef4-a604-02149bdf5f83",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669357266444,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY7lhjurz42t0us7vplzg/1.0/resourceInstances/pnf9ef0876751070/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:23:59.114Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:23:59.114Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-25T06:23:59.114Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0453e2-6099-4ef4-a604-02149bdf5f83",
  "consumerID": "cds",
  "timestamp": 1669357264371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY7lhjurz42t0us7vplzg/1.0/resourceInstances/pnf9ef0876751070/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:23:59.114Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:23:59.114Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-25T06:23:59.114Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0453e2-6099-4ef4-a604-02149bdf5f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669357258564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY7lhjurz42t0us7vplzg/1.0/resourceInstances/pnf9ef0876751070/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:23:59.114Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:23:59.114Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-25T06:23:59.114Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0453e2-6099-4ef4-a604-02149bdf5f83",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669357266444,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY7lhjurz42t0us7vplzg/1.0/resourceInstances/pnf9ef0876751070/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:23:59.115Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:23:59.115Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-25T06:23:59.115Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0453e2-6099-4ef4-a604-02149bdf5f83",
  "consumerID": "aai-ml",
  "timestamp": 1669357268064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY7lhjurz42t0us7vplzg/1.0/resourceInstances/pnf9ef0876751070/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:23:59.115Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:23:59.115Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-25T06:23:59.115Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0453e2-6099-4ef4-a604-02149bdf5f83",
  "consumerID": "cds",
  "timestamp": 1669357264371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY7lhjurz42t0us7vplzg/1.0/resourceInstances/pnf9ef0876751070/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:23:59.115Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:23:59.115Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-25T06:23:59.115Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0453e2-6099-4ef4-a604-02149bdf5f83",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669357269575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY7lhjurz42t0us7vplzg/1.0/resourceInstances/pnf9ef0876751070/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:23:59.115Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:23:59.115Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-25T06:23:59.116Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0453e2-6099-4ef4-a604-02149bdf5f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669357258564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY7lhjurz42t0us7vplzg/1.0/resourceInstances/pnf9ef0876751070/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:23:59.116Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:23:59.116Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-25T06:23:59.116Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0453e2-6099-4ef4-a604-02149bdf5f83",
  "consumerID": "aai-ml",
  "timestamp": 1669357268064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY7lhjurz42t0us7vplzg/1.0/resourceInstances/pnf9ef0876751070/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:23:59.116Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:23:59.116Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-25T06:23:59.116Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0453e2-6099-4ef4-a604-02149bdf5f83",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669357266444,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY7lhjurz42t0us7vplzg/1.0/resourceInstances/pnf9ef0876751070/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:23:59.116Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:23:59.116Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-25T06:23:59.116Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0453e2-6099-4ef4-a604-02149bdf5f83",
  "consumerID": "cds",
  "timestamp": 1669357264371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY7lhjurz42t0us7vplzg/1.0/resourceInstances/pnf9ef0876751070/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:23:59.116Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:23:59.117Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-25T06:23:59.117Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0453e2-6099-4ef4-a604-02149bdf5f83",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669357269575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY7lhjurz42t0us7vplzg/1.0/resourceInstances/pnf9ef0876751070/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:23:59.117Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:23:59.117Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-25T06:23:59.117Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0453e2-6099-4ef4-a604-02149bdf5f83",
  "consumerID": "aai-ml",
  "timestamp": 1669357268064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY7lhjurz42t0us7vplzg/1.0/resourceInstances/pnf9ef0876751070/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:23:59.117Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:23:59.117Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-25T06:23:59.117Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0453e2-6099-4ef4-a604-02149bdf5f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669357258564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY7lhjurz42t0us7vplzg/1.0/resourceInstances/pnf9ef0876751070/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:23:59.117Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:23:59.117Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-25T06:23:59.117Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0453e2-6099-4ef4-a604-02149bdf5f83",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669357266444,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY7lhjurz42t0us7vplzg/1.0/resourceInstances/pnf9ef0876751070/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:23:59.118Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:23:59.118Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-25T06:23:59.118Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0453e2-6099-4ef4-a604-02149bdf5f83",
  "consumerID": "cds",
  "timestamp": 1669357264371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY7lhjurz42t0us7vplzg/1.0/resourceInstances/pnf9ef0876751070/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:23:59.118Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:23:59.118Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-25T06:23:59.118Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0453e2-6099-4ef4-a604-02149bdf5f83",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669357269575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY7lhjurz42t0us7vplzg/1.0/resourceInstances/pnf9ef0876751070/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:23:59.118Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:23:59.118Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-25T06:23:59.118Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0453e2-6099-4ef4-a604-02149bdf5f83",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669357272894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY7lhjurz42t0us7vplzg/1.0/resourceInstances/pnf9ef0876751070/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:23:59.118Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:23:59.118Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-25T06:23:59.118Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0453e2-6099-4ef4-a604-02149bdf5f83",
  "consumerID": "aai-ml",
  "timestamp": 1669357268064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY7lhjurz42t0us7vplzg/1.0/resourceInstances/pnf9ef0876751070/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:23:59.119Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:23:59.119Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-25T06:23:59.119Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0453e2-6099-4ef4-a604-02149bdf5f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669357258564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY7lhjurz42t0us7vplzg/1.0/resourceInstances/pnf9ef0876751070/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:23:59.119Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:23:59.119Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-25T06:23:59.119Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0453e2-6099-4ef4-a604-02149bdf5f83",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669357266444,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY7lhjurz42t0us7vplzg/1.0/resourceInstances/pnf9ef0876751070/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-11-25T06:23:59.119Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:23:59.119Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-25T06:23:59.119Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0453e2-6099-4ef4-a604-02149bdf5f83",
  "consumerID": "cds",
  "timestamp": 1669357264371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY7lhjurz42t0us7vplzg/1.0/resourceInstances/pnf9ef0876751070/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:23:59.119Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:23:59.119Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-25T06:23:59.119Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0453e2-6099-4ef4-a604-02149bdf5f83",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669357269575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY7lhjurz42t0us7vplzg/1.0/resourceInstances/pnf9ef0876751070/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:23:59.120Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:23:59.120Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-25T06:23:59.120Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0453e2-6099-4ef4-a604-02149bdf5f83",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669357272894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY7lhjurz42t0us7vplzg/1.0/resourceInstances/pnf9ef0876751070/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:23:59.120Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:23:59.120Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-25T06:23:59.120Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0453e2-6099-4ef4-a604-02149bdf5f83",
  "consumerID": "aai-ml",
  "timestamp": 1669357268064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY7lhjurz42t0us7vplzg/1.0/artifacts/service-DemoPnfY7lhjurz42t0us7vplzg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:23:59.120Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:23:59.120Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-25T06:23:59.120Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0453e2-6099-4ef4-a604-02149bdf5f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669357258564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY7lhjurz42t0us7vplzg/1.0/artifacts/service-DemoPnfY7lhjurz42t0us7vplzg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:23:59.120Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:23:59.121Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-25T06:23:59.121Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0453e2-6099-4ef4-a604-02149bdf5f83",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669357266444,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY7lhjurz42t0us7vplzg/1.0/artifacts/service-DemoPnfY7lhjurz42t0us7vplzg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:23:59.121Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:23:59.121Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-25T06:23:59.121Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0453e2-6099-4ef4-a604-02149bdf5f83",
  "consumerID": "cds",
  "timestamp": 1669357264371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY7lhjurz42t0us7vplzg/1.0/artifacts/service-DemoPnfY7lhjurz42t0us7vplzg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:23:59.121Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:23:59.121Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-25T06:23:59.121Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0453e2-6099-4ef4-a604-02149bdf5f83",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669357269575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY7lhjurz42t0us7vplzg/1.0/resourceInstances/pnf9ef0876751070/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:23:59.121Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:23:59.121Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-25T06:23:59.121Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0453e2-6099-4ef4-a604-02149bdf5f83",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669357272894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY7lhjurz42t0us7vplzg/1.0/resourceInstances/pnf9ef0876751070/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:23:59.122Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:23:59.122Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-25T06:23:59.122Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0453e2-6099-4ef4-a604-02149bdf5f83",
  "consumerID": "aai-ml",
  "timestamp": 1669357268064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY7lhjurz42t0us7vplzg/1.0/artifacts/service-DemoPnfY7lhjurz42t0us7vplzg-csar.csar",
  "status": "NOTIFIED"
}
2022-11-25T06:23:59.122Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:23:59.122Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-25T06:23:59.122Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0453e2-6099-4ef4-a604-02149bdf5f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669357258564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY7lhjurz42t0us7vplzg/1.0/artifacts/service-DemoPnfY7lhjurz42t0us7vplzg-csar.csar",
  "status": "NOTIFIED"
}
2022-11-25T06:23:59.122Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:23:59.122Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-25T06:23:59.122Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0453e2-6099-4ef4-a604-02149bdf5f83",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669357266444,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY7lhjurz42t0us7vplzg/1.0/artifacts/service-DemoPnfY7lhjurz42t0us7vplzg-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:23:59.122Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:23:59.123Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-25T06:23:59.123Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0453e2-6099-4ef4-a604-02149bdf5f83",
  "consumerID": "cds",
  "timestamp": 1669357264371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY7lhjurz42t0us7vplzg/1.0/artifacts/service-DemoPnfY7lhjurz42t0us7vplzg-csar.csar",
  "status": "NOTIFIED"
}
2022-11-25T06:23:59.123Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:23:59.123Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-25T06:23:59.123Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0453e2-6099-4ef4-a604-02149bdf5f83",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669357269575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY7lhjurz42t0us7vplzg/1.0/resourceInstances/pnf9ef0876751070/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:23:59.123Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:23:59.123Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-25T06:23:59.123Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0453e2-6099-4ef4-a604-02149bdf5f83",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669357272894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY7lhjurz42t0us7vplzg/1.0/resourceInstances/pnf9ef0876751070/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:23:59.123Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:23:59.124Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-25T06:23:59.124Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0453e2-6099-4ef4-a604-02149bdf5f83",
  "consumerID": "aai-ml",
  "timestamp": 1669357277045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY7lhjurz42t0us7vplzg/1.0/artifacts/service-DemoPnfY7lhjurz42t0us7vplzg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:23:59.124Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:23:59.124Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-25T06:23:59.124Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0453e2-6099-4ef4-a604-02149bdf5f83",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669357277055,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY7lhjurz42t0us7vplzg/1.0/resourceInstances/pnf9ef0876751070/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:23:59.124Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:23:59.124Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-25T06:23:59.124Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0453e2-6099-4ef4-a604-02149bdf5f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669357276096,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY7lhjurz42t0us7vplzg/1.0/artifacts/service-DemoPnfY7lhjurz42t0us7vplzg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:23:59.125Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:23:59.125Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-25T06:23:59.125Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0453e2-6099-4ef4-a604-02149bdf5f83",
  "consumerID": "cds",
  "timestamp": 1669357277075,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY7lhjurz42t0us7vplzg/1.0/artifacts/service-DemoPnfY7lhjurz42t0us7vplzg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:23:59.125Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:23:59.125Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-25T06:23:59.125Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0453e2-6099-4ef4-a604-02149bdf5f83",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669357269575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY7lhjurz42t0us7vplzg/1.0/artifacts/service-DemoPnfY7lhjurz42t0us7vplzg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:23:59.125Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:23:59.125Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-25T06:23:59.125Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0453e2-6099-4ef4-a604-02149bdf5f83",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669357272894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY7lhjurz42t0us7vplzg/1.0/resourceInstances/pnf9ef0876751070/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:23:59.125Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:23:59.125Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-25T06:23:59.126Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0453e2-6099-4ef4-a604-02149bdf5f83",
  "consumerID": "cds",
  "timestamp": 1669357278089,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY7lhjurz42t0us7vplzg/1.0/artifacts/service-DemoPnfY7lhjurz42t0us7vplzg-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-25T06:23:59.136Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of be0453e2-6099-4ef4-a604-02149bdf5f83
2022-11-25T06:23:59.136Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId be0453e2-6099-4ef4-a604-02149bdf5f83 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-25T06:23:59.146Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-25T06:23:59.146Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0453e2-6099-4ef4-a604-02149bdf5f83",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669357278100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY7lhjurz42t0us7vplzg/1.0/resourceInstances/pnf9ef0876751070/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-11-25T06:23:59.147Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:23:59.147Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-25T06:23:59.147Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0453e2-6099-4ef4-a604-02149bdf5f83",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669357269575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY7lhjurz42t0us7vplzg/1.0/artifacts/service-DemoPnfY7lhjurz42t0us7vplzg-csar.csar",
  "status": "NOTIFIED"
}
2022-11-25T06:23:59.147Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:23:59.147Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-25T06:23:59.147Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0453e2-6099-4ef4-a604-02149bdf5f83",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669357272894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY7lhjurz42t0us7vplzg/1.0/resourceInstances/pnf9ef0876751070/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:23:59.148Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:23:59.148Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-25T06:23:59.148Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0453e2-6099-4ef4-a604-02149bdf5f83",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669357279105,
  "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-25T06:23:59.152Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of be0453e2-6099-4ef4-a604-02149bdf5f83
2022-11-25T06:23:59.152Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId be0453e2-6099-4ef4-a604-02149bdf5f83 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-25T06:23:59.159Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-25T06:23:59.159Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0453e2-6099-4ef4-a604-02149bdf5f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669357278300,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY7lhjurz42t0us7vplzg/1.0/artifacts/service-DemoPnfY7lhjurz42t0us7vplzg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-25T06:23:59.160Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:23:59.160Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-25T06:23:59.160Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0453e2-6099-4ef4-a604-02149bdf5f83",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669357278378,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY7lhjurz42t0us7vplzg/1.0/artifacts/service-DemoPnfY7lhjurz42t0us7vplzg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:23:59.160Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:23:59.160Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-25T06:23:59.160Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0453e2-6099-4ef4-a604-02149bdf5f83",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669357272894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY7lhjurz42t0us7vplzg/1.0/artifacts/service-DemoPnfY7lhjurz42t0us7vplzg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:23:59.160Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:23:59.161Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-25T06:23:59.161Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0453e2-6099-4ef4-a604-02149bdf5f83",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669357272894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY7lhjurz42t0us7vplzg/1.0/artifacts/service-DemoPnfY7lhjurz42t0us7vplzg-csar.csar",
  "status": "NOTIFIED"
}
2022-11-25T06:23:59.161Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:23:59.161Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-25T06:23:59.161Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0453e2-6099-4ef4-a604-02149bdf5f83",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669357280509,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY7lhjurz42t0us7vplzg/1.0/artifacts/service-DemoPnfY7lhjurz42t0us7vplzg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-25T06:23:59.161Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:23:59.161Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-25T06:23:59.161Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0453e2-6099-4ef4-a604-02149bdf5f83",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669357281514,
  "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-25T06:23:59.166Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of be0453e2-6099-4ef4-a604-02149bdf5f83
2022-11-25T06:23:59.166Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId be0453e2-6099-4ef4-a604-02149bdf5f83 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-25T06:23:59.173Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-25T06:23:59.173Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0453e2-6099-4ef4-a604-02149bdf5f83",
  "consumerID": "aai-ml",
  "timestamp": 1669357282563,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfY7lhjurz42t0us7vplzg/1.0/artifacts/service-DemoPnfY7lhjurz42t0us7vplzg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-25T06:23:59.174Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:23:59.174Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-25T06:23:59.174Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0453e2-6099-4ef4-a604-02149bdf5f83",
  "consumerID": "aai-ml",
  "timestamp": 1669357283566,
  "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-25T06:23:59.178Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of be0453e2-6099-4ef4-a604-02149bdf5f83
2022-11-25T06:23:59.179Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId be0453e2-6099-4ef4-a604-02149bdf5f83 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-25T06:24:19.395Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be0453e2-6099-4ef4-a604-02149bdf5f83
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T06:24:19.414Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be0453e2-6099-4ef4-a604-02149bdf5f83
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-25T06:24:19.417Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-25T06:24:19.417Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-25T06:24:19.417Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-25T06:24:19.417Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-25T06:24:19.418Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-25T06:24:19.418Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-25T06:24:19.418Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-25T06:24:19.418Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-25T06:24:19.418Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-25T06:24:19.418Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-25T06:24:19.423Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-25T06:24:49.423Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: be0453e2-6099-4ef4-a604-02149bdf5f83 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-25T06:24:49.433Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: be0453e2-6099-4ef4-a604-02149bdf5f83 and serviceModelVersionId: 9726b8dc-850e-4d3f-9d2f-9632fa9e7513
2022-11-25T06:24:49.433Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 799b659c-13a7-4550-9502-65b060ba47bb
2022-11-25T06:24:49.435Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/799b659c-13a7-4550-9502-65b060ba47bb/model-vers/model-ver/9726b8dc-850e-4d3f-9d2f-9632fa9e7513?depth=0
2022-11-25T06:24:49.445Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-11-25T06:24:49.504Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/799b659c-13a7-4550-9502-65b060ba47bb/model-vers/model-ver/9726b8dc-850e-4d3f-9d2f-9632fa9e7513?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-25T06:24:49.507Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/799b659c-13a7-4550-9502-65b060ba47bb/model-vers/model-ver/9726b8dc-850e-4d3f-9d2f-9632fa9e7513?depth=0|INFO|500||Invoke
2022-11-25T06:24:49.537Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/799b659c-13a7-4550-9502-65b060ba47bb/model-vers/model-ver/9726b8dc-850e-4d3f-9d2f-9632fa9e7513?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-25T06:24:49.722Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/799b659c-13a7-4550-9502-65b060ba47bb/model-vers/model-ver/9726b8dc-850e-4d3f-9d2f-9632fa9e7513?depth=0|INFO|500||InvokeReturn
2022-11-25T06:24:49.722Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/799b659c-13a7-4550-9502-65b060ba47bb/model-vers/model-ver/9726b8dc-850e-4d3f-9d2f-9632fa9e7513?depth=0 has http status code:200 and response headers:{date=[Fri, 25 Nov 2022 06:24:49 GMT], content-length=[0], vertex-id=[209112], x-aai-txid=[0-aai-resources-221125-06:24:49:651-99540], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-25T06:24:49.722Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-11-25T06:24:49.723Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-25T06:24:49.723Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-25T06:24:49.730Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-25T06:24:49.730Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID be0453e2-6099-4ef4-a604-02149bdf5f83 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-25T06:24:49.730Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-25T06:24:49.731Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:24:49.734Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:24:49.734Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "be0453e2-6099-4ef4-a604-02149bdf5f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669357489730,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-25T06:24:49.834Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:24:49.835Z||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-25T06:24:49.835Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:24:49.853Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:24:49.854Z||pool-99-thread-1|||||INFO|500||cambria reply ok (20 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-25T06:24:50.746Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:24:50.746Z|be0453e2-6099-4ef4-a604-02149bdf5f83|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-25T06:24:50.746Z|be0453e2-6099-4ef4-a604-02149bdf5f83|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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:24:58.576Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:24:58.576Z||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-25T06:24:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:24:59.209Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:24:59.209Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-25T06:24:59.210Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0453e2-6099-4ef4-a604-02149bdf5f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669357489730,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-25T06:24:59.211Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:25:01.056Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:25:01.057Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:25:01.057Z|be0453e2-6099-4ef4-a604-02149bdf5f83|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-25T06:25:01.057Z|be0453e2-6099-4ef4-a604-02149bdf5f83|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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:25:10.610Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:25:10.611Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:25:10.611Z|be0453e2-6099-4ef4-a604-02149bdf5f83|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-25T06:25:10.611Z|be0453e2-6099-4ef4-a604-02149bdf5f83|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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:25:20.192Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:25:20.193Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:25:20.193Z|be0453e2-6099-4ef4-a604-02149bdf5f83|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-25T06:25:20.193Z|be0453e2-6099-4ef4-a604-02149bdf5f83|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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:25:29.765Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:25:58.564Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:25:58.565Z|be0453e2-6099-4ef4-a604-02149bdf5f83|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-25T06:25:58.565Z|be0453e2-6099-4ef4-a604-02149bdf5f83|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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:25:58.576Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:25:58.576Z||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-25T06:25:58.576Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:26:08.123Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:26:08.129Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:26:58.565Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:26:58.565Z|be0453e2-6099-4ef4-a604-02149bdf5f83|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-25T06:26:58.565Z|be0453e2-6099-4ef4-a604-02149bdf5f83|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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:26:58.576Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:26:58.576Z||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-25T06:26:58.576Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:27:08.124Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:27:08.133Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:27:58.567Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:27:58.568Z|be0453e2-6099-4ef4-a604-02149bdf5f83|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-25T06:27:58.568Z|be0453e2-6099-4ef4-a604-02149bdf5f83|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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:27:58.576Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:27:58.576Z||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-25T06:27:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:28:08.154Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:28:08.165Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:28:58.564Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:28:58.565Z|be0453e2-6099-4ef4-a604-02149bdf5f83|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-25T06:28:58.565Z|be0453e2-6099-4ef4-a604-02149bdf5f83|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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:28:58.576Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:28:58.576Z||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-25T06:28:58.576Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:29:08.148Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:29:08.151Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:29:58.564Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:29:58.564Z|be0453e2-6099-4ef4-a604-02149bdf5f83|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-25T06:29:58.564Z|be0453e2-6099-4ef4-a604-02149bdf5f83|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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:29:58.576Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:29:58.576Z||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-25T06:29:58.576Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:30:08.133Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:30:08.147Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:30:58.564Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:30:58.565Z|be0453e2-6099-4ef4-a604-02149bdf5f83|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-25T06:30:58.565Z|be0453e2-6099-4ef4-a604-02149bdf5f83|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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:30:58.576Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:30:58.576Z||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-25T06:30:58.576Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:31:08.121Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:31:08.126Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:31:58.564Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:31:58.568Z||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-25T06:31:58.568Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:31:58.576Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:31:58.576Z||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-25T06:31:58.576Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:32:08.137Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:32:08.137Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:32:58.564Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:32:58.565Z||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-25T06:32:58.565Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:32:58.578Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:32:58.579Z||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-25T06:32:58.579Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:33:08.119Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:33:08.155Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:33:58.564Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:33:58.565Z||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-25T06:33:58.566Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:33:58.576Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:33:58.577Z||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-25T06:33:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:34:08.154Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:34:08.181Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:34:58.564Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:34:58.565Z||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-25T06:34:58.565Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:34:58.576Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:34:58.576Z||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-25T06:34:58.576Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:35:08.151Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:35:08.160Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:35:58.564Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:35:58.565Z||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-25T06:35:58.565Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:35:58.576Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:35:58.576Z||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-25T06:35:58.576Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:35:58.792Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:35:58.795Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-25T06:35:58.795Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669358139572,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:35:58.798Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:35:58.799Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-25T06:35:58.799Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "aai-ml",
  "timestamp": 1669358138064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:35:58.800Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:35:58.800Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-25T06:35:58.800Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669358132895,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:35:58.801Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:35:58.801Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-25T06:35:58.801Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "cds",
  "timestamp": 1669358134375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:35:58.802Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:35:58.802Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-25T06:35:58.802Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "aai-ml",
  "timestamp": 1669358138064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:35:58.803Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:35:58.803Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-25T06:35:58.803Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669358139572,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:35:58.804Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:35:58.804Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-25T06:35:58.804Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "cds",
  "timestamp": 1669358134375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:35:58.805Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:35:58.805Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-25T06:35:58.805Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669358132895,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-25T06:35:58.806Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:35:58.806Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-25T06:35:58.806Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669358139572,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:35:58.807Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:35:58.807Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-25T06:35:58.807Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "aai-ml",
  "timestamp": 1669358138064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:35:58.807Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:35:58.808Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-25T06:35:58.808Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "cds",
  "timestamp": 1669358134375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:35:58.809Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:35:58.809Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-25T06:35:58.809Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669358132895,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-25T06:35:58.809Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:35:58.810Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-25T06:35:58.810Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669358139572,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:35:58.811Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:35:58.811Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-25T06:35:58.811Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "aai-ml",
  "timestamp": 1669358138064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:35:58.812Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:35:58.812Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-25T06:35:58.812Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "cds",
  "timestamp": 1669358134375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:35:58.813Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:35:58.813Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-25T06:35:58.813Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669358132895,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:35:58.813Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:35:58.814Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-25T06:35:58.814Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "aai-ml",
  "timestamp": 1669358138064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:35:58.814Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:35:58.815Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-25T06:35:58.815Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669358139572,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:35:58.815Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:35:58.816Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-25T06:35:58.816Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "cds",
  "timestamp": 1669358134375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:35:58.816Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:35:58.817Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-25T06:35:58.817Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669358132895,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-25T06:35:58.817Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:35:58.817Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-25T06:35:58.818Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669358146446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:35:58.818Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:35:58.818Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-25T06:35:58.819Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "aai-ml",
  "timestamp": 1669358138064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:35:58.819Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:35:58.819Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-25T06:35:58.820Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669358139572,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:35:58.820Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:35:58.820Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-25T06:35:58.821Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "cds",
  "timestamp": 1669358134375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:35:58.821Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:35:58.821Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-25T06:35:58.821Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669358132895,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:35:58.822Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:35:58.822Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-25T06:35:58.822Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669358146446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:35:58.823Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:35:58.823Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-25T06:35:58.823Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "aai-ml",
  "timestamp": 1669358138064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:35:58.824Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:35:58.824Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-25T06:35:58.824Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669358139572,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:35:58.825Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:35:58.825Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-25T06:35:58.825Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "cds",
  "timestamp": 1669358134375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:35:58.826Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:35:58.826Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-25T06:35:58.826Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669358132895,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:35:58.826Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:35:58.827Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-25T06:35:58.827Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669358146446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:35:58.827Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:35:58.827Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-25T06:35:58.828Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "aai-ml",
  "timestamp": 1669358138064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-25T06:35:58.828Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:35:58.829Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-25T06:35:58.829Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669358139572,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-25T06:35:58.829Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:35:58.829Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-25T06:35:58.830Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669358132895,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-25T06:35:58.830Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:35:58.830Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-25T06:35:58.831Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "cds",
  "timestamp": 1669358134375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-25T06:35:58.831Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:35:58.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-25T06:35:58.832Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669358146446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:35:58.832Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:35:58.832Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-25T06:35:58.833Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669358149916,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:35:58.833Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:35:58.833Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-25T06:35:58.833Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "aai-ml",
  "timestamp": 1669358150913,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:35:58.833Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:35:58.834Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-25T06:35:58.834Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669358150989,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:35:58.834Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:35:58.835Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-25T06:35:58.835Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "cds",
  "timestamp": 1669358151011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:35:58.835Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:35:58.835Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-25T06:35:58.835Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669358146446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:35:58.836Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:35:58.836Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-25T06:35:58.836Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669358152105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:35:58.836Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:35:58.836Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-25T06:35:58.837Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669358146446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:35:58.837Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:35:58.837Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-25T06:35:58.837Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669358146446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:35:58.838Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:35:58.838Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-25T06:35:58.838Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669358153194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:35:58.838Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:35:58.838Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-25T06:35:58.839Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669358152344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-25T06:35:58.839Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:35:58.839Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-25T06:35:58.839Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669358146446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:35:58.839Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:35:58.839Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-25T06:35:58.840Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669358153347,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T06:35:58.865Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c29644c2-ab61-4f83-8d69-f159aeaa6b55
2022-11-25T06:35:58.866Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c29644c2-ab61-4f83-8d69-f159aeaa6b55 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-25T06:35:58.875Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-25T06:35:58.875Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669358154313,
  "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-25T06:35:58.882Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c29644c2-ab61-4f83-8d69-f159aeaa6b55
2022-11-25T06:35:58.882Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c29644c2-ab61-4f83-8d69-f159aeaa6b55 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-25T06:35:58.890Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-25T06:35:58.890Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "cds",
  "timestamp": 1669358154800,
  "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=?
2022-11-25T06:35:58.894Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c29644c2-ab61-4f83-8d69-f159aeaa6b55
2022-11-25T06:35:58.895Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c29644c2-ab61-4f83-8d69-f159aeaa6b55 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-25T06:35:58.902Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-25T06:35:58.902Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669358155321,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-25T06:35:58.902Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:35:58.902Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-25T06:35:58.902Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "cds",
  "timestamp": 1669358155819,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:35:58.903Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:35:58.903Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-25T06:35:58.903Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669358156329,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:35:58.903Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:35:58.903Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-25T06:35:58.903Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "cds",
  "timestamp": 1669358155819,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:35:58.904Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:35:58.904Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-25T06:35:58.904Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669358156329,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-25T06:35:58.904Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:35:58.904Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-25T06:35:58.904Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "cds",
  "timestamp": 1669358155819,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:35:58.905Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:35:58.905Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-25T06:35:58.905Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669358156329,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-11-25T06:35:58.905Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:35:59.224Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:35:59.225Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T06:35:59.226Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"c29644c2-ab61-4f83-8d69-f159aeaa6b55","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"c2ac547f-7f92-4bf2-9584-f0d537496af3","serviceDescription":"service","serviceInvariantUUID":"f52110c4-3e5f-430d-950d-b61bb16f31e5","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e0fcb3f2-4df2-40ec-bd11-1ead11804d3e","resourceInvariantUUID":"0a7ab637-e9d7-4126-898a-007994deb92f","resourceCustomizationUUID":"5becd151-29ae-498e-8d8b-53dc2a6f5072","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":"YzZlM2NlNTBkYWEzN2MzMzJlYzI1MzkwY2NlM2Q4MGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6b490bd7-bee6-469a-9d44-64e26b9d512b","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":"NDMxZDUxYzliZTAwMDk0Y2NmOGMzMjE5OGRhNTBlNDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e616fd46-e670-4d79-bc95-6741427dcda7","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":"bfc6ec7a-6e5e-4bd5-aebc-8bf1b3e0eaad","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":"be484fa9-2411-4638-95c8-214bec757b58","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":"57b44521-ce04-4b87-b96d-d56e18a00816","artifactVersion":"2","generatedFromUUID":"bfc6ec7a-6e5e-4bd5-aebc-8bf1b3e0eaad"},{"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":"MGQ4ODVhYWY0ZDg5MDgzZTczNjYwNmYwZTNmYTliZTQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"0131bccf-0cb1-439a-a9e8-b09fd2238584","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":"ZDE2NzczNTYzYjQ5YjRlYmU1YWVjNDU4MjQ0YThkZGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ed410205-db27-4816-97ef-0a922dc16e5e","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NzExNWRmMGJhYThhNzE5MWNiZTdmM2M0ODJhOTgwYTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b0c77f7a-69bd-4367-923e-9520bc20ad68","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-25T06:35:59.229Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T06:35:59.229Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:35:59.235Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:35:59.235Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358158564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:35:59.335Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:35:59.336Z||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-25T06:35:59.336Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:35:59.353Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:35:59.354Z||pool-100-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:36:00.235Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T06:36:00.236Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:36:00.239Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:36:00.239Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358158564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-25T06:36:00.339Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:36:00.339Z||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-25T06:36:00.340Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:36:00.371Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:36:00.371Z||pool-101-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-11-25T06:36:01.239Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T06:36:01.244Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:36:01.246Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:36:01.247Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358158564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-25T06:36:01.347Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:36:01.348Z||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-25T06:36:01.349Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:36:01.363Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:36:01.363Z||pool-102-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:36:02.247Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T06:36:02.248Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:36:02.250Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:36:02.250Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358158564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:36:02.351Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-25T06:36:02.351Z||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-25T06:36:02.351Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:36:02.366Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:36:02.366Z||pool-103-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:36:03.251Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T06:36:03.252Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:36:03.254Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:36:03.254Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358158564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-25T06:36:03.355Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-25T06:36:03.356Z||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-25T06:36:03.356Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:36:03.377Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:36:03.377Z||pool-104-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-11-25T06:36:04.254Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T06:36:04.255Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:36:04.258Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:36:04.258Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358158564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:36:04.358Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:36:04.359Z||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-25T06:36:04.359Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:36:04.373Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:36:04.373Z||pool-105-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-25T06:36:05.259Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T06:36:05.259Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:36:05.261Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:36:05.261Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358158564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:36:05.365Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-11-25T06:36:05.366Z||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-25T06:36:05.366Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:36:05.381Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:36:05.381Z||pool-106-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:36:06.261Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T06:36:06.262Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:36:06.264Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:36:06.264Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358158564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-25T06:36:06.364Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:36:06.365Z||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-25T06:36:06.365Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:36:06.386Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:36:06.386Z||pool-107-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-11-25T06:36:07.268Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "c2ac547f-7f92-4bf2-9584-f0d537496af3",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f52110c4-3e5f-430d-950d-b61bb16f31e5",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "5becd151-29ae-498e-8d8b-53dc2a6f5072",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e0fcb3f2-4df2-40ec-bd11-1ead11804d3e",
      "resourceInvariantUUID": "0a7ab637-e9d7-4126-898a-007994deb92f",
      "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": "NDMxZDUxYzliZTAwMDk0Y2NmOGMzMjE5OGRhNTBlNDE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e616fd46-e670-4d79-bc95-6741427dcda7",
          "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": "bfc6ec7a-6e5e-4bd5-aebc-8bf1b3e0eaad",
          "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": "57b44521-ce04-4b87-b96d-d56e18a00816",
            "generatedFromUUID": "bfc6ec7a-6e5e-4bd5-aebc-8bf1b3e0eaad"
          },
          "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": "57b44521-ce04-4b87-b96d-d56e18a00816",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NzExNWRmMGJhYThhNzE5MWNiZTdmM2M0ODJhOTgwYTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b0c77f7a-69bd-4367-923e-9520bc20ad68"
    }
  ],
  "workloadContext": "Production"
}
2022-11-25T06:36:07.268Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-25T06:36:07.269Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c2ac547f-7f92-4bf2-9584-f0d537496af3 ASDC
2022-11-25T06:36:07.270Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:c29644c2-ab61-4f83-8d69-f159aeaa6b55
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:c2ac547f-7f92-4bf2-9584-f0d537496af3
ServiceInvariantUUID:f52110c4-3e5f-430d-950d-b61bb16f31e5
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:b0c77f7a-69bd-4367-923e-9520bc20ad68
ArtifactChecksum:NzExNWRmMGJhYThhNzE5MWNiZTdmM2M0ODJhOTgwYTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:5becd151-29ae-498e-8d8b-53dc2a6f5072
ResourceInvariantUUID:0a7ab637-e9d7-4126-898a-007994deb92f
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:e0fcb3f2-4df2-40ec-bd11-1ead11804d3e
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:e616fd46-e670-4d79-bc95-6741427dcda7
ArtifactChecksum:NDMxZDUxYzliZTAwMDk0Y2NmOGMzMjE5OGRhNTBlNDE=
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:bfc6ec7a-6e5e-4bd5-aebc-8bf1b3e0eaad
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:57b44521-ce04-4b87-b96d-d56e18a00816
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:57b44521-ce04-4b87-b96d-d56e18a00816
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-25T06:36:07.270Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c2ac547f-7f92-4bf2-9584-f0d537496af3 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-25T06:36:07.315Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-25T06:36:07.318Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-25T06:36:07.318Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-25T06:36:07.318Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b0c77f7a-69bd-4367-923e-9520bc20ad68 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-11-25T06:36:07.318Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-25T06:36:07.319Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-11-25T06:36:07.398Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-25T06:36:07.402Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar b0c77f7a-69bd-4367-923e-9520bc20ad68 83013
2022-11-25T06:36:07.403Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||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-25T06:36:07.403Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||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-25T06:36:07.404Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-25T06:36:07.404Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:36:07.407Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:36:07.407Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358167403,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:36:07.507Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:36:07.507Z||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-25T06:36:07.508Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:36:07.533Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:36:07.534Z||pool-108-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-11-25T06:36:08.408Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-25T06:36:08.409Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-25T06:36:08.410Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: b0c77f7a-69bd-4367-923e-9520bc20ad68, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-25T06:36:08.411Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-11-25T06:36:08.411Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-25T06:36:08.412Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-25T06:36:08.622Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13386647118159156400/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-25T06:36:09.958Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-25T06:36:09.959Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-11-25T06:36:09.959Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-25T06:36:09.959Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-25T06:36:09.960Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||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-25T06:36:09.960Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||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-25T06:36:09.960Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||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-25T06:36:09.960Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||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-25T06:36:09.960Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||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-25T06:36:09.961Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||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-25T06:36:09.961Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||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-25T06:36:09.961Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-11-25T06:36:09.961Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:36:09.962Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:36:09.962Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-25T06:36:09.962Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-11-25T06:36:09.963Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-25T06:36:09.963Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:36:09.963Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:36:09.964Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-25T06:36:09.964Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-11-25T06:36:09.964Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-25T06:36:09.964Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:36:09.965Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:36:09.965Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:36:09.965Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-11-25T06:36:09.965Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-11-25T06:36:09.966Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-11-25T06:36:09.966Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-11-25T06:36:09.966Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-25T06:36:09.967Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-25T06:36:09.967Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:36:09.967Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-25T06:36:09.967Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:36:09.968Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-25T06:36:09.968Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-25T06:36:09.968Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:36:09.969Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-25T06:36:09.969Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-25T06:36:09.969Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:36:09.969Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-25T06:36:09.970Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-25T06:36:09.970Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:36:09.970Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-11-25T06:36:09.971Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-25T06:36:09.971Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-25T06:36:09.971Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=fcb8cf4a-460c-4ac6-a091-559d892635f7
2022-11-25T06:36:09.971Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:36:09.972Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:36:09.972Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:36:09.972Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:36:09.972Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:36:09.973Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:36:09.973Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:36:09.973Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:36:09.974Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:c2ac547f-7f92-4bf2-9584-f0d537496af3
Model Version:NULL
Model InvariantUuid:f52110c4-3e5f-430d-950d-b61bb16f31e5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:b1664b86-e773-40b7-85d5-2eea242ef3d3
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0a7ab637-e9d7-4126-898a-007994deb92f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5becd151-29ae-498e-8d8b-53dc2a6f5072
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b79ef6df-91da-4e28-a42e-a59dbba6c647
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:3327ba7b-8950-4874-b178-de624b98976a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:fcb8cf4a-460c-4ac6-a091-559d892635f7
ModelInvariantUuid:201974f6-e4b1-452b-82bf-70c39bf88743
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:57784939-928f-46c8-99f6-224cbcb32098
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:725fd548-0d07-4f55-8cfa-ee4212bd5129
ModelInvariantUuid:41a4af1d-aef6-45e4-91d2-26dd32e21e9b
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:caa30d6b-2b12-42a1-900f-cd3c3766e24c
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-25T06:36:09.981Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: e0fcb3f2-4df2-40ec-bd11-1ead11804d3e
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-25T06:36:09.986Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||INFO|500||basic_vm_macro 0
2022-11-25T06:36:09.986Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e0fcb3f2-4df2-40ec-bd11-1ead11804d3e
2022-11-25T06:36:09.986Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e616fd46-e670-4d79-bc95-6741427dcda7 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-11-25T06:36:09.986Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-25T06:36:09.986Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||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-25T06:36:10.036Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-25T06:36:10.036Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json e616fd46-e670-4d79-bc95-6741427dcda7 792
2022-11-25T06:36:10.037Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||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-25T06:36:10.037Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||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-25T06:36:10.037Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-25T06:36:10.037Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:36:10.040Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:36:10.040Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358170037,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:36:10.141Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-25T06:36:10.142Z||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-25T06:36:10.142Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:36:10.162Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:36:10.162Z||pool-109-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-11-25T06:36:11.041Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "b79ef6df-91da-4e28-a42e-a59dbba6c647",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3327ba7b-8950-4874-b178-de624b98976a",
    "vfModuleModelCustomizationUUID": "b035e83b-e949-4813-9d26-76a02a658287",
    "isBase": true,
    "artifacts": [
      "bfc6ec7a-6e5e-4bd5-aebc-8bf1b3e0eaad",
      "57b44521-ce04-4b87-b96d-d56e18a00816"
    ],
    "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-25T06:36:11.046Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3327ba7b-8950-4874-b178-de624b98976a
VfModuleModelInvariantUUID:b79ef6df-91da-4e28-a42e-a59dbba6c647
VfModuleModelDescription:NULL
Artifacts UUID List:{
bfc6ec7a-6e5e-4bd5-aebc-8bf1b3e0eaad
,
57b44521-ce04-4b87-b96d-d56e18a00816

}
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-25T06:36:11.048Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "b79ef6df-91da-4e28-a42e-a59dbba6c647",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3327ba7b-8950-4874-b178-de624b98976a",
    "vfModuleModelCustomizationUUID": "b035e83b-e949-4813-9d26-76a02a658287",
    "isBase": true,
    "artifacts": [
      "bfc6ec7a-6e5e-4bd5-aebc-8bf1b3e0eaad",
      "57b44521-ce04-4b87-b96d-d56e18a00816"
    ],
    "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-25T06:36:11.048Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3327ba7b-8950-4874-b178-de624b98976a
VfModuleModelInvariantUUID:b79ef6df-91da-4e28-a42e-a59dbba6c647
VfModuleModelDescription:NULL
Artifacts UUID List:{
bfc6ec7a-6e5e-4bd5-aebc-8bf1b3e0eaad
,
57b44521-ce04-4b87-b96d-d56e18a00816

}
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-25T06:36:11.048Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: bfc6ec7a-6e5e-4bd5-aebc-8bf1b3e0eaad from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-11-25T06:36:11.048Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-25T06:36:11.048Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||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-25T06:36:11.114Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-25T06:36:11.114Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml bfc6ec7a-6e5e-4bd5-aebc-8bf1b3e0eaad 5033
2022-11-25T06:36:11.114Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||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-25T06:36:11.115Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||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-25T06:36:11.115Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-25T06:36:11.115Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:36:11.120Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:36:11.121Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358171114,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:36:11.217Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-11-25T06:36:11.218Z||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-25T06:36:11.218Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:36:11.236Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:36:11.237Z||pool-110-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:36:12.121Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 57b44521-ce04-4b87-b96d-d56e18a00816 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-11-25T06:36:12.121Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-25T06:36:12.122Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||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-25T06:36:12.162Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-25T06:36:12.162Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 57b44521-ce04-4b87-b96d-d56e18a00816 903
2022-11-25T06:36:12.163Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||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-25T06:36:12.163Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||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-25T06:36:12.163Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-25T06:36:12.163Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:36:12.165Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:36:12.165Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358172163,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:36:12.265Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-25T06:36:12.266Z||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-25T06:36:12.266Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:36:12.280Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:36:12.281Z||pool-111-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-25T06:36:13.166Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: c2ac547f-7f92-4bf2-9584-f0d537496af3
2022-11-25T06:36:13.167Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 e0fcb3f2-4df2-40ec-bd11-1ead11804d3e 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-25T06:36:13.178Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2fc9eb38, org.onap.sdc.toscaparser.api.parameters.Input@58be38c0, org.onap.sdc.toscaparser.api.parameters.Input@16632879, org.onap.sdc.toscaparser.api.parameters.Input@32f0d18b, org.onap.sdc.toscaparser.api.parameters.Input@52807cc6]
2022-11-25T06:36:13.180Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:36:13.180Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:36:13.180Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-11-25T06:36:13.180Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 5becd151-29ae-498e-8d8b-53dc2a6f5072
2022-11-25T06:36:13.180Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5becd151-29ae-498e-8d8b-53dc2a6f5072 matches Tosca VF Customization UUID: 5becd151-29ae-498e-8d8b-53dc2a6f5072
2022-11-25T06:36:13.181Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 5becd151-29ae-498e-8d8b-53dc2a6f5072  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-25T06:36:13.183Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:36:13.183Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:36:13.183Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 5becd151-29ae-498e-8d8b-53dc2a6f5072: {\"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-25T06:36:13.183Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@40b60210
2022-11-25T06:36:13.184Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:36:13.184Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-25T06:36:13.184Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b035e83b-e949-4813-9d26-76a02a658287
2022-11-25T06:36:13.184Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b035e83b-e949-4813-9d26-76a02a658287
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-25T06:36:13.187Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:36:13.187Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-25T06:36:13.187Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-25T06:36:13.188Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:36:13.188Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-25T06:36:13.188Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-25T06:36:13.188Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:36:13.189Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-11-25T06:36:13.189Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-25T06:36:13.189Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-25T06:36:13.189Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=fcb8cf4a-460c-4ac6-a091-559d892635f7
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-25T06:36:13.191Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:36:13.192Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-25T06:36:13.192Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-25T06:36:13.192Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:36:13.193Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-25T06:36:13.193Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=5becd151-29ae-498e-8d8b-53dc2a6f5072
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-25T06:36:13.195Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:36:13.196Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:36:13.196Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid c2ac547f-7f92-4bf2-9584-f0d537496af3: basic_vm_macro
2022-11-25T06:36:13.197Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:36:13.197Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:36:13.198Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:36:13.198Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:36:13.198Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:36:13.198Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:36:13.199Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:36:13.199Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:36:13.201Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:36:13.202Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:36:13.202Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||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-25T06:36:13.310Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro e0fcb3f2-4df2-40ec-bd11-1ead11804d3e 1 ASDC deployResourceStructure
2022-11-25T06:36:13.310Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||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-25T06:36:13.311Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||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-25T06:36:13.311Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-25T06:36:13.311Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:36:13.313Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:36:13.314Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358173310,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-25T06:36:13.413Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-25T06:36:13.414Z||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-25T06:36:13.414Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:36:13.429Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:36:13.429Z||pool-112-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:36:14.315Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||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-25T06:36:14.315Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||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-25T06:36:14.324Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-25T06:36:14.324Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:36:14.327Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:36:14.327Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358174314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-25T06:36:14.427Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:36:14.428Z||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-25T06:36:14.428Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:36:14.452Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:36:14.452Z||pool-113-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:36:15.327Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||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-25T06:36:15.328Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||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-25T06:36:15.328Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-25T06:36:15.328Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:36:15.331Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:36:15.331Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358175327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-25T06:36:15.431Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:36:15.433Z||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-25T06:36:15.433Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:36:15.454Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:36:15.454Z||pool-114-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:36:16.332Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||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-25T06:36:16.332Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||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-25T06:36:16.332Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-25T06:36:16.333Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:36:16.334Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:36:16.334Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358176332,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-25T06:36:16.435Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:36:16.435Z||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-25T06:36:16.436Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:36:16.458Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:36:16.459Z||pool-115-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:36:17.335Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c29644c2-ab61-4f83-8d69-f159aeaa6b55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T06:36:17.346Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c29644c2-ab61-4f83-8d69-f159aeaa6b55
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-25T06:36:17.349Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-25T06:36:17.349Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-25T06:36:17.349Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-25T06:36:47.349Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c29644c2-ab61-4f83-8d69-f159aeaa6b55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T06:36:47.361Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c29644c2-ab61-4f83-8d69-f159aeaa6b55
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-25T06:36:47.363Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-25T06:36:47.363Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-25T06:36:47.363Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-25T06:36:58.576Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:36:58.577Z||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-25T06:36:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:36:58.640Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:36:58.641Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-25T06:36:58.641Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "cds",
  "timestamp": 1669358155819,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:36:58.642Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:37:17.364Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c29644c2-ab61-4f83-8d69-f159aeaa6b55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T06:37:17.379Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c29644c2-ab61-4f83-8d69-f159aeaa6b55
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-25T06:37:17.382Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-25T06:37:17.382Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-25T06:37:17.382Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-25T06:37:47.384Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c29644c2-ab61-4f83-8d69-f159aeaa6b55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T06:37:47.393Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c29644c2-ab61-4f83-8d69-f159aeaa6b55
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-25T06:37:47.395Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-25T06:37:47.396Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-25T06:37:47.396Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-25T06:37:58.576Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:37:58.577Z||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-25T06:37:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:37:58.613Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:37:58.614Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-25T06:37:58.614Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "aai-ml",
  "timestamp": 1669358159874,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-25T06:37:58.614Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:38:17.396Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c29644c2-ab61-4f83-8d69-f159aeaa6b55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T06:38:17.405Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c29644c2-ab61-4f83-8d69-f159aeaa6b55
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-25T06:38:17.407Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-25T06:38:17.407Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-25T06:38:17.407Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-25T06:38:47.407Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c29644c2-ab61-4f83-8d69-f159aeaa6b55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T06:38:47.416Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c29644c2-ab61-4f83-8d69-f159aeaa6b55
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-25T06:38:47.418Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-25T06:38:47.418Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-25T06:38:47.419Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-25T06:38:58.576Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:38:58.577Z||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-25T06:38:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:38:58.609Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:38:59.143Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.143Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669358156329,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:38:59.144Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.144Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.144Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358158564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:38:59.145Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.145Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.145Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "cds",
  "timestamp": 1669358155819,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:38:59.145Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.145Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.145Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "aai-ml",
  "timestamp": 1669358160877,
  "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-25T06:38:59.153Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c29644c2-ab61-4f83-8d69-f159aeaa6b55
2022-11-25T06:38:59.154Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c29644c2-ab61-4f83-8d69-f159aeaa6b55 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-25T06:38:59.163Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.163Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669358156329,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-11-25T06:38:59.163Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.164Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.164Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358158564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-25T06:38:59.164Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.164Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.164Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "cds",
  "timestamp": 1669358155819,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:38:59.164Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.164Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.164Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669358156329,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-11-25T06:38:59.164Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.164Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.164Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358158564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-25T06:38:59.164Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.164Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.164Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "cds",
  "timestamp": 1669358155819,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:38:59.164Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.164Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.165Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669358156329,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-11-25T06:38:59.165Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.165Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.165Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358158564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:38:59.165Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.165Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.165Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "cds",
  "timestamp": 1669358155819,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:38:59.165Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.165Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.165Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669358156329,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:38:59.165Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.165Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.165Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358158564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-25T06:38:59.165Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.165Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.165Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "cds",
  "timestamp": 1669358155819,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:38:59.166Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.166Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669358156329,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:38:59.166Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.166Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358158564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:38:59.166Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.167Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "cds",
  "timestamp": 1669358155819,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-25T06:38:59.167Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.167Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669358156329,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-25T06:38:59.167Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.167Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358158564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:38:59.167Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.167Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "cds",
  "timestamp": 1669358166762,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:38:59.167Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:38:59.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.167Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669358166444,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:38:59.167Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.168Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669358167181,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:38:59.168Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:38:59.168Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.168Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358158564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-25T06:38:59.168Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.168Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.168Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669358166444,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:38:59.168Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.168Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.168Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "cds",
  "timestamp": 1669358168302,
  "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-25T06:38:59.179Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd
2022-11-25T06:38:59.179Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd 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-25T06:38:59.187Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.187Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669358168337,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:38:59.188Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:38:59.188Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.188Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358167403,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:38:59.188Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:38:59.188Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.188Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "aai-ml",
  "timestamp": 1669358168064,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:38:59.188Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.188Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.188Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669358166444,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:38:59.188Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.188Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.188Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669358169396,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:38:59.189Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:38:59.189Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.189Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "aai-ml",
  "timestamp": 1669358168064,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:38:59.189Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.189Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.189Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669358166444,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:38:59.189Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.189Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.189Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669358170461,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:38:59.189Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:38:59.189Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.189Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "aai-ml",
  "timestamp": 1669358168064,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:38:59.190Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.190Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.190Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358170037,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:38:59.190Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:38:59.190Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.190Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669358166444,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:38:59.190Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.190Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.190Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669358169572,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:38:59.190Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.190Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.190Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669358171600,
  "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-25T06:38:59.195Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd
2022-11-25T06:38:59.196Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd 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-25T06:38:59.203Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.203Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "aai-ml",
  "timestamp": 1669358168064,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:38:59.203Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.203Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.203Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358171114,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:38:59.203Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:38:59.203Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.203Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669358166444,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:38:59.203Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.203Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.204Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669358169572,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:38:59.204Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.204Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.204Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669358172607,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-25T06:38:59.204Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:38:59.204Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.204Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "aai-ml",
  "timestamp": 1669358168064,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:38:59.204Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.204Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.204Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669358166444,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:38:59.204Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.205Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.205Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358172163,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:38:59.205Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:38:59.205Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.205Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669358169572,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:38:59.205Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.205Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.206Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "aai-ml",
  "timestamp": 1669358168064,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:38:59.206Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.206Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.206Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669358166444,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:38:59.206Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.206Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.206Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669358169572,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:38:59.207Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.207Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.207Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358173310,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-25T06:38:59.207Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:38:59.207Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.208Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "aai-ml",
  "timestamp": 1669358168064,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:38:59.208Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.208Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.208Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669358166444,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:38:59.209Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.209Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.210Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669358169572,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:38:59.210Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.210Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.210Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358174314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-25T06:38:59.210Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:38:59.210Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.211Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "aai-ml",
  "timestamp": 1669358168064,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:38:59.211Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.211Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.211Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669358166444,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:38:59.211Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.212Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.212Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669358169572,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:38:59.212Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.212Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.212Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358175327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-25T06:38:59.213Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:38:59.213Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.213Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "aai-ml",
  "timestamp": 1669358168064,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:38:59.213Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.213Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.213Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669358169572,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:38:59.213Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.213Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.214Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358176332,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-25T06:38:59.214Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:38:59.214Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.214Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "aai-ml",
  "timestamp": 1669358168064,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-25T06:38:59.214Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.214Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.215Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669358169572,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:38:59.215Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.215Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.215Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "aai-ml",
  "timestamp": 1669358178840,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:38:59.215Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:38:59.215Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.215Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669358169572,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:38:59.216Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.216Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.216Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669358169572,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-25T06:38:59.216Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.216Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.216Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669358180417,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:38:59.217Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:38:59.217Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.217Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669358182763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-25T06:38:59.217Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:38:59.217Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.217Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669358183771,
  "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-25T06:38:59.222Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd
2022-11-25T06:38:59.222Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd 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-25T06:38:59.230Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.230Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "aai-ml",
  "timestamp": 1669358187968,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-25T06:38:59.231Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:38:59.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.231Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "aai-ml",
  "timestamp": 1669358188972,
  "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-25T06:38:59.235Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd
2022-11-25T06:38:59.235Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd 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-25T06:38:59.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d39b142-15dd-4d79-b57a-dd9c7ee29cab",
  "consumerID": "aai-ml",
  "timestamp": 1669358198064,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:38:59.249Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.250Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.250Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d39b142-15dd-4d79-b57a-dd9c7ee29cab",
  "consumerID": "cds",
  "timestamp": 1669358194371,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:38:59.250Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.250Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.250Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d39b142-15dd-4d79-b57a-dd9c7ee29cab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669358192894,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:38:59.250Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.250Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.250Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d39b142-15dd-4d79-b57a-dd9c7ee29cab",
  "consumerID": "cds",
  "timestamp": 1669358194371,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:38:59.250Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.250Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.250Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d39b142-15dd-4d79-b57a-dd9c7ee29cab",
  "consumerID": "aai-ml",
  "timestamp": 1669358198064,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:38:59.251Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.251Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.251Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d39b142-15dd-4d79-b57a-dd9c7ee29cab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669358192894,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:38:59.251Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.251Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.251Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d39b142-15dd-4d79-b57a-dd9c7ee29cab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669358199572,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:38:59.251Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.251Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.251Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d39b142-15dd-4d79-b57a-dd9c7ee29cab",
  "consumerID": "aai-ml",
  "timestamp": 1669358198064,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:38:59.251Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.252Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.252Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d39b142-15dd-4d79-b57a-dd9c7ee29cab",
  "consumerID": "cds",
  "timestamp": 1669358194371,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:38:59.252Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.252Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.252Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d39b142-15dd-4d79-b57a-dd9c7ee29cab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669358192894,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:38:59.252Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.252Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.252Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d39b142-15dd-4d79-b57a-dd9c7ee29cab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669358199572,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:38:59.252Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.252Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.253Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d39b142-15dd-4d79-b57a-dd9c7ee29cab",
  "consumerID": "aai-ml",
  "timestamp": 1669358198064,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:38:59.253Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.253Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.253Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d39b142-15dd-4d79-b57a-dd9c7ee29cab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669358192894,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:38:59.253Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.253Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.253Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d39b142-15dd-4d79-b57a-dd9c7ee29cab",
  "consumerID": "cds",
  "timestamp": 1669358194371,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:38:59.253Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.253Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.253Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d39b142-15dd-4d79-b57a-dd9c7ee29cab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669358199572,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:38:59.254Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.254Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.254Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d39b142-15dd-4d79-b57a-dd9c7ee29cab",
  "consumerID": "cds",
  "timestamp": 1669358194371,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:38:59.254Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.254Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.254Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d39b142-15dd-4d79-b57a-dd9c7ee29cab",
  "consumerID": "aai-ml",
  "timestamp": 1669358198064,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:38:59.254Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.254Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.254Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d39b142-15dd-4d79-b57a-dd9c7ee29cab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669358192894,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:38:59.254Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.254Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.254Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d39b142-15dd-4d79-b57a-dd9c7ee29cab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669358199572,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:38:59.255Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.255Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.255Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d39b142-15dd-4d79-b57a-dd9c7ee29cab",
  "consumerID": "cds",
  "timestamp": 1669358194371,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:38:59.255Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.255Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.255Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d39b142-15dd-4d79-b57a-dd9c7ee29cab",
  "consumerID": "aai-ml",
  "timestamp": 1669358198064,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:38:59.255Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.255Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.255Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d39b142-15dd-4d79-b57a-dd9c7ee29cab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669358192894,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:38:59.255Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.255Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.255Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d39b142-15dd-4d79-b57a-dd9c7ee29cab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669358199572,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:38:59.256Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.256Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.256Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d39b142-15dd-4d79-b57a-dd9c7ee29cab",
  "consumerID": "aai-ml",
  "timestamp": 1669358198064,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:38:59.256Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.256Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.256Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d39b142-15dd-4d79-b57a-dd9c7ee29cab",
  "consumerID": "cds",
  "timestamp": 1669358194371,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:38:59.256Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.256Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.257Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d39b142-15dd-4d79-b57a-dd9c7ee29cab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669358192894,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:38:59.257Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.257Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.257Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d39b142-15dd-4d79-b57a-dd9c7ee29cab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669358199572,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:38:59.257Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.257Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.258Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d39b142-15dd-4d79-b57a-dd9c7ee29cab",
  "consumerID": "aai-ml",
  "timestamp": 1669358198064,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:38:59.258Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.258Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.258Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d39b142-15dd-4d79-b57a-dd9c7ee29cab",
  "consumerID": "cds",
  "timestamp": 1669358194371,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:38:59.258Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.258Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.258Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d39b142-15dd-4d79-b57a-dd9c7ee29cab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669358192894,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:38:59.258Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.258Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.258Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d39b142-15dd-4d79-b57a-dd9c7ee29cab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669358206444,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:38:59.258Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.259Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.259Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d39b142-15dd-4d79-b57a-dd9c7ee29cab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669358199572,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:38:59.259Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.259Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.259Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d39b142-15dd-4d79-b57a-dd9c7ee29cab",
  "consumerID": "aai-ml",
  "timestamp": 1669358198064,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-25T06:38:59.259Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.259Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.259Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d39b142-15dd-4d79-b57a-dd9c7ee29cab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669358192894,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-25T06:38:59.259Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.259Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.259Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d39b142-15dd-4d79-b57a-dd9c7ee29cab",
  "consumerID": "cds",
  "timestamp": 1669358194371,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-25T06:38:59.260Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.260Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.260Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d39b142-15dd-4d79-b57a-dd9c7ee29cab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669358206444,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:38:59.260Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.260Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.260Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d39b142-15dd-4d79-b57a-dd9c7ee29cab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669358199572,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:38:59.260Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.260Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.260Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d39b142-15dd-4d79-b57a-dd9c7ee29cab",
  "consumerID": "aai-ml",
  "timestamp": 1669358208602,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:38:59.260Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:38:59.260Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.261Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d39b142-15dd-4d79-b57a-dd9c7ee29cab",
  "consumerID": "cds",
  "timestamp": 1669358208602,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:38:59.261Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:38:59.261Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.261Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d39b142-15dd-4d79-b57a-dd9c7ee29cab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669358206444,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:38:59.261Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.261Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.261Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d39b142-15dd-4d79-b57a-dd9c7ee29cab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669358199572,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-25T06:38:59.261Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.261Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.261Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d39b142-15dd-4d79-b57a-dd9c7ee29cab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669358206444,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:38:59.261Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.262Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.262Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d39b142-15dd-4d79-b57a-dd9c7ee29cab",
  "consumerID": "cds",
  "timestamp": 1669358210153,
  "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-25T06:38:59.272Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6d39b142-15dd-4d79-b57a-dd9c7ee29cab
2022-11-25T06:38:59.272Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d39b142-15dd-4d79-b57a-dd9c7ee29cab 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-25T06:38:59.278Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.278Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d39b142-15dd-4d79-b57a-dd9c7ee29cab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669358209355,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:38:59.279Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:38:59.279Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.279Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d39b142-15dd-4d79-b57a-dd9c7ee29cab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669358206444,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:38:59.279Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.279Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.279Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d39b142-15dd-4d79-b57a-dd9c7ee29cab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669358206444,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:38:59.279Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.279Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.279Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d39b142-15dd-4d79-b57a-dd9c7ee29cab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669358211285,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-25T06:38:59.279Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:38:59.279Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.280Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d39b142-15dd-4d79-b57a-dd9c7ee29cab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669358206444,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-11-25T06:38:59.280Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.280Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.280Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d39b142-15dd-4d79-b57a-dd9c7ee29cab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669358212288,
  "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-25T06:38:59.283Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6d39b142-15dd-4d79-b57a-dd9c7ee29cab
2022-11-25T06:38:59.284Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d39b142-15dd-4d79-b57a-dd9c7ee29cab 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-25T06:38:59.290Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.290Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d39b142-15dd-4d79-b57a-dd9c7ee29cab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669358206444,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:38:59.290Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.290Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.290Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d39b142-15dd-4d79-b57a-dd9c7ee29cab",
  "consumerID": "aai-ml",
  "timestamp": 1669358214682,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-25T06:38:59.291Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:38:59.291Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.291Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d39b142-15dd-4d79-b57a-dd9c7ee29cab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669358206444,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:38:59.291Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:38:59.292Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.292Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d39b142-15dd-4d79-b57a-dd9c7ee29cab",
  "consumerID": "aai-ml",
  "timestamp": 1669358215686,
  "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-25T06:38:59.295Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6d39b142-15dd-4d79-b57a-dd9c7ee29cab
2022-11-25T06:38:59.295Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d39b142-15dd-4d79-b57a-dd9c7ee29cab 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-25T06:38:59.305Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.305Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d39b142-15dd-4d79-b57a-dd9c7ee29cab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669358216349,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:38:59.305Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:38:59.306Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.306Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d39b142-15dd-4d79-b57a-dd9c7ee29cab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669358217378,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-11-25T06:38:59.306Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:38:59.306Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:38:59.306Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d39b142-15dd-4d79-b57a-dd9c7ee29cab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669358218382,
  "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-25T06:38:59.310Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 6d39b142-15dd-4d79-b57a-dd9c7ee29cab
2022-11-25T06:38:59.311Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d39b142-15dd-4d79-b57a-dd9c7ee29cab 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-25T06:39:17.419Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c29644c2-ab61-4f83-8d69-f159aeaa6b55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T06:39:17.432Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c29644c2-ab61-4f83-8d69-f159aeaa6b55
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-25T06:39:17.435Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-25T06:39:17.435Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-25T06:39:17.435Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-25T06:39:17.435Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-25T06:39:17.435Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-25T06:39:17.436Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-25T06:39:17.436Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-25T06:39:17.436Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-25T06:39:17.436Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-25T06:39:17.436Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||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-25T06:39:17.443Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-25T06:39:47.443Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c29644c2-ab61-4f83-8d69-f159aeaa6b55 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-25T06:39:47.774Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c29644c2-ab61-4f83-8d69-f159aeaa6b55 and serviceModelVersionId: c2ac547f-7f92-4bf2-9584-f0d537496af3
2022-11-25T06:39:47.775Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f52110c4-3e5f-430d-950d-b61bb16f31e5
2022-11-25T06:39:47.777Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f52110c4-3e5f-430d-950d-b61bb16f31e5/model-vers/model-ver/c2ac547f-7f92-4bf2-9584-f0d537496af3?depth=0
2022-11-25T06:39:47.787Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-11-25T06:39:47.883Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f52110c4-3e5f-430d-950d-b61bb16f31e5/model-vers/model-ver/c2ac547f-7f92-4bf2-9584-f0d537496af3?depth=0|INFO|500||Invoke
2022-11-25T06:39:47.884Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f52110c4-3e5f-430d-950d-b61bb16f31e5/model-vers/model-ver/c2ac547f-7f92-4bf2-9584-f0d537496af3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f52110c4-3e5f-430d-950d-b61bb16f31e5/model-vers/model-ver/c2ac547f-7f92-4bf2-9584-f0d537496af3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c29644c2-ab61-4f83-8d69-f159aeaa6b55], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[51be24ea-25a8-4f9a-a666-4e92bb79ac15], X-ECOMP-RequestID=[c29644c2-ab61-4f83-8d69-f159aeaa6b55], X-TransactionId=[], X-ONAP-RequestID=[c29644c2-ab61-4f83-8d69-f159aeaa6b55], Content-Type=[application/merge-patch+json]}
2022-11-25T06:39:47.910Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f52110c4-3e5f-430d-950d-b61bb16f31e5/model-vers/model-ver/c2ac547f-7f92-4bf2-9584-f0d537496af3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-25T06:39:48.073Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f52110c4-3e5f-430d-950d-b61bb16f31e5/model-vers/model-ver/c2ac547f-7f92-4bf2-9584-f0d537496af3?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/f52110c4-3e5f-430d-950d-b61bb16f31e5/model-vers/model-ver/c2ac547f-7f92-4bf2-9584-f0d537496af3?depth=0 has http status code:200 and response headers:{date=[Fri, 25 Nov 2022 06:39:48 GMT], content-length=[0], vertex-id=[282824], x-aai-txid=[2-aai-resources-221125-06:39:48:038-18382], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-25T06:39:48.074Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f52110c4-3e5f-430d-950d-b61bb16f31e5/model-vers/model-ver/c2ac547f-7f92-4bf2-9584-f0d537496af3?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-25T06:39:48.075Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f52110c4-3e5f-430d-950d-b61bb16f31e5/model-vers/model-ver/c2ac547f-7f92-4bf2-9584-f0d537496af3?depth=0|INFO|500||InvokeReturn
2022-11-25T06:39:48.079Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-25T06:39:48.079Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||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-25T06:39:48.086Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||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-25T06:39:48.087Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c29644c2-ab61-4f83-8d69-f159aeaa6b55 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-25T06:39:48.087Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-25T06:39:48.088Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:39:48.091Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:39:48.092Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358388087,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-25T06:39:48.191Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-25T06:39:48.192Z||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-25T06:39:48.193Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:39:48.211Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:39:48.212Z||pool-116-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-25T06:39:49.122Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T06:39:49.122Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"c64df363-c5be-4425-8a7e-3308051c0e3a","serviceDescription":"service","serviceInvariantUUID":"3ab5d22f-d693-41b8-86e3-f681c5c4ab4a","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fb2052c2-a743-449e-a840-2a90b5e0311d","resourceInvariantUUID":"11f8d3df-13f1-4b4f-b778-61d8d83ccbf0","resourceCustomizationUUID":"a82ddb5d-2bf8-4652-8bac-c53e02a788f5","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":"NGU2MzE3ZjllOGNlZTA1ZDk5ZjYwZGRlYjcxODgzMzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7675d228-8a6e-433d-9929-5d5da1a2e75c","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":"OGQ0Y2QzZWIyNjkyZTUzOTZlYzhiZTZkYTczMmE1ZjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fa9526f5-4093-497a-aaab-4c3258ea5a9e","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":"ec73d144-18de-4bf9-a551-b1687c88de01","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":"2fba21dd-8ddb-41d1-a511-42955996c4bc","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":"8cbe35ee-1fa0-4669-9b38-54b31c9d79b7","artifactVersion":"2","generatedFromUUID":"bac46fa8-792b-41e2-9333-86117961f068"},{"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":"d488c073-f208-4336-b121-00184535aae8","artifactVersion":"2","generatedFromUUID":"ec73d144-18de-4bf9-a551-b1687c88de01"},{"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":"bac46fa8-792b-41e2-9333-86117961f068","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":"84c3704b-c39c-49d4-b25d-04bd0948de98","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":"MGJiMTEwOWQ2ZjlkYTE0NDAwZGQ3YmI1ZjQ0ZjZlZTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7c87d0d1-3295-41e0-9edb-055bce6504fd","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NzU4OGI5ZjVkMmJhYmYyYjFlMmVmMDFmMThmNjRjYjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bde2b225-53a2-45fb-8768-b3cc06ee2038","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-25T06:39:49.123Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T06:39:49.123Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:39:49.125Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:39:49.125Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358158564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:39:49.225Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:39:49.226Z||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-25T06:39:49.226Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:39:49.264Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:39:49.264Z||pool-117-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:39:50.126Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T06:39:50.127Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:39:50.133Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:39:50.133Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358158564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-25T06:39:50.233Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:39:50.234Z||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-25T06:39:50.234Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:39:50.257Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:39:50.257Z||pool-118-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:39:51.133Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T06:39:51.134Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:39:51.136Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:39:51.136Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358158564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-11-25T06:39:51.236Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:39:51.237Z||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-25T06:39:51.237Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:39:51.259Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:39:51.259Z||pool-119-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:39:52.136Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T06:39:52.137Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:39:52.139Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:39:52.139Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358158564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:39:52.239Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:39:52.240Z||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-25T06:39:52.240Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:39:52.275Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:39:52.275Z||pool-120-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:39:53.139Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T06:39:53.140Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:39:53.143Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:39:53.144Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358158564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-11-25T06:39:53.244Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:39:53.245Z||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-25T06:39:53.245Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:39:53.353Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:39:53.353Z||pool-121-thread-1|||||INFO|500||cambria reply ok (109 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:39:54.145Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T06:39:54.146Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:39:54.148Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:39:54.148Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358158564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-11-25T06:39:54.248Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:39:54.249Z||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-25T06:39:54.249Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:39:54.269Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:39:54.270Z||pool-122-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:39:55.148Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T06:39:55.149Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:39:55.151Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:39:55.151Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358158564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-11-25T06:39:55.251Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:39:55.252Z||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-25T06:39:55.252Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:39:55.453Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:39:55.453Z||pool-123-thread-1|||||INFO|500||cambria reply ok (201 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:39:56.152Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T06:39:56.153Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:39:56.155Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:39:56.155Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358158564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:39:56.255Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:39:56.256Z||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-25T06:39:56.256Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:39:56.277Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:39:56.277Z||pool-124-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:39:57.156Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T06:39:57.156Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:39:57.159Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:39:57.159Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358158564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:39:57.259Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:39:57.259Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T06:39:57.259Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:39:57.281Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:39:57.282Z||pool-125-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:39:58.160Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T06:39:58.161Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:39:58.162Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:39:58.163Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358158564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-25T06:39:58.265Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-11-25T06:39:58.266Z||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-25T06:39:58.266Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:39:58.299Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:39:58.300Z||pool-126-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:39:58.576Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:39:58.577Z||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-25T06:39:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:39:59.164Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "c64df363-c5be-4425-8a7e-3308051c0e3a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3ab5d22f-d693-41b8-86e3-f681c5c4ab4a",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "a82ddb5d-2bf8-4652-8bac-c53e02a788f5",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "fb2052c2-a743-449e-a840-2a90b5e0311d",
      "resourceInvariantUUID": "11f8d3df-13f1-4b4f-b778-61d8d83ccbf0",
      "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": "OGQ0Y2QzZWIyNjkyZTUzOTZlYzhiZTZkYTczMmE1ZjM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "fa9526f5-4093-497a-aaab-4c3258ea5a9e",
          "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": "ec73d144-18de-4bf9-a551-b1687c88de01",
          "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": "d488c073-f208-4336-b121-00184535aae8",
            "generatedFromUUID": "ec73d144-18de-4bf9-a551-b1687c88de01"
          },
          "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": "8cbe35ee-1fa0-4669-9b38-54b31c9d79b7",
          "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": "d488c073-f208-4336-b121-00184535aae8",
          "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": "bac46fa8-792b-41e2-9333-86117961f068",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "NzU4OGI5ZjVkMmJhYmYyYjFlMmVmMDFmMThmNjRjYjY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bde2b225-53a2-45fb-8768-b3cc06ee2038"
    }
  ],
  "workloadContext": "Production"
}
2022-11-25T06:39:59.164Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-25T06:39:59.164Z|c29644c2-ab61-4f83-8d69-f159aeaa6b55|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 c64df363-c5be-4425-8a7e-3308051c0e3a ASDC
2022-11-25T06:39:59.165Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:c64df363-c5be-4425-8a7e-3308051c0e3a
ServiceInvariantUUID:3ab5d22f-d693-41b8-86e3-f681c5c4ab4a
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:bde2b225-53a2-45fb-8768-b3cc06ee2038
ArtifactChecksum:NzU4OGI5ZjVkMmJhYmYyYjFlMmVmMDFmMThmNjRjYjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:a82ddb5d-2bf8-4652-8bac-c53e02a788f5
ResourceInvariantUUID:11f8d3df-13f1-4b4f-b778-61d8d83ccbf0
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:fb2052c2-a743-449e-a840-2a90b5e0311d
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:fa9526f5-4093-497a-aaab-4c3258ea5a9e
ArtifactChecksum:OGQ0Y2QzZWIyNjkyZTUzOTZlYzhiZTZkYTczMmE1ZjM=
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:ec73d144-18de-4bf9-a551-b1687c88de01
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:d488c073-f208-4336-b121-00184535aae8
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:8cbe35ee-1fa0-4669-9b38-54b31c9d79b7
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:d488c073-f208-4336-b121-00184535aae8
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:bac46fa8-792b-41e2-9333-86117961f068
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-25T06:39:59.165Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c64df363-c5be-4425-8a7e-3308051c0e3a 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-25T06:39:59.206Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-25T06:39:59.207Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-25T06:39:59.207Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-25T06:39:59.207Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: bde2b225-53a2-45fb-8768-b3cc06ee2038 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-11-25T06:39:59.207Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-25T06:39:59.208Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-11-25T06:39:59.231Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:39:59.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:39:59.232Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c29644c2-ab61-4f83-8d69-f159aeaa6b55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358388087,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-25T06:39:59.232Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:39:59.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:39:59.232Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358158564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:39:59.233Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:39:59.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:39:59.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358158564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-25T06:39:59.233Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:39:59.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:39:59.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358158564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-11-25T06:39:59.233Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:39:59.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:39:59.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358158564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:39:59.233Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:39:59.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:39:59.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358158564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-11-25T06:39:59.233Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:39:59.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:39:59.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358158564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-11-25T06:39:59.234Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:39:59.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:39:59.234Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358158564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-11-25T06:39:59.234Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:39:59.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:39:59.234Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358158564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:39:59.234Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:39:59.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:39:59.234Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358158564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:39:59.234Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:39:59.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-25T06:39:59.234Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358158564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-25T06:39:59.234Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:39:59.396Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-25T06:39:59.404Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar bde2b225-53a2-45fb-8768-b3cc06ee2038 163288
2022-11-25T06:39:59.404Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||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-25T06:39:59.405Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||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-25T06:39:59.405Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-25T06:39:59.405Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:39:59.407Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:39:59.407Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358399404,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:39:59.507Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:39:59.508Z||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-25T06:39:59.508Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:39:59.534Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:39:59.535Z||pool-127-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-11-25T06:40:00.408Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-25T06:40:00.410Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-25T06:40:00.411Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: bde2b225-53a2-45fb-8768-b3cc06ee2038, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-25T06:40:00.411Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-11-25T06:40:00.412Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-25T06:40:00.413Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-25T06:40:00.645Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10320004855180425149/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2022-11-25T06:40:01.796Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-25T06:40:01.797Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-11-25T06:40:01.797Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-25T06:40:01.797Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-11-25T06:40:01.797Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||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-25T06:40:01.797Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||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-25T06:40:01.797Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||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-25T06:40:01.797Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||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-25T06:40:01.797Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-11-25T06:40:01.798Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:40:01.798Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:40:01.798Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-25T06:40:01.798Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-11-25T06:40:01.798Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-25T06:40:01.799Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:40:01.799Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:40:01.799Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-25T06:40:01.799Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-11-25T06:40:01.799Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-25T06:40:01.800Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:40:01.800Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:40:01.800Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:40:01.800Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-11-25T06:40:01.800Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-11-25T06:40:01.800Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-11-25T06:40:01.801Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-25T06:40:01.801Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:40:01.801Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-25T06:40:01.801Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:40:01.801Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-25T06:40:01.801Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-25T06:40:01.802Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:40:01.802Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-25T06:40:01.802Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-25T06:40:01.802Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:40:01.802Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-25T06:40:01.802Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-25T06:40:01.803Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:40:01.803Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-25T06:40:01.803Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-25T06:40:01.803Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:40:01.803Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-11-25T06:40:01.803Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-11-25T06:40:01.803Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=34be528f-8d6c-44d6-bbe4-229112904630
2022-11-25T06:40:01.804Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:40:01.804Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:40:01.804Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:40:01.804Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:40:01.804Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:40:01.804Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:40:01.804Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:40:01.805Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:40:01.805Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:c64df363-c5be-4425-8a7e-3308051c0e3a
Model Version:NULL
Model InvariantUuid:3ab5d22f-d693-41b8-86e3-f681c5c4ab4a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:cd53f843-fd15-4f41-8863-40a1a7a1a5b9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:11f8d3df-13f1-4b4f-b778-61d8d83ccbf0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a82ddb5d-2bf8-4652-8bac-c53e02a788f5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:0d845291-775d-413b-954f-86d0981323b3
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:a80b26e2-d472-4ea0-b29e-c00d7b9a4b40
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:8a46a374-916e-44d1-afeb-b1683b3c021a
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:f7b09983-bf75-4fc1-882b-d53bd633cfc2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:34be528f-8d6c-44d6-bbe4-229112904630
ModelInvariantUuid:8aaa7b16-9ccc-4a2a-83b1-b03ac158352a
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:d1b286d0-590e-419e-bc73-45245d42cbbf
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:b65a9770-c3a3-448d-8631-ab5f73203d31
ModelInvariantUuid:81e4bed9-49d4-4c26-8e0f-f35d7f03ec5e
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:a5e4927d-fd0a-46e7-8a92-00ccf82f06d4
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-25T06:40:01.813Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: fb2052c2-a743-449e-a840-2a90b5e0311d
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-25T06:40:01.816Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||INFO|500||basic_cnf_macro 0
2022-11-25T06:40:01.816Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fb2052c2-a743-449e-a840-2a90b5e0311d
2022-11-25T06:40:01.816Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: fa9526f5-4093-497a-aaab-4c3258ea5a9e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-11-25T06:40:01.816Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-25T06:40:01.817Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||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-25T06:40:01.926Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-25T06:40:01.926Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json fa9526f5-4093-497a-aaab-4c3258ea5a9e 1565
2022-11-25T06:40:01.927Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||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-25T06:40:01.927Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||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-25T06:40:01.927Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-25T06:40:01.927Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:40:01.929Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:40:01.929Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358401927,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:40:02.029Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:40:02.030Z||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-25T06:40:02.030Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:40:02.055Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:40:02.055Z||pool-128-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:40:02.929Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "8a46a374-916e-44d1-afeb-b1683b3c021a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f7b09983-bf75-4fc1-882b-d53bd633cfc2",
    "vfModuleModelCustomizationUUID": "22f8364b-f8eb-41f6-a3f6-9c7819118a36",
    "isBase": true,
    "artifacts": [
      "ec73d144-18de-4bf9-a551-b1687c88de01",
      "d488c073-f208-4336-b121-00184535aae8"
    ],
    "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": "0d845291-775d-413b-954f-86d0981323b3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a80b26e2-d472-4ea0-b29e-c00d7b9a4b40",
    "vfModuleModelCustomizationUUID": "80ae7b69-12a8-4e45-87d9-f61bdb822fc6",
    "isBase": false,
    "artifacts": [
      "bac46fa8-792b-41e2-9333-86117961f068"
    ],
    "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-25T06:40:02.934Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f7b09983-bf75-4fc1-882b-d53bd633cfc2
VfModuleModelInvariantUUID:8a46a374-916e-44d1-afeb-b1683b3c021a
VfModuleModelDescription:NULL
Artifacts UUID List:{
ec73d144-18de-4bf9-a551-b1687c88de01
,
d488c073-f208-4336-b121-00184535aae8

}
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:a80b26e2-d472-4ea0-b29e-c00d7b9a4b40
VfModuleModelInvariantUUID:0d845291-775d-413b-954f-86d0981323b3
VfModuleModelDescription:NULL
Artifacts UUID List:{
bac46fa8-792b-41e2-9333-86117961f068

}
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-25T06:40:02.936Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "8a46a374-916e-44d1-afeb-b1683b3c021a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f7b09983-bf75-4fc1-882b-d53bd633cfc2",
    "vfModuleModelCustomizationUUID": "22f8364b-f8eb-41f6-a3f6-9c7819118a36",
    "isBase": true,
    "artifacts": [
      "ec73d144-18de-4bf9-a551-b1687c88de01",
      "d488c073-f208-4336-b121-00184535aae8"
    ],
    "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": "0d845291-775d-413b-954f-86d0981323b3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a80b26e2-d472-4ea0-b29e-c00d7b9a4b40",
    "vfModuleModelCustomizationUUID": "80ae7b69-12a8-4e45-87d9-f61bdb822fc6",
    "isBase": false,
    "artifacts": [
      "bac46fa8-792b-41e2-9333-86117961f068"
    ],
    "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-25T06:40:02.936Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f7b09983-bf75-4fc1-882b-d53bd633cfc2
VfModuleModelInvariantUUID:8a46a374-916e-44d1-afeb-b1683b3c021a
VfModuleModelDescription:NULL
Artifacts UUID List:{
ec73d144-18de-4bf9-a551-b1687c88de01
,
d488c073-f208-4336-b121-00184535aae8

}
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:a80b26e2-d472-4ea0-b29e-c00d7b9a4b40
VfModuleModelInvariantUUID:0d845291-775d-413b-954f-86d0981323b3
VfModuleModelDescription:NULL
Artifacts UUID List:{
bac46fa8-792b-41e2-9333-86117961f068

}
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-25T06:40:02.936Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ec73d144-18de-4bf9-a551-b1687c88de01 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-11-25T06:40:02.936Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-25T06:40:02.936Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||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-25T06:40:02.999Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-25T06:40:02.999Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ec73d144-18de-4bf9-a551-b1687c88de01 914
2022-11-25T06:40:02.999Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||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-25T06:40:02.999Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||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-25T06:40:03.000Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-25T06:40:03.000Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:40:03.017Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:40:03.017Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358402999,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:40:03.102Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 85 ms
2022-11-25T06:40:03.102Z||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-25T06:40:03.102Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:40:03.126Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:40:03.127Z||pool-129-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:40:04.017Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 8cbe35ee-1fa0-4669-9b38-54b31c9d79b7 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-11-25T06:40:04.018Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-25T06:40:04.019Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||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-25T06:40:04.075Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-25T06:40:04.075Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 8cbe35ee-1fa0-4669-9b38-54b31c9d79b7 12
2022-11-25T06:40:04.076Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||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-25T06:40:04.076Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||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-25T06:40:04.076Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-25T06:40:04.077Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:40:04.079Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:40:04.079Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358404076,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:40:04.179Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-25T06:40:04.180Z||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-25T06:40:04.180Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:40:04.226Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:40:04.227Z||pool-130-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:40:05.080Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d488c073-f208-4336-b121-00184535aae8 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-11-25T06:40:05.081Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-25T06:40:05.082Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||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-25T06:40:05.144Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-25T06:40:05.145Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env d488c073-f208-4336-b121-00184535aae8 96
2022-11-25T06:40:05.145Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||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-25T06:40:05.145Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||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-25T06:40:05.145Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-25T06:40:05.146Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:40:05.147Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:40:05.147Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358405145,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:40:05.247Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-25T06:40:05.248Z||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-25T06:40:05.248Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:40:05.269Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:40:05.269Z||pool-131-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-11-25T06:40:06.148Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: bac46fa8-792b-41e2-9333-86117961f068 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-11-25T06:40:06.149Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-25T06:40:06.149Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||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-25T06:40:06.206Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-25T06:40:06.207Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz bac46fa8-792b-41e2-9333-86117961f068 20206
2022-11-25T06:40:06.208Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||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-25T06:40:06.208Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||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-25T06:40:06.208Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-25T06:40:06.208Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:40:06.210Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:40:06.210Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358406208,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:40:06.310Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:40:06.311Z||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-25T06:40:06.311Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:40:06.326Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:40:06.327Z||pool-132-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:40:07.214Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: c64df363-c5be-4425-8a7e-3308051c0e3a
2022-11-25T06:40:07.214Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 fb2052c2-a743-449e-a840-2a90b5e0311d 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-25T06:40:07.223Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@315a57fb, org.onap.sdc.toscaparser.api.parameters.Input@2cf10fb0, org.onap.sdc.toscaparser.api.parameters.Input@35e073a1, org.onap.sdc.toscaparser.api.parameters.Input@3867ad3, org.onap.sdc.toscaparser.api.parameters.Input@600000d7]
2022-11-25T06:40:07.225Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:40:07.225Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:40:07.225Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-11-25T06:40:07.225Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= a82ddb5d-2bf8-4652-8bac-c53e02a788f5
2022-11-25T06:40:07.225Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a82ddb5d-2bf8-4652-8bac-c53e02a788f5 matches Tosca VF Customization UUID: a82ddb5d-2bf8-4652-8bac-c53e02a788f5
2022-11-25T06:40:07.226Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: a82ddb5d-2bf8-4652-8bac-c53e02a788f5  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-25T06:40:07.228Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:40:07.228Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:40:07.229Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id a82ddb5d-2bf8-4652-8bac-c53e02a788f5: {\"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-25T06:40:07.229Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4203adca
2022-11-25T06:40:07.229Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:40:07.230Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-25T06:40:07.230Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 80ae7b69-12a8-4e45-87d9-f61bdb822fc6
2022-11-25T06:40:07.230Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 80ae7b69-12a8-4e45-87d9-f61bdb822fc6
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-25T06:40:07.233Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:40:07.233Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-25T06:40:07.233Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-25T06:40:07.234Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:40:07.234Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-25T06:40:07.234Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-25T06:40:07.234Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:40:07.234Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-25T06:40:07.235Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=a82ddb5d-2bf8-4652-8bac-c53e02a788f5
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-25T06:40:07.236Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:40:07.237Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:40:07.237Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid c64df363-c5be-4425-8a7e-3308051c0e3a: basic_cnf_macro
2022-11-25T06:40:07.237Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:40:07.237Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:40:07.238Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:40:07.238Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:40:07.238Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:40:07.238Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:40:07.238Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:40:07.239Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:40:07.239Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:40:07.239Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:40:07.239Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||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-25T06:40:07.280Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro fb2052c2-a743-449e-a840-2a90b5e0311d 2 ASDC deployResourceStructure
2022-11-25T06:40:07.281Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||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-25T06:40:07.281Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||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-25T06:40:07.281Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-25T06:40:07.281Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:40:07.283Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:40:07.284Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358407281,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-25T06:40:07.384Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:40:07.385Z||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-25T06:40:07.385Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:40:07.399Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:40:07.399Z||pool-133-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:40:08.284Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||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-25T06:40:08.285Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||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-25T06:40:08.286Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-25T06:40:08.286Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:40:08.288Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:40:08.288Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358408284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-11-25T06:40:08.388Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:40:08.389Z||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-25T06:40:08.389Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:40:08.401Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:40:08.401Z||pool-134-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-25T06:40:09.289Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||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-25T06:40:09.290Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||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-25T06:40:09.290Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-25T06:40:09.290Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:40:09.293Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:40:09.293Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358409289,
  "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-25T06:40:09.394Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-25T06:40:09.394Z||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-25T06:40:09.394Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:40:09.411Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:40:09.411Z||pool-135-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:40:10.294Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||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-25T06:40:10.295Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||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-25T06:40:10.295Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-25T06:40:10.295Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:40:10.297Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:40:10.297Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358410294,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-11-25T06:40:10.397Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:40:10.398Z||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-25T06:40:10.398Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:40:10.414Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:40:10.414Z||pool-136-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:40:11.298Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||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-25T06:40:11.299Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||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-25T06:40:11.299Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-25T06:40:11.299Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:40:11.301Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:40:11.301Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358411298,
  "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-25T06:40:11.401Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:40:11.402Z||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-25T06:40:11.402Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:40:11.414Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:40:11.415Z||pool-137-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:40:12.302Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||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-25T06:40:12.302Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||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-25T06:40:12.302Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-25T06:40:12.302Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:40:12.304Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:40:12.304Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358412302,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-25T06:40:12.404Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:40:12.405Z||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-25T06:40:12.405Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:40:12.419Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:40:12.419Z||pool-138-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:40:13.305Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T06:40:13.315Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd
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-25T06:40:13.318Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-25T06:40:13.318Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-25T06:40:13.318Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-25T06:40:13.318Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-25T06:40:13.319Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-25T06:40:13.319Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-25T06:40:13.319Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-25T06:40:13.319Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-25T06:40:13.319Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-25T06:40:13.319Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||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-25T06:40:13.323Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-25T06:40:43.324Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd 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-25T06:40:43.331Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd and serviceModelVersionId: c64df363-c5be-4425-8a7e-3308051c0e3a
2022-11-25T06:40:43.332Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3ab5d22f-d693-41b8-86e3-f681c5c4ab4a
2022-11-25T06:40:43.332Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3ab5d22f-d693-41b8-86e3-f681c5c4ab4a/model-vers/model-ver/c64df363-c5be-4425-8a7e-3308051c0e3a?depth=0
2022-11-25T06:40:43.337Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-11-25T06:40:43.380Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ab5d22f-d693-41b8-86e3-f681c5c4ab4a/model-vers/model-ver/c64df363-c5be-4425-8a7e-3308051c0e3a?depth=0|INFO|500||Invoke
2022-11-25T06:40:43.381Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ab5d22f-d693-41b8-86e3-f681c5c4ab4a/model-vers/model-ver/c64df363-c5be-4425-8a7e-3308051c0e3a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ab5d22f-d693-41b8-86e3-f681c5c4ab4a/model-vers/model-ver/c64df363-c5be-4425-8a7e-3308051c0e3a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[01a9b351-cfdc-4a55-9de4-c4795a705e12], X-ECOMP-RequestID=[a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd], X-TransactionId=[], X-ONAP-RequestID=[a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd], Content-Type=[application/merge-patch+json]}
2022-11-25T06:40:43.401Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ab5d22f-d693-41b8-86e3-f681c5c4ab4a/model-vers/model-ver/c64df363-c5be-4425-8a7e-3308051c0e3a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-25T06:40:43.528Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ab5d22f-d693-41b8-86e3-f681c5c4ab4a/model-vers/model-ver/c64df363-c5be-4425-8a7e-3308051c0e3a?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/3ab5d22f-d693-41b8-86e3-f681c5c4ab4a/model-vers/model-ver/c64df363-c5be-4425-8a7e-3308051c0e3a?depth=0 has http status code:200 and response headers:{date=[Fri, 25 Nov 2022 06:40:43 GMT], content-length=[0], vertex-id=[241752], x-aai-txid=[1-aai-resources-221125-06:40:43:531-81224], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-25T06:40:43.528Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ab5d22f-d693-41b8-86e3-f681c5c4ab4a/model-vers/model-ver/c64df363-c5be-4425-8a7e-3308051c0e3a?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-25T06:40:43.529Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ab5d22f-d693-41b8-86e3-f681c5c4ab4a/model-vers/model-ver/c64df363-c5be-4425-8a7e-3308051c0e3a?depth=0|INFO|500||InvokeReturn
2022-11-25T06:40:43.530Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-25T06:40:43.530Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||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-25T06:40:43.537Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||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-25T06:40:43.537Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-25T06:40:43.537Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-25T06:40:43.538Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:40:43.540Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:40:43.540Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358443537,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-25T06:40:43.640Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:40:43.641Z||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-25T06:40:43.641Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:40:43.663Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:40:43.663Z||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-25T06:40:44.551Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:40:44.552Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|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-25T06:40:44.552Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:40:50.208Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:40:50.209Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T06:40:50.209Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"6d39b142-15dd-4d79-b57a-dd9c7ee29cab","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"668ba644-7991-477e-a46c-5a71f24d7ae1","serviceDescription":"service","serviceInvariantUUID":"c670fe3e-6c09-46d1-8f45-dd6daece112c","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"feaecaa8-81c1-4e2b-bfae-d20059008c31","resourceInvariantUUID":"2ad4ec35-327c-4c68-a654-764d52cdd449","resourceCustomizationUUID":"72f57004-7c18-4cbc-9eaf-341c624ce203","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":"NTgwMjkxOWVlMWQ1MzRkOTk3NmE2YmM4MTY2NDk1NzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cb94938d-389a-4e96-b42a-248bac4dde59","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":"28471849-5091-4503-a8bb-9cf355b47e8b","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":"94f1a44c-7bec-4a33-97eb-9d970073e2c6","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":"ZTcyZTRiMjJlNzBhOWFkNTRhYzE5NWJjZjY0MjRmZGI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"457d701b-bc30-4677-add4-c04e34b549dd","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":"5dcd9ce8-8b20-471d-9932-c009a1e72d96","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":"0cc36c06-4569-42b0-a950-f2cda1967002","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":"ec15ab3f-4890-4ebe-b151-6da7ff029c73","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":"NDM2NTYwODJjZThiOWMzNmIwNTZiMDcxYTlhYTVlZjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"275ab8ec-a0f2-46af-9bac-9f8097cc1f9c","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZjRhMDU0OWM3YjA4OTMyYjJjMGU2MzNmYzk1ZmU1MzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"370cf859-9e2c-45c4-a5da-0fce5e7ef657","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-25T06:40:50.212Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T06:40:50.212Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:40:50.214Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:40:50.215Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6d39b142-15dd-4d79-b57a-dd9c7ee29cab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358444551,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:40:50.314Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-25T06:40:50.315Z||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-25T06:40:50.315Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:40:50.335Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:40:50.335Z||pool-140-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:40:51.215Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T06:40:51.216Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:40:51.218Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:40:51.218Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6d39b142-15dd-4d79-b57a-dd9c7ee29cab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358444551,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:40:51.318Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:40:51.319Z||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-25T06:40:51.319Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:40:51.334Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:40:51.335Z||pool-141-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:40:52.219Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T06:40:52.219Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:40:52.221Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:40:52.222Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6d39b142-15dd-4d79-b57a-dd9c7ee29cab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358444551,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:40:52.322Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-25T06:40:52.323Z||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-25T06:40:52.323Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:40:52.335Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:40:52.335Z||pool-142-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-25T06:40:53.222Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T06:40:53.223Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:40:53.224Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:40:53.225Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6d39b142-15dd-4d79-b57a-dd9c7ee29cab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358444551,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:40:53.325Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:40:53.325Z||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-25T06:40:53.325Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:40:53.342Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:40:53.342Z||pool-143-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-25T06:40:54.225Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T06:40:54.226Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:40:54.227Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:40:54.228Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6d39b142-15dd-4d79-b57a-dd9c7ee29cab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358444551,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:40:54.328Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-25T06:40:54.328Z||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-25T06:40:54.328Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:40:54.350Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:40:54.351Z||pool-144-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-11-25T06:40:55.228Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T06:40:55.229Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:40:55.231Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:40:55.231Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6d39b142-15dd-4d79-b57a-dd9c7ee29cab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358444551,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:40:55.331Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:40:55.331Z||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-25T06:40:55.331Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:40:55.344Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:40:55.345Z||pool-145-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:40:56.231Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T06:40:56.232Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:40:56.234Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:40:56.234Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6d39b142-15dd-4d79-b57a-dd9c7ee29cab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358444551,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:40:56.334Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:40:56.335Z||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-25T06:40:56.335Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:40:56.353Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:40:56.353Z||pool-146-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:40:57.238Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T06:40:57.238Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:40:57.240Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:40:57.240Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6d39b142-15dd-4d79-b57a-dd9c7ee29cab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358444551,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:40:57.340Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:40:57.341Z||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-25T06:40:57.341Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:40:57.356Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:40:57.356Z||pool-147-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-25T06:40:58.241Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T06:40:58.242Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:40:58.243Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:40:58.244Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6d39b142-15dd-4d79-b57a-dd9c7ee29cab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358444551,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-25T06:40:58.344Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:40:58.344Z||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-25T06:40:58.344Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:40:58.358Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:40:58.359Z||pool-148-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-25T06:40:58.576Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:40:58.577Z|be0453e2-6099-4ef4-a604-02149bdf5f83|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-25T06:40:58.577Z|be0453e2-6099-4ef4-a604-02149bdf5f83|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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:40:58.731Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:40:58.732Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-25T06:40:58.732Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358399404,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:40:58.733Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:40:59.245Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "6d39b142-15dd-4d79-b57a-dd9c7ee29cab",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "668ba644-7991-477e-a46c-5a71f24d7ae1",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c670fe3e-6c09-46d1-8f45-dd6daece112c",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "72f57004-7c18-4cbc-9eaf-341c624ce203",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "feaecaa8-81c1-4e2b-bfae-d20059008c31",
      "resourceInvariantUUID": "2ad4ec35-327c-4c68-a654-764d52cdd449",
      "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": "ZjRhMDU0OWM3YjA4OTMyYjJjMGU2MzNmYzk1ZmU1MzA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "370cf859-9e2c-45c4-a5da-0fce5e7ef657"
    }
  ],
  "workloadContext": "Production"
}
2022-11-25T06:40:59.245Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-25T06:40:59.245Z|a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 668ba644-7991-477e-a46c-5a71f24d7ae1 ASDC
2022-11-25T06:40:59.246Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:6d39b142-15dd-4d79-b57a-dd9c7ee29cab
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:668ba644-7991-477e-a46c-5a71f24d7ae1
ServiceInvariantUUID:c670fe3e-6c09-46d1-8f45-dd6daece112c
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:370cf859-9e2c-45c4-a5da-0fce5e7ef657
ArtifactChecksum:ZjRhMDU0OWM3YjA4OTMyYjJjMGU2MzNmYzk1ZmU1MzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:72f57004-7c18-4cbc-9eaf-341c624ce203
ResourceInvariantUUID:2ad4ec35-327c-4c68-a654-764d52cdd449
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:feaecaa8-81c1-4e2b-bfae-d20059008c31
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-11-25T06:40:59.246Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 668ba644-7991-477e-a46c-5a71f24d7ae1 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-25T06:40:59.267Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-25T06:40:59.267Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-25T06:40:59.268Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-25T06:40:59.268Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 370cf859-9e2c-45c4-a5da-0fce5e7ef657 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-11-25T06:40:59.268Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-25T06:40:59.268Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-11-25T06:40:59.422Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-25T06:40:59.426Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 370cf859-9e2c-45c4-a5da-0fce5e7ef657 111090
2022-11-25T06:40:59.426Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||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-25T06:40:59.426Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||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-25T06:40:59.427Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-25T06:40:59.427Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:40:59.429Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:40:59.429Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6d39b142-15dd-4d79-b57a-dd9c7ee29cab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358459426,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:40:59.529Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:40:59.530Z||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-25T06:40:59.530Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:40:59.545Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:40:59.546Z||pool-149-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-25T06:41:00.429Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-25T06:41:00.430Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-25T06:41:00.431Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 370cf859-9e2c-45c4-a5da-0fce5e7ef657, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-25T06:41:00.431Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-11-25T06:41:00.432Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-25T06:41:00.432Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-25T06:41:00.590Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6493670049946610851/Definitions/service-TestPnfMacro-template.yml
2022-11-25T06:41:01.248Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-25T06:41:01.249Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-11-25T06:41:01.249Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-25T06:41:01.249Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-25T06:41:01.249Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||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-25T06:41:01.249Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||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-25T06:41:01.249Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||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-25T06:41:01.249Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||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-25T06:41:01.250Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||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-25T06:41:01.250Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||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-25T06:41:01.250Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||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-25T06:41:01.250Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-11-25T06:41:01.250Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:41:01.250Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:41:01.250Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-11-25T06:41:01.250Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-11-25T06:41:01.251Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-25T06:41:01.251Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:41:01.251Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:41:01.251Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-11-25T06:41:01.251Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-11-25T06:41:01.251Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-25T06:41:01.251Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:41:01.251Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:41:01.251Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:41:01.252Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:41:01.252Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:41:01.252Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:41:01.252Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:41:01.252Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:41:01.252Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:41:01.252Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:41:01.253Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:668ba644-7991-477e-a46c-5a71f24d7ae1
Model Version:NULL
Model InvariantUuid:c670fe3e-6c09-46d1-8f45-dd6daece112c
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-25T06:41:01.260Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: feaecaa8-81c1-4e2b-bfae-d20059008c31
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-25T06:41:01.262Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||INFO|500||test-pnf 0
2022-11-25T06:41:01.262Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: feaecaa8-81c1-4e2b-bfae-d20059008c31
2022-11-25T06:41:01.262Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 668ba644-7991-477e-a46c-5a71f24d7ae1
2022-11-25T06:41:01.263Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 668ba644-7991-477e-a46c-5a71f24d7ae1
2022-11-25T06:41:01.263Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 feaecaa8-81c1-4e2b-bfae-d20059008c31 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-25T06:41:01.266Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@d8f57c9, org.onap.sdc.toscaparser.api.parameters.Input@4d48aa2c, org.onap.sdc.toscaparser.api.parameters.Input@240fd6db, org.onap.sdc.toscaparser.api.parameters.Input@24ef6a96, org.onap.sdc.toscaparser.api.parameters.Input@532940dd]
2022-11-25T06:41:01.266Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:41:01.267Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:41:01.267Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 668ba644-7991-477e-a46c-5a71f24d7ae1: test-pnf
2022-11-25T06:41:01.267Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||INFO|500||Processing PNF resource: feaecaa8-81c1-4e2b-bfae-d20059008c31
2022-11-25T06:41:01.267Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-25T06:41:01.267Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T06:41:01.267Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||INFO|500||Resource customization UUID: 72f57004-7c18-4cbc-9eaf-341c624ce203 is the same as notified resource customizationUUID: 72f57004-7c18-4cbc-9eaf-341c624ce203
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-25T06:41:01.296Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf feaecaa8-81c1-4e2b-bfae-d20059008c31 0 ASDC deployResourceStructure
2022-11-25T06:41:01.296Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||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-25T06:41:01.296Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||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-25T06:41:01.296Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-25T06:41:01.296Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:41:01.298Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:41:01.298Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6d39b142-15dd-4d79-b57a-dd9c7ee29cab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358461296,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-25T06:41:01.398Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:41:01.399Z||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-25T06:41:01.399Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:41:01.415Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:41:01.415Z||pool-150-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-25T06:41:02.298Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6d39b142-15dd-4d79-b57a-dd9c7ee29cab
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-25T06:41:02.307Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6d39b142-15dd-4d79-b57a-dd9c7ee29cab
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-25T06:41:02.309Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-25T06:41:02.309Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-25T06:41:02.309Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-25T06:41:02.309Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-25T06:41:02.310Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-25T06:41:02.310Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-25T06:41:02.310Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-25T06:41:02.310Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-25T06:41:02.310Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-25T06:41:02.311Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||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-25T06:41:02.315Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-25T06:41:32.316Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6d39b142-15dd-4d79-b57a-dd9c7ee29cab 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-25T06:41:32.322Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6d39b142-15dd-4d79-b57a-dd9c7ee29cab and serviceModelVersionId: 668ba644-7991-477e-a46c-5a71f24d7ae1
2022-11-25T06:41:32.322Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c670fe3e-6c09-46d1-8f45-dd6daece112c
2022-11-25T06:41:32.323Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c670fe3e-6c09-46d1-8f45-dd6daece112c/model-vers/model-ver/668ba644-7991-477e-a46c-5a71f24d7ae1?depth=0
2022-11-25T06:41:32.327Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-11-25T06:41:32.365Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c670fe3e-6c09-46d1-8f45-dd6daece112c/model-vers/model-ver/668ba644-7991-477e-a46c-5a71f24d7ae1?depth=0|INFO|500||Invoke
2022-11-25T06:41:32.365Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c670fe3e-6c09-46d1-8f45-dd6daece112c/model-vers/model-ver/668ba644-7991-477e-a46c-5a71f24d7ae1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c670fe3e-6c09-46d1-8f45-dd6daece112c/model-vers/model-ver/668ba644-7991-477e-a46c-5a71f24d7ae1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6d39b142-15dd-4d79-b57a-dd9c7ee29cab], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e971f368-a550-4cb1-880e-55705d6c5369], X-ECOMP-RequestID=[6d39b142-15dd-4d79-b57a-dd9c7ee29cab], X-TransactionId=[], X-ONAP-RequestID=[6d39b142-15dd-4d79-b57a-dd9c7ee29cab], Content-Type=[application/merge-patch+json]}
2022-11-25T06:41:32.391Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c670fe3e-6c09-46d1-8f45-dd6daece112c/model-vers/model-ver/668ba644-7991-477e-a46c-5a71f24d7ae1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-25T06:41:32.575Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c670fe3e-6c09-46d1-8f45-dd6daece112c/model-vers/model-ver/668ba644-7991-477e-a46c-5a71f24d7ae1?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/c670fe3e-6c09-46d1-8f45-dd6daece112c/model-vers/model-ver/668ba644-7991-477e-a46c-5a71f24d7ae1?depth=0 has http status code:200 and response headers:{date=[Fri, 25 Nov 2022 06:41:32 GMT], content-length=[0], vertex-id=[315424], x-aai-txid=[1-aai-resources-221125-06:41:32:520-83067], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-25T06:41:32.576Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c670fe3e-6c09-46d1-8f45-dd6daece112c/model-vers/model-ver/668ba644-7991-477e-a46c-5a71f24d7ae1?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-25T06:41:32.576Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c670fe3e-6c09-46d1-8f45-dd6daece112c/model-vers/model-ver/668ba644-7991-477e-a46c-5a71f24d7ae1?depth=0|INFO|500||InvokeReturn
2022-11-25T06:41:32.577Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-25T06:41:32.577Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||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-25T06:41:32.582Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||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-25T06:41:32.583Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6d39b142-15dd-4d79-b57a-dd9c7ee29cab and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-25T06:41:32.583Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-25T06:41:32.583Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-25T06:41:32.586Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T06:41:32.586Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6d39b142-15dd-4d79-b57a-dd9c7ee29cab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358492583,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-25T06:41:32.686Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T06:41:32.687Z||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-25T06:41:32.687Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1atrxUrJdF3Ws0re) ...
2022-11-25T06:41:32.707Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:41:32.708Z||pool-151-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-25T06:41:33.599Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:41:33.600Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|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-25T06:41:33.600Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:41:43.188Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:41:43.188Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:41:43.189Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|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-25T06:41:43.189Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:41:52.775Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:41:52.776Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:41:52.776Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|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-25T06:41:52.777Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:41:58.576Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:41:58.577Z||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-25T06:41:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:41:58.648Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:41:58.648Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:41:58.649Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358401927,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:41:58.649Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:41:58.649Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:41:58.649Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358402999,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:41:58.649Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:41:58.650Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:41:58.650Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358404076,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:41:58.650Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:41:58.650Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:41:58.650Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358405145,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:41:58.650Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:41:58.650Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:41:58.650Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358406208,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:41:58.650Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:41:58.650Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:41:58.650Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358407281,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-25T06:41:58.650Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:41:58.650Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:41:58.651Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358408284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-11-25T06:41:58.651Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:41:58.651Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:41:58.651Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358409289,
  "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-25T06:41:58.651Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:41:58.651Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:41:58.651Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358410294,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-11-25T06:41:58.651Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:41:58.651Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:41:58.651Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358411298,
  "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-25T06:41:58.651Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:41:58.651Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:41:58.651Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358412302,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-25T06:41:58.652Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:41:58.652Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:41:58.652Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a31ce47d-bf7d-4aab-8e7b-b6a19bdf2efd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358443537,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-25T06:41:58.652Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:41:58.652Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:41:58.652Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d39b142-15dd-4d79-b57a-dd9c7ee29cab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358444551,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:41:58.652Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:41:58.652Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:41:58.652Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d39b142-15dd-4d79-b57a-dd9c7ee29cab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358444551,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:41:58.652Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:41:58.653Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:41:58.653Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d39b142-15dd-4d79-b57a-dd9c7ee29cab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358444551,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:41:58.653Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:41:58.653Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:41:58.653Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d39b142-15dd-4d79-b57a-dd9c7ee29cab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358444551,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:41:58.653Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:41:58.653Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:41:58.653Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d39b142-15dd-4d79-b57a-dd9c7ee29cab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358444551,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:41:58.653Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:41:58.653Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:41:58.653Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d39b142-15dd-4d79-b57a-dd9c7ee29cab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358444551,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:41:58.653Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:41:58.654Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:41:58.654Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d39b142-15dd-4d79-b57a-dd9c7ee29cab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358444551,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:41:58.654Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:41:58.654Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:41:58.654Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d39b142-15dd-4d79-b57a-dd9c7ee29cab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358444551,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-25T06:41:58.654Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:41:58.654Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T06:41:58.654Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d39b142-15dd-4d79-b57a-dd9c7ee29cab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358444551,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-25T06:41:58.654Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-25T06:42:02.415Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:42:02.415Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:42:02.416Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|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-25T06:42:02.416Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:42:12.053Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:42:12.054Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:42:12.054Z|753e2469-8b88-4f63-92ce-44126b1ca134|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-25T06:42:12.054Z|753e2469-8b88-4f63-92ce-44126b1ca134|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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:42:21.620Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:42:58.564Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:42:58.565Z|753e2469-8b88-4f63-92ce-44126b1ca134|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-25T06:42:58.565Z|753e2469-8b88-4f63-92ce-44126b1ca134|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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:42:58.576Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:42:58.576Z|be0453e2-6099-4ef4-a604-02149bdf5f83|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-25T06:42:58.577Z|be0453e2-6099-4ef4-a604-02149bdf5f83|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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:42:59.104Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:42:59.105Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-25T06:42:59.105Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d39b142-15dd-4d79-b57a-dd9c7ee29cab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358459426,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-25T06:42:59.106Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:42:59.106Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-25T06:42:59.106Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d39b142-15dd-4d79-b57a-dd9c7ee29cab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358461296,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-25T06:42:59.106Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:42:59.106Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-25T06:42:59.106Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d39b142-15dd-4d79-b57a-dd9c7ee29cab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669358492583,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-25T06:42:59.106Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T06:43:08.133Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:43:58.564Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:43:58.565Z|753e2469-8b88-4f63-92ce-44126b1ca134|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-25T06:43:58.565Z|753e2469-8b88-4f63-92ce-44126b1ca134|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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:43:58.576Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:43:58.577Z||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-25T06:43:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:44:08.138Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:44:08.138Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:44:58.564Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:44:58.564Z|753e2469-8b88-4f63-92ce-44126b1ca134|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-25T06:44:58.565Z|753e2469-8b88-4f63-92ce-44126b1ca134|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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:44:58.576Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:44:58.576Z||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-25T06:44:58.576Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:45:08.152Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:45:08.158Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:45:58.564Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:45:58.564Z|753e2469-8b88-4f63-92ce-44126b1ca134|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-25T06:45:58.564Z|753e2469-8b88-4f63-92ce-44126b1ca134|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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:45:58.576Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:45:58.576Z||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-25T06:45:58.576Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:46:08.151Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:46:08.155Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:46:58.565Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:46:58.568Z|753e2469-8b88-4f63-92ce-44126b1ca134|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-25T06:46:58.568Z|753e2469-8b88-4f63-92ce-44126b1ca134|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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:46:58.576Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:46:58.576Z||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-25T06:46:58.576Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:47:08.127Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:47:08.132Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:47:58.565Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:47:58.567Z|753e2469-8b88-4f63-92ce-44126b1ca134|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-25T06:47:58.567Z|753e2469-8b88-4f63-92ce-44126b1ca134|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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:47:58.580Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:47:58.581Z||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-25T06:47:58.581Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:48:08.149Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:48:08.171Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:48:58.564Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:48:58.565Z|753e2469-8b88-4f63-92ce-44126b1ca134|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-25T06:48:58.565Z|753e2469-8b88-4f63-92ce-44126b1ca134|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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:48:58.576Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:48:58.576Z|be0453e2-6099-4ef4-a604-02149bdf5f83|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-25T06:48:58.576Z|be0453e2-6099-4ef4-a604-02149bdf5f83|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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:49:08.126Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:49:08.127Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:49:58.564Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:49:58.565Z||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-25T06:49:58.565Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:49:58.576Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:49:58.577Z||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-25T06:49:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:50:08.123Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:50:08.143Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:50:58.564Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:50:58.565Z||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-25T06:50:58.565Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:50:58.576Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:50:58.576Z||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-25T06:50:58.576Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:51:08.133Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:51:08.174Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:51:58.564Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:51:58.565Z||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-25T06:51:58.565Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:51:58.576Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:51:58.576Z||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-25T06:51:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:52:08.127Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:52:08.128Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:52:58.564Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:52:58.565Z||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-25T06:52:58.565Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:52:58.576Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:52:58.577Z||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-25T06:52:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:53:08.111Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:53:08.132Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:53:58.564Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:53:58.564Z||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-25T06:53:58.564Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:53:58.576Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:53:58.576Z|be0453e2-6099-4ef4-a604-02149bdf5f83|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-25T06:53:58.576Z|be0453e2-6099-4ef4-a604-02149bdf5f83|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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:54:08.129Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:54:08.130Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:54:58.564Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:54:58.565Z||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-25T06:54:58.565Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:54:58.576Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:54:58.577Z||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-25T06:54:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:55:08.127Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:55:08.127Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:55:58.564Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:55:58.566Z||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-25T06:55:58.566Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:55:58.576Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:55:58.577Z||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-25T06:55:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:56:08.127Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:56:08.153Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:56:58.564Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:56:58.564Z||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-25T06:56:58.565Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:56:58.576Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:56:58.576Z|753e2469-8b88-4f63-92ce-44126b1ca134|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-25T06:56:58.577Z|753e2469-8b88-4f63-92ce-44126b1ca134|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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:57:08.130Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:57:08.132Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:57:58.565Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:57:58.565Z||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-25T06:57:58.566Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:57:58.576Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:57:58.576Z|753e2469-8b88-4f63-92ce-44126b1ca134|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-25T06:57:58.576Z|753e2469-8b88-4f63-92ce-44126b1ca134|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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:58:08.146Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:58:08.170Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:58:58.565Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:58:58.566Z||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-25T06:58:58.566Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:58:58.577Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:58:58.577Z||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-25T06:58:58.577Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:59:08.148Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:59:08.157Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T06:59:58.564Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:59:58.564Z||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-25T06:59:58.565Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T06:59:58.576Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T06:59:58.576Z||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-25T06:59:58.576Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T07:00:08.145Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T07:00:08.202Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T07:00:58.564Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T07:00:58.564Z||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-25T07:00:58.564Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T07:00:58.576Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T07:00:58.576Z||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-25T07:00:58.576Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T07:01:08.126Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T07:01:08.138Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T07:01:58.564Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T07:01:58.565Z||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-25T07:01:58.565Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T07:01:58.576Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T07:01:58.576Z||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-25T07:01:58.576Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T07:02:08.125Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T07:02:08.150Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T07:02:58.566Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T07:02:58.567Z||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-25T07:02:58.568Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T07:02:58.576Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T07:02:58.576Z||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-25T07:02:58.576Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T07:03:08.165Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T07:03:08.166Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T07:03:58.564Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T07:03:58.565Z||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-25T07:03:58.566Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T07:03:58.576Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T07:03:58.576Z||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-25T07:03:58.576Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T07:04:08.139Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T07:04:08.140Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T07:04:58.564Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T07:04:58.567Z||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-25T07:04:58.567Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T07:04:58.576Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T07:04:58.577Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|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-25T07:04:58.577Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|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 1atrxUrJdF3Ws0re) ...
2022-11-25T07:05:08.127Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T07:05:08.128Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T07:05:58.565Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T07:05:58.565Z||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-25T07:05:58.565Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T07:05:58.576Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T07:05:58.576Z||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-25T07:05:58.576Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T07:06:08.141Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T07:06:08.142Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T07:06:58.564Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T07:06:58.565Z||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-25T07:06:58.565Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T07:06:58.576Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T07:06:58.576Z||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-25T07:06:58.576Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T07:07:08.128Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T07:07:08.130Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T07:07:58.565Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T07:07:58.565Z||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-25T07:07:58.565Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T07:07:58.577Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T07:07:58.578Z||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-25T07:07:58.578Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T07:08:08.162Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T07:08:08.164Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T07:08:58.564Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T07:08:58.564Z||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-25T07:08:58.564Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T07:08:58.576Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T07:08:58.576Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|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-25T07:08:58.576Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|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 1atrxUrJdF3Ws0re) ...
2022-11-25T07:09:08.131Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T07:09:08.137Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T07:09:58.564Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T07:09:58.564Z||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-25T07:09:58.564Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T07:09:58.576Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T07:09:58.576Z||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-25T07:09:58.576Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T07:10:08.126Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T07:10:08.150Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T07:10:58.565Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T07:10:58.566Z||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-25T07:10:58.566Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T07:10:58.576Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T07:10:58.576Z||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-25T07:10:58.576Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T07:11:08.134Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T07:11:08.135Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T07:11:58.564Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T07:11:58.564Z||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-25T07:11:58.564Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T07:11:58.576Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T07:11:58.576Z||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-25T07:11:58.576Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T07:12:08.140Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T07:12:08.144Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T07:12:58.564Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T07:12:58.566Z||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-25T07:12:58.566Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T07:12:58.576Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T07:12:58.577Z||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-25T07:12:58.579Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T07:13:08.147Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T07:13:08.183Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T07:13:58.564Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T07:13:58.566Z||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-25T07:13:58.566Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T07:13:58.576Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T07:13:58.576Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|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-25T07:13:58.576Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|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 1atrxUrJdF3Ws0re) ...
2022-11-25T07:14:08.125Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T07:14:08.131Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T07:14:58.564Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T07:14:58.564Z||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-25T07:14:58.565Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T07:14:58.576Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T07:14:58.576Z||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-25T07:14:58.576Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T07:15:08.129Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T07:15:08.129Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T07:15:58.564Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T07:15:58.565Z||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-25T07:15:58.565Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T07:15:58.576Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T07:15:58.576Z||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-25T07:15:58.576Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T07:16:08.126Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T07:16:08.127Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T07:16:58.564Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T07:16:58.564Z||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-25T07:16:58.564Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T07:16:58.576Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T07:16:58.576Z|753e2469-8b88-4f63-92ce-44126b1ca134|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-25T07:16:58.577Z|753e2469-8b88-4f63-92ce-44126b1ca134|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 1atrxUrJdF3Ws0re) ...
2022-11-25T07:17:08.179Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T07:17:08.180Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T07:17:58.564Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T07:17:58.564Z||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-25T07:17:58.564Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T07:17:58.576Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T07:17:58.576Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|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-25T07:17:58.576Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|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 1atrxUrJdF3Ws0re) ...
2022-11-25T07:18:08.194Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T07:18:08.199Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T07:18:58.564Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T07:18:58.565Z||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-25T07:18:58.565Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T07:18:58.576Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T07:18:58.576Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|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-25T07:18:58.576Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|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 1atrxUrJdF3Ws0re) ...
2022-11-25T07:19:08.148Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T07:19:08.151Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T07:19:58.564Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T07:19:58.565Z||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-25T07:19:58.565Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T07:19:58.576Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T07:19:58.576Z||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-25T07:19:58.576Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T07:20:08.162Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T07:20:08.165Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T07:20:58.564Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T07:20:58.564Z||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-25T07:20:58.565Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T07:20:58.576Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T07:20:58.576Z||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-25T07:20:58.576Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T07:21:08.122Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T07:21:08.123Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T07:21:58.565Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T07:21:58.567Z|753e2469-8b88-4f63-92ce-44126b1ca134|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-25T07:21:58.567Z|753e2469-8b88-4f63-92ce-44126b1ca134|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 1atrxUrJdF3Ws0re) ...
2022-11-25T07:21:58.576Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T07:21:58.576Z||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-25T07:21:58.576Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T07:22:08.148Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T07:22:08.182Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T07:22:58.564Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T07:22:58.565Z|753e2469-8b88-4f63-92ce-44126b1ca134|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-25T07:22:58.565Z|753e2469-8b88-4f63-92ce-44126b1ca134|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 1atrxUrJdF3Ws0re) ...
2022-11-25T07:22:58.576Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T07:22:58.576Z|be0453e2-6099-4ef4-a604-02149bdf5f83|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-25T07:22:58.576Z|be0453e2-6099-4ef4-a604-02149bdf5f83|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 1atrxUrJdF3Ws0re) ...
2022-11-25T07:23:08.126Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T07:23:08.151Z|be0453e2-6099-4ef4-a604-02149bdf5f83|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T07:23:58.564Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T07:23:58.564Z|753e2469-8b88-4f63-92ce-44126b1ca134|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-25T07:23:58.565Z|753e2469-8b88-4f63-92ce-44126b1ca134|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 1atrxUrJdF3Ws0re) ...
2022-11-25T07:23:58.576Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T07:23:58.576Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|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-25T07:23:58.576Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|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 1atrxUrJdF3Ws0re) ...
2022-11-25T07:24:08.131Z|6d39b142-15dd-4d79-b57a-dd9c7ee29cab|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T07:24:08.131Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T07:24:58.564Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T07:24:58.565Z|753e2469-8b88-4f63-92ce-44126b1ca134|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-25T07:24:58.565Z|753e2469-8b88-4f63-92ce-44126b1ca134|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 1atrxUrJdF3Ws0re) ...
2022-11-25T07:24:58.576Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T07:24:58.576Z||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-25T07:24:58.576Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T07:25:08.120Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T07:25:08.126Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T07:25:58.564Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T07:25:58.564Z|753e2469-8b88-4f63-92ce-44126b1ca134|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-25T07:25:58.564Z|753e2469-8b88-4f63-92ce-44126b1ca134|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 1atrxUrJdF3Ws0re) ...
2022-11-25T07:25:58.576Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T07:25:58.576Z||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-25T07:25:58.576Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T07:26:08.130Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T07:26:08.136Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T07:26:58.564Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T07:26:58.564Z|753e2469-8b88-4f63-92ce-44126b1ca134|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-25T07:26:58.564Z|753e2469-8b88-4f63-92ce-44126b1ca134|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 1atrxUrJdF3Ws0re) ...
2022-11-25T07:26:58.576Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T07:26:58.576Z||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-25T07:26:58.576Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T07:27:08.130Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T07:27:08.144Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T07:27:58.565Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T07:27:58.566Z|753e2469-8b88-4f63-92ce-44126b1ca134|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-25T07:27:58.566Z|753e2469-8b88-4f63-92ce-44126b1ca134|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 1atrxUrJdF3Ws0re) ...
2022-11-25T07:27:58.576Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T07:27:58.576Z||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-25T07:27:58.576Z||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 1atrxUrJdF3Ws0re) ...
2022-11-25T07:28:08.137Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T07:28:08.151Z|753e2469-8b88-4f63-92ce-44126b1ca134|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK