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-07-26T05:33:57.613Z||main|||||INFO|500||The following profiles are active: basic
2022-07-26T05:34:12.119Z||main|||||INFO|500||Starting service [Tomcat]
2022-07-26T05:34:12.120Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-07-26T05:34:12.391Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-07-26T05:34:17.285Z||main|||||INFO|500||catdb-pool - Starting...
2022-07-26T05:34:17.804Z||main|||||INFO|500||catdb-pool - Start completed.
2022-07-26T05:34:18.354Z||main|||||INFO|500||reqdb-pool - Starting...
2022-07-26T05:34:18.361Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-07-26T05:34:18.489Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-07-26T05:34:18.734Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-07-26T05:34:19.391Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-07-26T05:34:21.347Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-07-26T05:34:23.821Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-07-26T05:34:23.885Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-07-26T05:34:24.548Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-07-26T05:34:24.771Z||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-07-26T05:34:26.090Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-07-26T05:34:27.353Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-07-26T05:34:27.373Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint: 
java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
	at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
	at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
	at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
	at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$75ebdfa9.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-07-26T05:34:27.375Z||main|||||WARN|500||The sdc end point is not alive
2022-07-26T05:34:30.749Z||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-07-26T05:34:33.933Z||main|||||WARN|500||---
2022-07-26T05:34:33.934Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-07-26T05:34:33.934Z||main|||||WARN|500||---
2022-07-26T05:34:34.445Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-07-26T05:34:39.517Z||main|||||INFO|500||Started Application in 45.554 seconds (JVM running for 47.755)
2022-07-26T05:34:39.535Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-26T05:34:39.537Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-26T05:34:39.549Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-26T05:34:39.577Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-26T05:34:39.644Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 07928aa8-e921-4b46-9907-6b4238af1358 url= /sdc/v1/artifactTypes
2022-07-26T05:34:39.645Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-26T05:34:40.009Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-07-26T05:34:40.034Z||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-07-26T05:34:40.056Z||scheduling-1|||||DEBUG|500||create keys
2022-07-26T05:34:40.064Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-07-26T05:34:40.107Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T05:34:40.123Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= cdcaf8a1-8031-466c-ad3e-8881a16dbf1d url= /sdc/v1/registerForDistribution
2022-07-26T05:34:40.426Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= cdcaf8a1-8031-466c-ad3e-8881a16dbf1d url= /sdc/v1/registerForDistribution
2022-07-26T05:34:40.427Z||scheduling-1|||||INFO|500||start DistributionClient
2022-07-26T05:34:40.442Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T05:34:40.444Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T05:34:40.446Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-07-26T05:34:40.455Z||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-07-26T05:34:40.455Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T05:34:40.464Z||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-07-26T05:34:40.465Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T05:34:50.874Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T05:34:51.023Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T05:35:40.438Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T05:35:40.439Z||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-07-26T05:35:40.439Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T05:35:40.440Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T05:35:40.441Z||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-07-26T05:35:40.441Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T05:35:50.001Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T05:35:50.036Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T05:36:40.438Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T05:36:40.439Z||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-07-26T05:36:40.439Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T05:36:40.440Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T05:36:40.441Z||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-07-26T05:36:40.441Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T05:36:50.025Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T05:36:50.064Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T05:37:40.438Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T05:37:40.440Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T05:37:40.441Z||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-07-26T05:37:40.441Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T05:37:40.441Z||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-07-26T05:37:40.441Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T05:37:49.996Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T05:37:50.042Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T05:38:40.438Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T05:38:40.439Z||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-07-26T05:38:40.440Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T05:38:40.440Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T05:38:40.441Z||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-07-26T05:38:40.442Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T05:38:50.009Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T05:38:50.045Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T05:39:40.438Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T05:39:40.439Z||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-07-26T05:39:40.439Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T05:39:40.440Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T05:39:40.440Z||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-07-26T05:39:40.440Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T05:39:50.032Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T05:39:50.051Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T05:40:40.440Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T05:40:40.439Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T05:40:40.449Z||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-07-26T05:40:40.449Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T05:40:40.449Z||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-07-26T05:40:40.454Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T05:40:50.030Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T05:40:50.066Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T05:41:40.438Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T05:41:40.440Z||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-07-26T05:41:40.440Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T05:41:40.440Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T05:41:40.445Z||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-07-26T05:41:40.445Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T05:41:50.013Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T05:41:50.043Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T05:42:40.438Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T05:42:40.440Z||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-07-26T05:42:40.440Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T05:42:40.440Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T05:42:40.441Z||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-07-26T05:42:40.441Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T05:42:50.012Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T05:42:50.047Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T05:43:40.438Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T05:43:40.439Z||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-07-26T05:43:40.439Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T05:43:40.440Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T05:43:40.440Z||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-07-26T05:43:40.441Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T05:43:50.032Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T05:43:50.035Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T05:44:35.118Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-07-26T05:44:40.437Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T05:44:40.439Z||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-07-26T05:44:40.439Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T05:44:40.440Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T05:44:40.441Z||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-07-26T05:44:40.441Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T05:44:49.992Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T05:44:50.009Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T05:45:40.438Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T05:45:40.439Z||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-07-26T05:45:40.439Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T05:45:40.440Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T05:45:40.440Z||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-07-26T05:45:40.440Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T05:45:49.987Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T05:45:50.056Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T05:46:40.437Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T05:46:40.439Z||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-07-26T05:46:40.439Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T05:46:40.440Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T05:46:40.441Z||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-07-26T05:46:40.442Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T05:46:49.997Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T05:46:50.015Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T05:47:40.438Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T05:47:40.439Z||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-07-26T05:47:40.439Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T05:47:40.440Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T05:47:40.440Z||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-07-26T05:47:40.441Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T05:47:50.046Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T05:47:50.057Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T05:48:40.439Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T05:48:40.440Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T05:48:40.443Z||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-07-26T05:48:40.443Z||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-07-26T05:48:40.444Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T05:48:40.444Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T05:48:49.999Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T05:48:50.021Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T05:49:40.437Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T05:49:40.439Z||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-07-26T05:49:40.439Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T05:49:40.440Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T05:49:40.440Z||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-07-26T05:49:40.441Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T05:49:50.006Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T05:49:50.047Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T05:50:40.438Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T05:50:40.438Z||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-07-26T05:50:40.439Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T05:50:40.440Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T05:50:40.441Z||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-07-26T05:50:40.441Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T05:50:50.025Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T05:50:50.047Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T05:51:40.438Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T05:51:40.439Z||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-07-26T05:51:40.440Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T05:51:40.440Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T05:51:40.440Z||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-07-26T05:51:40.441Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T05:51:50.006Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T05:51:50.026Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T05:52:40.437Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T05:52:40.439Z||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-07-26T05:52:40.439Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T05:52:40.440Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T05:52:40.440Z||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-07-26T05:52:40.441Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T05:52:49.990Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T05:52:50.017Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T05:53:40.438Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T05:53:40.439Z||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-07-26T05:53:40.439Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T05:53:40.440Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T05:53:40.440Z||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-07-26T05:53:40.441Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T05:53:50.018Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T05:53:50.028Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T05:54:40.437Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T05:54:40.438Z||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-07-26T05:54:40.439Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T05:54:40.440Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T05:54:40.441Z||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-07-26T05:54:40.442Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T05:54:49.985Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T05:54:50.016Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T05:55:40.438Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T05:55:40.439Z||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-07-26T05:55:40.439Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T05:55:40.440Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T05:55:40.442Z||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-07-26T05:55:40.443Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T05:55:50.001Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T05:55:50.004Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T05:56:40.437Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T05:56:40.438Z||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-07-26T05:56:40.439Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T05:56:40.440Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T05:56:40.440Z||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-07-26T05:56:40.441Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T05:56:49.996Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T05:56:50.015Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T05:57:40.438Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T05:57:40.440Z||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-07-26T05:57:40.440Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T05:57:40.440Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T05:57:40.441Z||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-07-26T05:57:40.441Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T05:57:50.014Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T05:57:50.034Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T05:58:40.438Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T05:58:40.440Z||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-07-26T05:58:40.440Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T05:58:40.442Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T05:58:40.443Z||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-07-26T05:58:40.443Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T05:58:50.002Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T05:58:50.056Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T05:59:40.438Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T05:59:40.439Z||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-07-26T05:59:40.439Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T05:59:40.440Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T05:59:40.440Z||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-07-26T05:59:40.440Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T05:59:49.989Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T05:59:49.994Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:00:40.438Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:00:40.439Z||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-07-26T06:00:40.439Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:00:40.440Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:00:40.440Z||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-07-26T06:00:40.440Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:00:50.004Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:00:50.029Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:01:40.438Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:01:40.439Z||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-07-26T06:01:40.439Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:01:40.440Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:01:40.441Z||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-07-26T06:01:40.441Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:01:50.022Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:01:50.043Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:02:40.438Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:02:40.439Z||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-07-26T06:02:40.439Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:02:40.440Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:02:40.440Z||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-07-26T06:02:40.440Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:02:50.081Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:02:50.101Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:03:40.437Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:03:40.438Z||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-07-26T06:03:40.438Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:03:40.440Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:03:40.441Z||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-07-26T06:03:40.442Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:03:49.988Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:03:50.007Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:04:40.437Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:04:40.439Z||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-07-26T06:04:40.439Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:04:40.440Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:04:40.440Z||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-07-26T06:04:40.440Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:04:49.985Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:04:50.052Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:05:40.437Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:05:40.438Z||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-07-26T06:05:40.439Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:05:40.440Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:05:40.440Z||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-07-26T06:05:40.441Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:05:50.009Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:05:50.042Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:06:40.438Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:06:40.439Z||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-07-26T06:06:40.439Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:06:40.440Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:06:40.440Z||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-07-26T06:06:40.441Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:06:50.002Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:06:50.008Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:07:40.438Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:07:40.440Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:07:40.440Z||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-07-26T06:07:40.440Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:07:40.441Z||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-07-26T06:07:40.441Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:07:49.995Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:07:49.995Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:08:40.437Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:08:40.438Z||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-07-26T06:08:40.438Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:08:40.440Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:08:40.440Z||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-07-26T06:08:40.440Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:08:49.997Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:08:50.042Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:09:40.437Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:09:40.438Z||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-07-26T06:09:40.439Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:09:40.440Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:09:40.441Z||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-07-26T06:09:40.441Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:09:50.013Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:09:50.014Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:10:40.437Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:10:40.438Z||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-07-26T06:10:40.438Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:10:40.440Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:10:40.440Z||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-07-26T06:10:40.441Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:10:49.991Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:10:50.002Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:11:40.437Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:11:40.438Z||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-07-26T06:11:40.439Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:11:40.440Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:11:40.440Z||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-07-26T06:11:40.440Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:11:50.037Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:11:50.071Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:12:40.437Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:12:40.439Z||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-07-26T06:12:40.439Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:12:40.440Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:12:40.441Z||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-07-26T06:12:40.441Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:12:50.033Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:12:50.046Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:13:40.437Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:13:40.439Z||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-07-26T06:13:40.439Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:13:40.440Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:13:40.440Z||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-07-26T06:13:40.441Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:13:50.017Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:13:50.040Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:14:40.437Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:14:40.438Z||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-07-26T06:14:40.439Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:14:40.440Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:14:40.441Z||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-07-26T06:14:40.441Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:14:50.018Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:14:50.044Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:15:40.438Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:15:40.440Z||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-07-26T06:15:40.440Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:15:40.440Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:15:40.441Z||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-07-26T06:15:40.441Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:15:50.026Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:15:50.063Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:16:40.438Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:16:40.440Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:16:40.440Z||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-07-26T06:16:40.440Z||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-07-26T06:16:40.441Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:16:40.441Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:16:50.016Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:16:50.023Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:17:40.437Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:17:40.438Z||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-07-26T06:17:40.439Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:17:40.440Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:17:40.441Z||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-07-26T06:17:40.441Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:17:49.996Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:17:50.040Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:18:40.437Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:18:40.438Z||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-07-26T06:18:40.439Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:18:40.440Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:18:40.440Z||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-07-26T06:18:40.441Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:18:49.993Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:18:50.030Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:19:40.437Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:19:40.438Z||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-07-26T06:19:40.439Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:19:40.440Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:19:40.441Z||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-07-26T06:19:40.441Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:19:49.986Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:19:49.989Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:20:40.437Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:20:40.438Z||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-07-26T06:20:40.439Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:20:40.440Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:20:40.441Z||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-07-26T06:20:40.442Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:20:50.007Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:20:50.015Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:21:40.437Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:21:40.438Z||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-07-26T06:21:40.438Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:21:40.440Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:21:40.440Z||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-07-26T06:21:40.440Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:21:50.050Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:21:50.051Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:22:40.437Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:22:40.439Z||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-07-26T06:22:40.439Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:22:40.440Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:22:40.441Z||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-07-26T06:22:40.441Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:22:50.000Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:22:50.018Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:23:40.437Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:23:40.438Z||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-07-26T06:23:40.439Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:23:40.440Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:23:40.442Z||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-07-26T06:23:40.442Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:23:49.999Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:23:50.026Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:24:40.437Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:24:40.439Z||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-07-26T06:24:40.440Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:24:40.440Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:24:40.440Z||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-07-26T06:24:40.441Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:24:50.009Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:24:50.015Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:25:40.439Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:25:40.440Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:25:40.443Z||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-07-26T06:25:40.443Z||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-07-26T06:25:40.443Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:25:40.443Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:25:49.920Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:25:49.922Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-26T06:25:49.923Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"45c3c3d6-6203-44a4-a2ed-a9bfbffc847c","serviceName":"basic_onboard_bdGlwt","serviceVersion":"1.0","serviceUUID":"5d6a0ec3-e894-4409-aed4-5fc3ec22fd08","serviceDescription":"service","serviceInvariantUUID":"eba044e6-8a16-43aa-89e9-9cc389ebabce","resources":[{"resourceInstanceName":"basic_onboard_bdGlwt 0","resourceName":"basic_onboard_bdGlwt","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2f0f68b9-cfa7-4b8d-b99a-d94239a233dd","resourceInvariantUUID":"8a97a3c2-76a3-4a87-b20d-56dfec6dc641","resourceCustomizationUUID":"07e6e9ea-7ec1-4329-b6c9-139b8533f73c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/vf-license-model.xml","artifactChecksum":"NTg4NDMyZDYwNmNmMGE5YjFjMzQxZjhlYWIxOTI4YjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f6e0ff43-b04a-4f54-b93c-fd06aa8f6d56","artifactVersion":"1"},{"artifactName":"basic_onboard_bdglwt0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/basic_onboard_bdglwt0_modules.json","artifactChecksum":"ZTkzZTZmOTE3ODQ2MjQxMTM5NzQ2MmIxNDU0NjA0Yjg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"740818f9-0ed9-4b90-994d-d25e2d913163","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6008a659-965c-424b-8789-56333bec593f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"53089156-eb8d-48a3-9b51-177a405723db","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"78ccd804-a7dc-4865-8b4a-15963f033138","artifactVersion":"2","generatedFromUUID":"6008a659-965c-424b-8789-56333bec593f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardBdglwt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/artifacts/service-BasicOnboardBdglwt-template.yml","artifactChecksum":"OTNlMTZiMWRjM2YxZDFlMDMzZWExYjQ1NmQxYjE2NDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"57c8637d-ddcc-4aaf-ae3b-f00506693d66","artifactVersion":"1"},{"artifactName":"service-BasicOnboardBdglwt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/artifacts/service-BasicOnboardBdglwt-csar.csar","artifactChecksum":"ZWE0YjU2NWIyZDU2NmE0ZmQ5MzJjNmMzMDk5NWI0M2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"18adee98-57b1-466d-9ad7-d62bfed8cb2e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-26T06:25:49.947Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-26T06:25:49.962Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:25:49.980Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:25:49.980Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658816740438,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:25:50.041Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:25:50.080Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-07-26T06:25:50.086Z||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-07-26T06:25:50.086Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:25:50.100Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:25:50.101Z||pool-3-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-26T06:25:50.989Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-26T06:25:50.990Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:25:50.992Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:25:50.992Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658816740438,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/basic_onboard_bdglwt0_modules.json",
  "status": "NOTIFIED"
}
2022-07-26T06:25:51.092Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T06:25:51.093Z||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-07-26T06:25:51.094Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:25:51.106Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:25:51.107Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-26T06:25:51.992Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-26T06:25:51.994Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:25:51.996Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:25:51.996Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658816740438,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-07-26T06:25:52.097Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-26T06:25:52.099Z||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-07-26T06:25:52.099Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:25:52.122Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:25:52.123Z||pool-5-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-07-26T06:25:52.997Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-26T06:25:52.998Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:25:53.000Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:25:53.000Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658816740438,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:25:53.100Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T06:25:53.102Z||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-07-26T06:25:53.102Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:25:53.116Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:25:53.117Z||pool-6-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-26T06:25:54.001Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-26T06:25:54.002Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:25:54.004Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:25:54.004Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658816740438,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-07-26T06:25:54.104Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T06:25:54.105Z||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-07-26T06:25:54.105Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:25:54.117Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:25:54.117Z||pool-7-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-07-26T06:25:55.005Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-26T06:25:55.010Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:25:55.014Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:25:55.014Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658816740438,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/artifacts/service-BasicOnboardBdglwt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:25:55.113Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-26T06:25:55.114Z||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-07-26T06:25:55.114Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:25:55.126Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:25:55.126Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-07-26T06:25:56.015Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-26T06:25:56.015Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:25:56.021Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:25:56.021Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658816740438,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/artifacts/service-BasicOnboardBdglwt-csar.csar",
  "status": "NOTIFIED"
}
2022-07-26T06:25:56.118Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-07-26T06:25:56.119Z||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-07-26T06:25:56.119Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:25:56.132Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:25:56.133Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-07-26T06:25:57.024Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "serviceName": "basic_onboard_bdGlwt",
  "serviceVersion": "1.0",
  "serviceUUID": "5d6a0ec3-e894-4409-aed4-5fc3ec22fd08",
  "serviceDescription": "service",
  "serviceInvariantUUID": "eba044e6-8a16-43aa-89e9-9cc389ebabce",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_bdGlwt 0",
      "resourceCustomizationUUID": "07e6e9ea-7ec1-4329-b6c9-139b8533f73c",
      "resourceName": "basic_onboard_bdGlwt",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2f0f68b9-cfa7-4b8d-b99a-d94239a233dd",
      "resourceInvariantUUID": "8a97a3c2-76a3-4a87-b20d-56dfec6dc641",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_bdglwt0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/basic_onboard_bdglwt0_modules.json",
          "artifactChecksum": "ZTkzZTZmOTE3ODQ2MjQxMTM5NzQ2MmIxNDU0NjA0Yjg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "740818f9-0ed9-4b90-994d-d25e2d913163",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "6008a659-965c-424b-8789-56333bec593f",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "78ccd804-a7dc-4865-8b4a-15963f033138",
            "generatedFromUUID": "6008a659-965c-424b-8789-56333bec593f"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "78ccd804-a7dc-4865-8b4a-15963f033138",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardBdglwt-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/artifacts/service-BasicOnboardBdglwt-csar.csar",
      "artifactChecksum": "ZWE0YjU2NWIyZDU2NmE0ZmQ5MzJjNmMzMDk5NWI0M2I\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "18adee98-57b1-466d-9ad7-d62bfed8cb2e"
    }
  ],
  "workloadContext": "Production"
}
2022-07-26T06:25:57.027Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-26T06:25:57.027Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5d6a0ec3-e894-4409-aed4-5fc3ec22fd08 ASDC
2022-07-26T06:25:57.176Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:45c3c3d6-6203-44a4-a2ed-a9bfbffc847c
ServiceName:basic_onboard_bdGlwt
ServiceVersion:1.0
ServiceUUID:5d6a0ec3-e894-4409-aed4-5fc3ec22fd08
ServiceInvariantUUID:eba044e6-8a16-43aa-89e9-9cc389ebabce
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardBdglwt-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/artifacts/service-BasicOnboardBdglwt-csar.csar
ArtifactUUID:18adee98-57b1-466d-9ad7-d62bfed8cb2e
ArtifactChecksum:ZWE0YjU2NWIyZDU2NmE0ZmQ5MzJjNmMzMDk5NWI0M2I=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_bdGlwt 0
ResourceCustomizationUUID:07e6e9ea-7ec1-4329-b6c9-139b8533f73c
ResourceInvariantUUID:8a97a3c2-76a3-4a87-b20d-56dfec6dc641
ResourceName:basic_onboard_bdGlwt
ResourceType:VF
ResourceUUID:2f0f68b9-cfa7-4b8d-b99a-d94239a233dd
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_bdglwt0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/basic_onboard_bdglwt0_modules.json
ArtifactUUID:740818f9-0ed9-4b90-994d-d25e2d913163
ArtifactChecksum:ZTkzZTZmOTE3ODQ2MjQxMTM5NzQ2MmIxNDU0NjA0Yjg=
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/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/base_ubuntu18.yaml
ArtifactUUID:6008a659-965c-424b-8789-56333bec593f
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/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/base_ubuntu18.env
ArtifactUUID:78ccd804-a7dc-4865-8b4a-15963f033138
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/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/base_ubuntu18.env
ArtifactUUID:78ccd804-a7dc-4865-8b4a-15963f033138
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-26T06:25:57.177Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5d6a0ec3-e894-4409-aed4-5fc3ec22fd08 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-07-26T06:25:57.475Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-26T06:25:57.479Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-07-26T06:25:57.480Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-07-26T06:25:57.481Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 18adee98-57b1-466d-9ad7-d62bfed8cb2e from URL: /sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/artifacts/service-BasicOnboardBdglwt-csar.csar
2022-07-26T06:25:57.481Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-07-26T06:25:57.483Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/artifacts/service-BasicOnboardBdglwt-csar.csar
2022-07-26T06:25:57.715Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-07-26T06:25:57.745Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/artifacts/service-BasicOnboardBdglwt-csar.csar 18adee98-57b1-466d-9ad7-d62bfed8cb2e 75618
2022-07-26T06:25:57.766Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/artifacts/service-BasicOnboardBdglwt-csar.csar ASDC sendASDCNotification
2022-07-26T06:25:57.766Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/artifacts/service-BasicOnboardBdglwt-csar.csar
2022-07-26T06:25:57.768Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-26T06:25:57.769Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:25:57.772Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:25:57.772Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658816757745,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/artifacts/service-BasicOnboardBdglwt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:25:57.872Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T06:25:57.873Z||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-07-26T06:25:57.873Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:25:57.889Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:25:57.890Z||pool-10-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-26T06:25:58.773Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-26T06:25:58.774Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-07-26T06:25:58.774Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 18adee98-57b1-466d-9ad7-d62bfed8cb2e, URL: /sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/artifacts/service-BasicOnboardBdglwt-csar.csar to file: /app/ASDC/1/service-BasicOnboardBdglwt-csar.csar
2022-07-26T06:25:58.775Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardBdglwt-csar.csar
2022-07-26T06:25:58.866Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardBdglwt-csar.csar
2022-07-26T06:25:58.867Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardBdglwt-csar.csar
2022-07-26T06:25:59.629Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16437915095161206911/Definitions/service-BasicOnboardBdglwt-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_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" 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_subnetpoolid" is not provided
2022-07-26T06:26:01.511Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-26T06:26:01.517Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-07-26T06:26:01.517Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardBdglwt-csar.csar
2022-07-26T06:26:01.517Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-07-26T06:26:01.517Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardBdglwt-csar.csar
2022-07-26T06:26:01.517Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardBdglwt-csar.csar
2022-07-26T06:26:01.517Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardBdglwt-csar.csar
2022-07-26T06:26:01.518Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardBdglwt-csar.csar
2022-07-26T06:26:01.518Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardBdglwt-csar.csar
2022-07-26T06:26:01.518Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardBdglwt-csar.csar
2022-07-26T06:26:01.518Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardBdglwt-csar.csar
2022-07-26T06:26:01.518Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_bdGlwt 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardBdglwt-csar.csar
2022-07-26T06:26:01.518Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardBdglwt-csar.csar
2022-07-26T06:26:01.518Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-07-26T06:26:01.525Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:26:01.527Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_bdGlwt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:26:01.531Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_bdGlwt 0 is matching search criteria
2022-07-26T06:26:01.531Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-07-26T06:26:01.533Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_bdGlwt 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-26T06:26:01.535Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:26:01.535Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_bdGlwt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:26:01.535Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_bdGlwt 0 is matching search criteria
2022-07-26T06:26:01.535Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-07-26T06:26:01.535Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_bdGlwt 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-26T06:26:01.536Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:26:01.536Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_bdGlwt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:26:01.539Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:26:01.539Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_bdGlwt 0 is not matching search criteria
2022-07-26T06:26:01.539Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-07-26T06:26:01.540Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-07-26T06:26:01.540Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-07-26T06:26:01.540Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-26T06:26:01.540Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-26T06:26:01.540Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:26:01.541Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_bdGlwt is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-26T06:26:01.542Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:26:01.542Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_bdGlwt 0 is matching search criteria
2022-07-26T06:26:01.542Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_bdGlwt 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-26T06:26:01.543Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:26:01.543Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_bdGlwt 0 is matching search criteria
2022-07-26T06:26:01.543Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_bdGlwt 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-26T06:26:01.543Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:26:01.543Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_bdGlwt 0 is matching search criteria
2022-07-26T06:26:01.544Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_bdGlwt 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-26T06:26:01.544Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:26:01.544Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_bdGlwt 0 is not matching search criteria
2022-07-26T06:26:01.544Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-07-26T06:26:01.544Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-26T06:26:01.545Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e38e6efd-8a08-43c9-88ea-b6909989c8a4
2022-07-26T06:26:01.545Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:26:01.545Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_bdGlwt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:26:01.545Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:26:01.545Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_bdGlwt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:26:01.546Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:26:01.546Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_bdGlwt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:26:01.546Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:26:01.546Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_bdGlwt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:26:01.546Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_bdGlwt
Description:service
Model UUID:5d6a0ec3-e894-4409-aed4-5fc3ec22fd08
Model Version:NULL
Model InvariantUuid:eba044e6-8a16-43aa-89e9-9cc389ebabce
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_bdGlwt
Model UUID:68cf7ffd-9964-47f6-aac3-182cc30a6b7b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8a97a3c2-76a3-4a87-b20d-56dfec6dc641
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:07e6e9ea-7ec1-4329-b6c9-139b8533f73c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:87065ed8-3ea9-45b3-8855-10bc3c5b373a
ModelName:BasicOnboardBdglwt..base_ubuntu18..module-0
ModelUuid:1e2d4b1b-3149-48e9-8eb7-2a4011528b8d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e38e6efd-8a08-43c9-88ea-b6909989c8a4
ModelInvariantUuid:70281c68-af90-4626-a209-566f32fc2ff1
ModelName:basic_onboard_bdGlwt-nodes.ubuntu18Cvfc
ModelUuid:db100365-b405-401b-bf48-55bf0c1ff754
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:fc83d2e2-97db-4406-9669-3df1a79d7f85
ModelInvariantUuid:dde4efbf-36a4-4e8d-a9cd-eef95e0f91fc
ModelName:BasicOnboardBdglwt.compute.nodes.heat.ubuntu18
ModelUuid:4c723ee9-1895-4039-8aea-8be73f8a9561
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-07-26T06:26:01.578Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 2f0f68b9-cfa7-4b8d-b99a-d94239a233dd
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-07-26T06:26:01.670Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||INFO|500||basic_onboard_bdGlwt 0
2022-07-26T06:26:01.677Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2f0f68b9-cfa7-4b8d-b99a-d94239a233dd
2022-07-26T06:26:01.677Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 740818f9-0ed9-4b90-994d-d25e2d913163 from URL: /sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/basic_onboard_bdglwt0_modules.json
2022-07-26T06:26:01.677Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-07-26T06:26:01.678Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/basic_onboard_bdglwt0_modules.json
2022-07-26T06:26:02.065Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-07-26T06:26:02.066Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/basic_onboard_bdglwt0_modules.json 740818f9-0ed9-4b90-994d-d25e2d913163 798
2022-07-26T06:26:02.066Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/basic_onboard_bdglwt0_modules.json ASDC sendASDCNotification
2022-07-26T06:26:02.066Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/basic_onboard_bdglwt0_modules.json
2022-07-26T06:26:02.066Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-26T06:26:02.067Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:26:02.071Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:26:02.071Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658816762066,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/basic_onboard_bdglwt0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:26:02.171Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-26T06:26:02.175Z||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-07-26T06:26:02.176Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:26:02.189Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:26:02.189Z||pool-11-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-26T06:26:03.073Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardBdglwt..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "87065ed8-3ea9-45b3-8855-10bc3c5b373a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1e2d4b1b-3149-48e9-8eb7-2a4011528b8d",
    "vfModuleModelCustomizationUUID": "8bacc19d-3d2a-49d4-8f7c-80a246a6ecce",
    "isBase": true,
    "artifacts": [
      "6008a659-965c-424b-8789-56333bec593f",
      "78ccd804-a7dc-4865-8b4a-15963f033138"
    ],
    "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-07-26T06:26:03.088Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardBdglwt..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1e2d4b1b-3149-48e9-8eb7-2a4011528b8d
VfModuleModelInvariantUUID:87065ed8-3ea9-45b3-8855-10bc3c5b373a
VfModuleModelDescription:NULL
Artifacts UUID List:{
6008a659-965c-424b-8789-56333bec593f
,
78ccd804-a7dc-4865-8b4a-15963f033138

}
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-07-26T06:26:03.091Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardBdglwt..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "87065ed8-3ea9-45b3-8855-10bc3c5b373a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1e2d4b1b-3149-48e9-8eb7-2a4011528b8d",
    "vfModuleModelCustomizationUUID": "8bacc19d-3d2a-49d4-8f7c-80a246a6ecce",
    "isBase": true,
    "artifacts": [
      "6008a659-965c-424b-8789-56333bec593f",
      "78ccd804-a7dc-4865-8b4a-15963f033138"
    ],
    "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-07-26T06:26:03.091Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardBdglwt..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1e2d4b1b-3149-48e9-8eb7-2a4011528b8d
VfModuleModelInvariantUUID:87065ed8-3ea9-45b3-8855-10bc3c5b373a
VfModuleModelDescription:NULL
Artifacts UUID List:{
6008a659-965c-424b-8789-56333bec593f
,
78ccd804-a7dc-4865-8b4a-15963f033138

}
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-07-26T06:26:03.092Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 6008a659-965c-424b-8789-56333bec593f from URL: /sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/base_ubuntu18.yaml
2022-07-26T06:26:03.092Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-07-26T06:26:03.092Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/base_ubuntu18.yaml
2022-07-26T06:26:03.249Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-07-26T06:26:03.250Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/base_ubuntu18.yaml 6008a659-965c-424b-8789-56333bec593f 5033
2022-07-26T06:26:03.250Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-07-26T06:26:03.250Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/base_ubuntu18.yaml
2022-07-26T06:26:03.251Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-26T06:26:03.251Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:26:03.253Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:26:03.254Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658816763250,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:26:03.354Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T06:26:03.355Z||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-07-26T06:26:03.355Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:26:03.372Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:26:03.372Z||pool-12-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-26T06:26:04.255Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 78ccd804-a7dc-4865-8b4a-15963f033138 from URL: /sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/base_ubuntu18.env
2022-07-26T06:26:04.255Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-07-26T06:26:04.255Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/base_ubuntu18.env
2022-07-26T06:26:04.510Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-07-26T06:26:04.511Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/base_ubuntu18.env 78ccd804-a7dc-4865-8b4a-15963f033138 909
2022-07-26T06:26:04.511Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-07-26T06:26:04.511Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/base_ubuntu18.env
2022-07-26T06:26:04.512Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-26T06:26:04.512Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:26:04.514Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:26:04.514Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658816764511,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:26:04.614Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T06:26:04.615Z||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-07-26T06:26:04.616Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:26:04.628Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:26:04.629Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-07-26T06:26:05.515Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 5d6a0ec3-e894-4409-aed4-5fc3ec22fd08
2022-07-26T06:26:05.515Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_bdGlwt 0 2f0f68b9-cfa7-4b8d-b99a-d94239a233dd 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-07-26T06:26:05.545Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1d7779b5, org.onap.sdc.toscaparser.api.parameters.Input@142a8b6b, org.onap.sdc.toscaparser.api.parameters.Input@68416835, org.onap.sdc.toscaparser.api.parameters.Input@51e223, org.onap.sdc.toscaparser.api.parameters.Input@264d894d]
2022-07-26T06:26:05.549Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:26:05.549Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_bdGlwt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:26:05.549Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-07-26T06:26:05.550Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 07e6e9ea-7ec1-4329-b6c9-139b8533f73c
2022-07-26T06:26:05.550Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 07e6e9ea-7ec1-4329-b6c9-139b8533f73c matches Tosca VF Customization UUID: 07e6e9ea-7ec1-4329-b6c9-139b8533f73c
2022-07-26T06:26:05.550Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 07e6e9ea-7ec1-4329-b6c9-139b8533f73c  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-07-26T06:26:05.556Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:26:05.557Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_bdGlwt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:26:05.558Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 07e6e9ea-7ec1-4329-b6c9-139b8533f73c: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-07-26T06:26:05.558Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@89a3a0
2022-07-26T06:26:05.558Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:26:05.558Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_bdGlwt is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-26T06:26:05.559Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8bacc19d-3d2a-49d4-8f7c-80a246a6ecce
2022-07-26T06:26:05.560Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8bacc19d-3d2a-49d4-8f7c-80a246a6ecce
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-07-26T06:26:05.565Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:26:05.565Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_bdGlwt 0 is matching search criteria
2022-07-26T06:26:05.566Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_bdGlwt 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-26T06:26:05.566Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:26:05.567Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_bdGlwt 0 is matching search criteria
2022-07-26T06:26:05.567Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_bdGlwt 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-26T06:26:05.567Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:26:05.567Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_bdGlwt 0 is not matching search criteria
2022-07-26T06:26:05.567Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-07-26T06:26:05.568Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-26T06:26:05.568Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e38e6efd-8a08-43c9-88ea-b6909989c8a4
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-07-26T06:26:05.575Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:26:05.575Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_bdGlwt 0 is matching search criteria
2022-07-26T06:26:05.575Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_bdGlwt 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-26T06:26:05.576Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:26:05.576Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_bdGlwt 0 is matching search criteria
2022-07-26T06:26:05.576Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_bdGlwt 0] matching following query criteria: sdcType=VF, customizationUUID=07e6e9ea-7ec1-4329-b6c9-139b8533f73c
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-07-26T06:26:05.578Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:26:05.578Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_bdGlwt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:26:05.578Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 5d6a0ec3-e894-4409-aed4-5fc3ec22fd08: basic_onboard_bdGlwt
2022-07-26T06:26:05.578Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:26:05.579Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_bdGlwt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:26:05.579Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:26:05.579Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_bdGlwt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:26:05.579Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:26:05.579Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_bdGlwt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:26:05.580Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:26:05.580Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_bdGlwt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:26:05.580Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:26:05.580Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_bdGlwt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:26:05.581Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_bdGlwt 
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-07-26T06:26:05.762Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_bdGlwt 2f0f68b9-cfa7-4b8d-b99a-d94239a233dd 1 ASDC deployResourceStructure
2022-07-26T06:26:05.763Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/basic_onboard_bdglwt0_modules.json ASDC sendASDCNotification
2022-07-26T06:26:05.763Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/basic_onboard_bdglwt0_modules.json
2022-07-26T06:26:05.764Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-26T06:26:05.764Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:26:05.766Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:26:05.766Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658816765763,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/basic_onboard_bdglwt0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-26T06:26:05.866Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T06:26:05.867Z||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-07-26T06:26:05.867Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:26:05.883Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:26:05.883Z||pool-14-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-26T06:26:06.767Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-07-26T06:26:06.767Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/base_ubuntu18.yaml
2022-07-26T06:26:06.767Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-26T06:26:06.768Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:26:06.770Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:26:06.770Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658816766767,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-07-26T06:26:06.870Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T06:26:06.871Z||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-07-26T06:26:06.871Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:26:06.884Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:26:06.885Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-26T06:26:07.771Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-07-26T06:26:07.772Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/base_ubuntu18.env
2022-07-26T06:26:07.772Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-26T06:26:07.772Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:26:07.775Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:26:07.775Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658816767771,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-07-26T06:26:07.875Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T06:26:07.876Z||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-07-26T06:26:07.876Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:26:07.892Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:26:07.892Z||pool-16-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-26T06:26:08.776Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/artifacts/service-BasicOnboardBdglwt-csar.csar ASDC sendASDCNotification
2022-07-26T06:26:08.777Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/artifacts/service-BasicOnboardBdglwt-csar.csar
2022-07-26T06:26:08.777Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-26T06:26:08.777Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:26:08.779Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:26:08.780Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658816768776,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/artifacts/service-BasicOnboardBdglwt-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-26T06:26:08.879Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-26T06:26:08.880Z||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-07-26T06:26:08.881Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:26:08.899Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:26:08.899Z||pool-17-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-26T06:26:09.781Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 45c3c3d6-6203-44a4-a2ed-a9bfbffc847c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-26T06:26:09.810Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 45c3c3d6-6203-44a4-a2ed-a9bfbffc847c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-07-26T06:26:09.812Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-26T06:26:09.812Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-26T06:26:09.812Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-26T06:26:39.813Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 45c3c3d6-6203-44a4-a2ed-a9bfbffc847c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-26T06:26:39.825Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 45c3c3d6-6203-44a4-a2ed-a9bfbffc847c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-07-26T06:26:39.828Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-26T06:26:39.828Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-26T06:26:39.828Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-26T06:26:40.440Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:26:40.441Z||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-07-26T06:26:40.441Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:26:41.090Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:26:41.094Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:26:41.094Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "cds",
  "timestamp": 1658816744208,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:26:41.098Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:26:41.098Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:26:41.098Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658816740533,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:26:41.098Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:26:41.098Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:26:41.098Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658816740438,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:26:41.099Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:26:41.099Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:26:41.099Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "clamp",
  "timestamp": 1658816741201,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:26:41.099Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:26:41.099Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:26:41.099Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658816744817,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:26:41.099Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:26:41.100Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:26:41.100Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "aai-ml",
  "timestamp": 1658816750351,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:26:41.100Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:26:41.100Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:26:41.100Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658816740533,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/basic_onboard_bdglwt0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:26:41.100Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:26:41.100Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:26:41.100Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "cds",
  "timestamp": 1658816744208,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/basic_onboard_bdglwt0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:26:41.101Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:26:41.101Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:26:41.101Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658816740438,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/basic_onboard_bdglwt0_modules.json",
  "status": "NOTIFIED"
}
2022-07-26T06:26:41.101Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:26:41.101Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:26:41.101Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "clamp",
  "timestamp": 1658816741201,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/basic_onboard_bdglwt0_modules.json",
  "status": "NOTIFIED"
}
2022-07-26T06:26:41.102Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:26:41.102Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:26:41.102Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658816744817,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/basic_onboard_bdglwt0_modules.json",
  "status": "NOTIFIED"
}
2022-07-26T06:26:41.102Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:26:41.102Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:26:41.102Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "aai-ml",
  "timestamp": 1658816750351,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/basic_onboard_bdglwt0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:26:41.103Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:26:41.103Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:26:41.103Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658816740533,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:26:41.103Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:26:41.103Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:26:41.103Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "cds",
  "timestamp": 1658816744208,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:26:41.104Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:26:41.104Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:26:41.104Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658816740438,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-07-26T06:26:41.104Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:26:41.104Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:26:41.104Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "clamp",
  "timestamp": 1658816741201,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:26:41.105Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:26:41.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:26:41.105Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658816744817,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-07-26T06:26:41.106Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:26:41.106Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:26:41.106Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "aai-ml",
  "timestamp": 1658816750351,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:26:41.106Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:26:41.106Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:26:41.106Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658816740533,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:26:41.107Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:26:41.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:26:41.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "cds",
  "timestamp": 1658816744208,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:26:41.107Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:26:41.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:26:41.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658816740438,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:26:41.107Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:26:41.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:26:41.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "clamp",
  "timestamp": 1658816741201,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:26:41.108Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:26:41.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:26:41.108Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658816744817,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:26:41.108Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:26:41.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:26:41.108Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "aai-ml",
  "timestamp": 1658816750351,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:26:41.108Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:26:41.109Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:26:41.109Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "cds",
  "timestamp": 1658816744208,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:26:41.109Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:26:41.109Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:26:41.109Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658816740533,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:26:41.109Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:26:41.109Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:26:41.109Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658816740438,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-07-26T06:26:41.110Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:26:41.110Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:26:41.110Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658816744817,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-07-26T06:26:41.110Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:26:41.110Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:26:41.110Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "clamp",
  "timestamp": 1658816741201,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:26:41.110Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:26:41.110Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:26:41.110Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "policy-id",
  "timestamp": 1658816754126,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:26:41.111Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:26:41.111Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:26:41.111Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "aai-ml",
  "timestamp": 1658816750351,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:26:41.111Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:26:41.111Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:26:41.111Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658816740533,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/artifacts/service-BasicOnboardBdglwt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:26:41.111Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:26:41.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:26:41.112Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "cds",
  "timestamp": 1658816744208,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/artifacts/service-BasicOnboardBdglwt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:26:41.112Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:26:41.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:26:41.112Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658816740438,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/artifacts/service-BasicOnboardBdglwt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:26:41.112Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:26:41.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:26:41.113Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658816744817,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/artifacts/service-BasicOnboardBdglwt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:26:41.113Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:26:41.113Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:26:41.113Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "clamp",
  "timestamp": 1658816741201,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/artifacts/service-BasicOnboardBdglwt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:26:41.113Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:26:41.113Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:26:41.113Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "policy-id",
  "timestamp": 1658816754126,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/basic_onboard_bdglwt0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:26:41.113Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:26:41.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:26:41.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "aai-ml",
  "timestamp": 1658816750351,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/artifacts/service-BasicOnboardBdglwt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:26:41.114Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:26:41.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:26:41.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658816740533,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/artifacts/service-BasicOnboardBdglwt-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:26:41.114Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:26:41.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:26:41.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "cds",
  "timestamp": 1658816744208,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/artifacts/service-BasicOnboardBdglwt-csar.csar",
  "status": "NOTIFIED"
}
2022-07-26T06:26:41.115Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:26:41.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:26:41.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658816740438,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/artifacts/service-BasicOnboardBdglwt-csar.csar",
  "status": "NOTIFIED"
}
2022-07-26T06:26:41.115Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:26:41.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:26:41.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658816744817,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/artifacts/service-BasicOnboardBdglwt-csar.csar",
  "status": "NOTIFIED"
}
2022-07-26T06:26:41.115Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:26:41.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:26:41.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "clamp",
  "timestamp": 1658816741201,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/artifacts/service-BasicOnboardBdglwt-csar.csar",
  "status": "NOTIFIED"
}
2022-07-26T06:26:41.116Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:26:41.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:26:41.116Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "policy-id",
  "timestamp": 1658816754126,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-07-26T06:26:41.116Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:26:41.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:26:41.116Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "aai-ml",
  "timestamp": 1658816750351,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/artifacts/service-BasicOnboardBdglwt-csar.csar",
  "status": "NOTIFIED"
}
2022-07-26T06:26:41.116Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:26:41.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:26:41.117Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "policy-id",
  "timestamp": 1658816754126,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:26:41.117Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:26:41.117Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:26:41.117Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658816756893,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/basic_onboard_bdglwt0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:26:41.117Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:26:41.117Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:26:41.117Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "cds",
  "timestamp": 1658816757597,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/artifacts/service-BasicOnboardBdglwt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:26:41.117Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:26:41.118Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:26:41.118Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658816757745,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/artifacts/service-BasicOnboardBdglwt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:26:41.118Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:26:41.118Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:26:41.118Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "aai-ml",
  "timestamp": 1658816758423,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/artifacts/service-BasicOnboardBdglwt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:26:41.118Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:26:41.118Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:26:41.118Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "policy-id",
  "timestamp": 1658816754126,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:26:41.119Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:26:41.119Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:26:41.119Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "cds",
  "timestamp": 1658816758623,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/artifacts/service-BasicOnboardBdglwt-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-07-26T06:26:41.127Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 45c3c3d6-6203-44a4-a2ed-a9bfbffc847c
2022-07-26T06:26:41.128Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45c3c3d6-6203-44a4-a2ed-a9bfbffc847c 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-07-26T06:26:41.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:26:41.140Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658816758044,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:26:41.141Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:26:41.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:26:41.141Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "policy-id",
  "timestamp": 1658816754126,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/artifacts/service-BasicOnboardBdglwt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:26:41.142Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:26:41.142Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:26:41.142Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658816759423,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:26:41.143Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:26:41.143Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:26:41.143Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "policy-id",
  "timestamp": 1658816754126,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/artifacts/service-BasicOnboardBdglwt-csar.csar",
  "status": "NOTIFIED"
}
2022-07-26T06:26:41.143Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:26:41.143Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:26:41.144Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658816760496,
  "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-07-26T06:26:41.149Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 45c3c3d6-6203-44a4-a2ed-a9bfbffc847c
2022-07-26T06:26:41.150Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45c3c3d6-6203-44a4-a2ed-a9bfbffc847c 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-07-26T06:26:41.159Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:26:41.159Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658816760915,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:26:41.160Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:26:41.160Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:26:41.160Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658816762066,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/basic_onboard_bdglwt0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:26:41.161Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:26:41.161Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:26:41.161Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658816761502,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/basic_onboard_bdglwt0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-26T06:26:41.161Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:26:41.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:26:41.162Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "policy-id",
  "timestamp": 1658816762606,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/artifacts/service-BasicOnboardBdglwt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:26:41.162Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:26:41.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:26:41.163Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658816760915,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/basic_onboard_bdglwt0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:26:41.163Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:26:41.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:26:41.163Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "policy-id",
  "timestamp": 1658816763684,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/artifacts/service-BasicOnboardBdglwt-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-26T06:26:41.164Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:26:41.164Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:26:41.164Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658816763250,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:26:41.165Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:26:41.165Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:26:41.165Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658816760915,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:26:41.165Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:26:41.165Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:26:41.165Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "policy-id",
  "timestamp": 1658816764691,
  "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-07-26T06:26:41.171Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 45c3c3d6-6203-44a4-a2ed-a9bfbffc847c
2022-07-26T06:26:41.171Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45c3c3d6-6203-44a4-a2ed-a9bfbffc847c 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: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-07-26T06:26:41.179Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:26:41.179Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658816760915,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:26:41.179Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:26:41.179Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:26:41.180Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658816764511,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:26:41.180Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:26:41.180Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:26:41.180Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658816760915,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:26:41.180Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:26:41.180Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:26:41.180Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658816765763,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/basic_onboard_bdglwt0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-26T06:26:41.181Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:26:41.181Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:26:41.181Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658816760915,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/artifacts/service-BasicOnboardBdglwt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:26:41.181Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:26:41.181Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:26:41.181Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "clamp",
  "timestamp": 1658816766593,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/artifacts/service-BasicOnboardBdglwt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:26:41.181Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:26:41.181Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:26:41.182Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658816766767,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-07-26T06:26:41.182Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:26:41.182Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:26:41.182Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658816760915,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/artifacts/service-BasicOnboardBdglwt-csar.csar",
  "status": "NOTIFIED"
}
2022-07-26T06:26:41.182Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:26:41.182Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:26:41.182Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658816767771,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/resourceInstances/basic_onboard_bdglwt0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-07-26T06:26:41.182Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:26:41.183Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:26:41.183Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "clamp",
  "timestamp": 1658816768620,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/artifacts/service-BasicOnboardBdglwt-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-26T06:26:41.183Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:26:41.183Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:26:41.183Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658816769003,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/artifacts/service-BasicOnboardBdglwt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:26:41.183Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:26:41.183Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:26:41.183Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658816768776,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/artifacts/service-BasicOnboardBdglwt-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-26T06:26:41.183Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:26:41.184Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:26:41.184Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "clamp",
  "timestamp": 1658816769658,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-26T06:26:41.189Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 45c3c3d6-6203-44a4-a2ed-a9bfbffc847c
2022-07-26T06:26:41.189Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45c3c3d6-6203-44a4-a2ed-a9bfbffc847c and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-26T06:26:41.199Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:26:41.199Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658816773264,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/artifacts/service-BasicOnboardBdglwt-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-26T06:26:41.199Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:26:41.199Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:26:41.199Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658816774270,
  "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-07-26T06:26:41.204Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 45c3c3d6-6203-44a4-a2ed-a9bfbffc847c
2022-07-26T06:26:41.204Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45c3c3d6-6203-44a4-a2ed-a9bfbffc847c 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-07-26T06:26:41.212Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:26:41.212Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "aai-ml",
  "timestamp": 1658816779995,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBdglwt/1.0/artifacts/service-BasicOnboardBdglwt-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-26T06:26:41.212Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:26:41.213Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:26:41.213Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "aai-ml",
  "timestamp": 1658816781000,
  "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-07-26T06:26:41.217Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 45c3c3d6-6203-44a4-a2ed-a9bfbffc847c
2022-07-26T06:26:41.217Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45c3c3d6-6203-44a4-a2ed-a9bfbffc847c 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-07-26T06:27:09.828Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 45c3c3d6-6203-44a4-a2ed-a9bfbffc847c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-26T06:27:09.840Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 45c3c3d6-6203-44a4-a2ed-a9bfbffc847c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-07-26T06:27:09.843Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-26T06:27:09.843Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-26T06:27:09.844Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-26T06:27:09.844Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-26T06:27:09.844Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-26T06:27:09.844Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-26T06:27:09.844Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-26T06:27:09.844Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-26T06:27:09.844Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-26T06:27:09.844Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-26T06:27:09.845Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-26T06:27:09.850Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-26T06:27:39.850Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 45c3c3d6-6203-44a4-a2ed-a9bfbffc847c 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-07-26T06:27:39.861Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 45c3c3d6-6203-44a4-a2ed-a9bfbffc847c and serviceModelVersionId: 5d6a0ec3-e894-4409-aed4-5fc3ec22fd08
2022-07-26T06:27:39.862Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : eba044e6-8a16-43aa-89e9-9cc389ebabce
2022-07-26T06:27:40.440Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:27:40.441Z||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-07-26T06:27:40.441Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:27:49.996Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:27:55.030Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/eba044e6-8a16-43aa-89e9-9cc389ebabce/model-vers/model-ver/5d6a0ec3-e894-4409-aed4-5fc3ec22fd08?depth=0
2022-07-26T06:27:55.142Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-07-26T06:27:55.619Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eba044e6-8a16-43aa-89e9-9cc389ebabce/model-vers/model-ver/5d6a0ec3-e894-4409-aed4-5fc3ec22fd08?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-07-26T06:27:55.623Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eba044e6-8a16-43aa-89e9-9cc389ebabce/model-vers/model-ver/5d6a0ec3-e894-4409-aed4-5fc3ec22fd08?depth=0|INFO|500||Invoke
2022-07-26T06:27:55.737Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eba044e6-8a16-43aa-89e9-9cc389ebabce/model-vers/model-ver/5d6a0ec3-e894-4409-aed4-5fc3ec22fd08?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-26T06:27:56.389Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eba044e6-8a16-43aa-89e9-9cc389ebabce/model-vers/model-ver/5d6a0ec3-e894-4409-aed4-5fc3ec22fd08?depth=0|INFO|500||InvokeReturn
2022-07-26T06:27:56.392Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eba044e6-8a16-43aa-89e9-9cc389ebabce/model-vers/model-ver/5d6a0ec3-e894-4409-aed4-5fc3ec22fd08?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220726-06:27:55:942-96040], vertex-id=[176144], Content-Length=[0], Date=[Tue, 26 Jul 2022 06:27:55 GMT], Content-Type=[application/json]}
2022-07-26T06:27:56.393Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-07-26T06:27:56.408Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-26T06:27:56.408Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-26T06:27:56.418Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-26T06:27:56.420Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 45c3c3d6-6203-44a4-a2ed-a9bfbffc847c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-26T06:27:56.421Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-26T06:27:56.422Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:27:56.449Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:27:56.449Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658816876420,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-26T06:27:56.526Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 75 ms
2022-07-26T06:27:56.527Z||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-07-26T06:27:56.527Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:27:56.540Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:27:56.541Z||pool-18-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-26T06:27:57.467Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:27:57.468Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|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-07-26T06:27:57.468Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:28:07.775Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:28:07.776Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:28:07.777Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|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-07-26T06:28:07.777Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:28:17.370Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:28:40.437Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:28:40.438Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|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-07-26T06:28:40.438Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:28:40.440Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:28:40.440Z||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-07-26T06:28:40.440Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:28:41.093Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:28:41.094Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:28:41.094Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45c3c3d6-6203-44a4-a2ed-a9bfbffc847c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658816876420,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-26T06:28:41.095Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:28:44.968Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:28:44.968Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-26T06:28:44.969Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"21bb185f-f3e9-400e-b5f7-1a20901d128c","serviceName":"basic_onboard_RNAlFx","serviceVersion":"1.0","serviceUUID":"ae27b153-a090-411a-9ac3-94bef07feed3","serviceDescription":"service","serviceInvariantUUID":"c25f2b79-842b-420c-9fee-7302e3638b64","resources":[{"resourceInstanceName":"basic_onboard_RNAlFx 0","resourceName":"basic_onboard_RNAlFx","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e7118a73-5ac6-4ef4-b66e-a82f0cfea139","resourceInvariantUUID":"0c50f62d-23dc-491a-bbba-45224eb9dacf","resourceCustomizationUUID":"d58e6c9a-5dd2-4dc2-a794-4293f7e2b2de","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/vf-license-model.xml","artifactChecksum":"ZGM5MTI3ZTc1ZjAxZTJjMDI1ODM1YzM2ZDJjNmU1OTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1d88cff2-9fb0-4301-9da3-0ad8400ed868","artifactVersion":"1"},{"artifactName":"basic_onboard_rnalfx0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/basic_onboard_rnalfx0_modules.json","artifactChecksum":"Y2VhOGYzZmUxYTRhYmQ4MmJiYzc3MWE1NTEyNmE3OTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"dd184499-5095-4097-909e-d61bd1c331b9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"87b7921e-8de7-497e-9974-00aa47d47fcb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1616ac5d-96e8-4d59-97f3-f936fc1eafd3","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"dcb6ef5a-b7d9-42e9-a5f9-adc2ca1de0cd","artifactVersion":"2","generatedFromUUID":"87b7921e-8de7-497e-9974-00aa47d47fcb"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardRnalfx-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/artifacts/service-BasicOnboardRnalfx-template.yml","artifactChecksum":"YzI0ZTE2NDQyM2IwNjI5NzRmMjg5NzU1NGU5YjIxODQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f1fbe228-a216-4b2f-a0f0-d38b0ee87358","artifactVersion":"1"},{"artifactName":"service-BasicOnboardRnalfx-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/artifacts/service-BasicOnboardRnalfx-csar.csar","artifactChecksum":"YmFmMzgzNGNjYmUxMDE4ODc2Njg1ZmEzODVhOTlkMjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"488be37e-3cf0-4482-a998-b64294c645be","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-26T06:28:44.971Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-26T06:28:44.971Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:28:44.973Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:28:44.973Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658816920437,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:28:45.073Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T06:28:45.075Z||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-07-26T06:28:45.075Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:28:45.090Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:28:45.090Z||pool-19-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-26T06:28:45.974Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-26T06:28:45.975Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:28:45.977Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:28:45.977Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658816920437,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/basic_onboard_rnalfx0_modules.json",
  "status": "NOTIFIED"
}
2022-07-26T06:28:46.078Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T06:28:46.079Z||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-07-26T06:28:46.079Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:28:46.094Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:28:46.095Z||pool-20-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-26T06:28:46.978Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-26T06:28:46.979Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:28:46.982Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:28:46.982Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658816920437,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-07-26T06:28:47.082Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-26T06:28:47.084Z||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-07-26T06:28:47.084Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:28:47.117Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:28:47.117Z||pool-21-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
2022-07-26T06:28:47.983Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-26T06:28:47.984Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:28:47.986Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:28:47.986Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658816920437,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:28:48.087Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-26T06:28:48.088Z||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-07-26T06:28:48.088Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:28:48.137Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:28:48.137Z||pool-22-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1}
2022-07-26T06:28:48.987Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-26T06:28:48.988Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:28:48.991Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:28:48.991Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658816920437,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-07-26T06:28:49.090Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-26T06:28:49.091Z||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-07-26T06:28:49.091Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:28:49.109Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:28:49.109Z||pool-23-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-26T06:28:49.991Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-26T06:28:49.992Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:28:49.994Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:28:49.994Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658816920437,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/artifacts/service-BasicOnboardRnalfx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:28:50.094Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T06:28:50.095Z||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-07-26T06:28:50.096Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:28:50.111Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:28:50.111Z||pool-24-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-26T06:28:50.995Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-26T06:28:50.996Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:28:50.998Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:28:50.998Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658816920437,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/artifacts/service-BasicOnboardRnalfx-csar.csar",
  "status": "NOTIFIED"
}
2022-07-26T06:28:51.098Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T06:28:51.099Z||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-07-26T06:28:51.099Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:28:51.116Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:28:51.117Z||pool-25-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-26T06:28:51.999Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "serviceName": "basic_onboard_RNAlFx",
  "serviceVersion": "1.0",
  "serviceUUID": "ae27b153-a090-411a-9ac3-94bef07feed3",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c25f2b79-842b-420c-9fee-7302e3638b64",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_RNAlFx 0",
      "resourceCustomizationUUID": "d58e6c9a-5dd2-4dc2-a794-4293f7e2b2de",
      "resourceName": "basic_onboard_RNAlFx",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e7118a73-5ac6-4ef4-b66e-a82f0cfea139",
      "resourceInvariantUUID": "0c50f62d-23dc-491a-bbba-45224eb9dacf",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_rnalfx0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/basic_onboard_rnalfx0_modules.json",
          "artifactChecksum": "Y2VhOGYzZmUxYTRhYmQ4MmJiYzc3MWE1NTEyNmE3OTE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "dd184499-5095-4097-909e-d61bd1c331b9",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "87b7921e-8de7-497e-9974-00aa47d47fcb",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "dcb6ef5a-b7d9-42e9-a5f9-adc2ca1de0cd",
            "generatedFromUUID": "87b7921e-8de7-497e-9974-00aa47d47fcb"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "dcb6ef5a-b7d9-42e9-a5f9-adc2ca1de0cd",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardRnalfx-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/artifacts/service-BasicOnboardRnalfx-csar.csar",
      "artifactChecksum": "YmFmMzgzNGNjYmUxMDE4ODc2Njg1ZmEzODVhOTlkMjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "488be37e-3cf0-4482-a998-b64294c645be"
    }
  ],
  "workloadContext": "Production"
}
2022-07-26T06:28:52.000Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-26T06:28:52.000Z|45c3c3d6-6203-44a4-a2ed-a9bfbffc847c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ae27b153-a090-411a-9ac3-94bef07feed3 ASDC
2022-07-26T06:28:52.001Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:21bb185f-f3e9-400e-b5f7-1a20901d128c
ServiceName:basic_onboard_RNAlFx
ServiceVersion:1.0
ServiceUUID:ae27b153-a090-411a-9ac3-94bef07feed3
ServiceInvariantUUID:c25f2b79-842b-420c-9fee-7302e3638b64
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardRnalfx-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/artifacts/service-BasicOnboardRnalfx-csar.csar
ArtifactUUID:488be37e-3cf0-4482-a998-b64294c645be
ArtifactChecksum:YmFmMzgzNGNjYmUxMDE4ODc2Njg1ZmEzODVhOTlkMjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_RNAlFx 0
ResourceCustomizationUUID:d58e6c9a-5dd2-4dc2-a794-4293f7e2b2de
ResourceInvariantUUID:0c50f62d-23dc-491a-bbba-45224eb9dacf
ResourceName:basic_onboard_RNAlFx
ResourceType:VF
ResourceUUID:e7118a73-5ac6-4ef4-b66e-a82f0cfea139
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_rnalfx0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/basic_onboard_rnalfx0_modules.json
ArtifactUUID:dd184499-5095-4097-909e-d61bd1c331b9
ArtifactChecksum:Y2VhOGYzZmUxYTRhYmQ4MmJiYzc3MWE1NTEyNmE3OTE=
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/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/base_ubuntu18.yaml
ArtifactUUID:87b7921e-8de7-497e-9974-00aa47d47fcb
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/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/base_ubuntu18.env
ArtifactUUID:dcb6ef5a-b7d9-42e9-a5f9-adc2ca1de0cd
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/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/base_ubuntu18.env
ArtifactUUID:dcb6ef5a-b7d9-42e9-a5f9-adc2ca1de0cd
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-26T06:28:52.001Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ae27b153-a090-411a-9ac3-94bef07feed3 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-07-26T06:28:52.030Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-26T06:28:52.031Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-07-26T06:28:52.031Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-07-26T06:28:52.031Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 488be37e-3cf0-4482-a998-b64294c645be from URL: /sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/artifacts/service-BasicOnboardRnalfx-csar.csar
2022-07-26T06:28:52.031Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-07-26T06:28:52.031Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/artifacts/service-BasicOnboardRnalfx-csar.csar
2022-07-26T06:28:52.868Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-07-26T06:28:52.878Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/artifacts/service-BasicOnboardRnalfx-csar.csar 488be37e-3cf0-4482-a998-b64294c645be 75621
2022-07-26T06:28:52.878Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/artifacts/service-BasicOnboardRnalfx-csar.csar ASDC sendASDCNotification
2022-07-26T06:28:52.879Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/artifacts/service-BasicOnboardRnalfx-csar.csar
2022-07-26T06:28:52.879Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-26T06:28:52.879Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:28:52.881Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:28:52.882Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658816932878,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/artifacts/service-BasicOnboardRnalfx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:28:52.982Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T06:28:52.983Z||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-07-26T06:28:52.983Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:28:52.995Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:28:52.995Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-07-26T06:28:53.882Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-26T06:28:53.883Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-07-26T06:28:53.883Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 488be37e-3cf0-4482-a998-b64294c645be, URL: /sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/artifacts/service-BasicOnboardRnalfx-csar.csar to file: /app/ASDC/1/service-BasicOnboardRnalfx-csar.csar
2022-07-26T06:28:53.884Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardRnalfx-csar.csar
2022-07-26T06:28:53.884Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardRnalfx-csar.csar
2022-07-26T06:28:53.884Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardRnalfx-csar.csar
2022-07-26T06:28:54.076Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5986186538103857114/Definitions/service-BasicOnboardRnalfx-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_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" 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_subnetpoolid" is not provided
2022-07-26T06:28:55.268Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-26T06:28:55.269Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-07-26T06:28:55.269Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardRnalfx-csar.csar
2022-07-26T06:28:55.269Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-07-26T06:28:55.269Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardRnalfx-csar.csar
2022-07-26T06:28:55.269Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardRnalfx-csar.csar
2022-07-26T06:28:55.269Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardRnalfx-csar.csar
2022-07-26T06:28:55.269Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardRnalfx-csar.csar
2022-07-26T06:28:55.270Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardRnalfx-csar.csar
2022-07-26T06:28:55.270Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardRnalfx-csar.csar
2022-07-26T06:28:55.270Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardRnalfx-csar.csar
2022-07-26T06:28:55.270Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_RNAlFx 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardRnalfx-csar.csar
2022-07-26T06:28:55.270Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardRnalfx-csar.csar
2022-07-26T06:28:55.270Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-07-26T06:28:55.270Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:28:55.271Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_RNAlFx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:28:55.271Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_RNAlFx 0 is matching search criteria
2022-07-26T06:28:55.271Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-07-26T06:28:55.271Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_RNAlFx 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-26T06:28:55.271Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:28:55.272Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_RNAlFx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:28:55.272Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_RNAlFx 0 is matching search criteria
2022-07-26T06:28:55.272Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-07-26T06:28:55.272Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_RNAlFx 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-26T06:28:55.272Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:28:55.273Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_RNAlFx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:28:55.273Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:28:55.273Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_RNAlFx 0 is not matching search criteria
2022-07-26T06:28:55.273Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-07-26T06:28:55.273Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-07-26T06:28:55.274Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-07-26T06:28:55.274Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-26T06:28:55.274Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-26T06:28:55.274Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:28:55.274Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_RNAlFx is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-26T06:28:55.274Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:28:55.275Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_RNAlFx 0 is matching search criteria
2022-07-26T06:28:55.275Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_RNAlFx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-26T06:28:55.275Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:28:55.275Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_RNAlFx 0 is matching search criteria
2022-07-26T06:28:55.276Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_RNAlFx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-26T06:28:55.276Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:28:55.276Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_RNAlFx 0 is matching search criteria
2022-07-26T06:28:55.276Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_RNAlFx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-26T06:28:55.276Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:28:55.277Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_RNAlFx 0 is not matching search criteria
2022-07-26T06:28:55.277Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-07-26T06:28:55.277Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-26T06:28:55.277Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=8e519351-3a4a-4814-bc2f-83366751ba9d
2022-07-26T06:28:55.277Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:28:55.278Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_RNAlFx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:28:55.278Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:28:55.278Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_RNAlFx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:28:55.278Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:28:55.278Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_RNAlFx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:28:55.279Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:28:55.279Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_RNAlFx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:28:55.279Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_RNAlFx
Description:service
Model UUID:ae27b153-a090-411a-9ac3-94bef07feed3
Model Version:NULL
Model InvariantUuid:c25f2b79-842b-420c-9fee-7302e3638b64
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_RNAlFx
Model UUID:62488e20-a120-4335-b038-904036be4e70
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0c50f62d-23dc-491a-bbba-45224eb9dacf
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d58e6c9a-5dd2-4dc2-a794-4293f7e2b2de
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1011239b-7475-4969-b506-2bce976aa5ff
ModelName:BasicOnboardRnalfx..base_ubuntu18..module-0
ModelUuid:81ceff82-1692-4ca2-bed8-4d5bb10a067f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:8e519351-3a4a-4814-bc2f-83366751ba9d
ModelInvariantUuid:15c7be81-b016-4610-bdec-777529980264
ModelName:basic_onboard_RNAlFx-nodes.ubuntu18Cvfc
ModelUuid:e65282d5-c52a-425d-bd08-e55385a70550
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:e31bf97d-906d-431e-8d26-b55d4a2f04fa
ModelInvariantUuid:2b3bd91c-352d-4b9e-b1e8-1e152fbbe6fd
ModelName:BasicOnboardRnalfx.compute.nodes.heat.ubuntu18
ModelUuid:eee9cf09-acda-46a4-a847-d8790e045880
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-07-26T06:28:55.286Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: e7118a73-5ac6-4ef4-b66e-a82f0cfea139
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-07-26T06:28:55.288Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||INFO|500||basic_onboard_RNAlFx 0
2022-07-26T06:28:55.288Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e7118a73-5ac6-4ef4-b66e-a82f0cfea139
2022-07-26T06:28:55.289Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: dd184499-5095-4097-909e-d61bd1c331b9 from URL: /sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/basic_onboard_rnalfx0_modules.json
2022-07-26T06:28:55.289Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-07-26T06:28:55.289Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/basic_onboard_rnalfx0_modules.json
2022-07-26T06:28:55.558Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-07-26T06:28:55.559Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/basic_onboard_rnalfx0_modules.json dd184499-5095-4097-909e-d61bd1c331b9 798
2022-07-26T06:28:55.559Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/basic_onboard_rnalfx0_modules.json ASDC sendASDCNotification
2022-07-26T06:28:55.560Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/basic_onboard_rnalfx0_modules.json
2022-07-26T06:28:55.560Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-26T06:28:55.560Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:28:55.562Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:28:55.563Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658816935559,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/basic_onboard_rnalfx0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:28:55.663Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T06:28:55.664Z||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-07-26T06:28:55.664Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:28:55.677Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:28:55.677Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-26T06:28:56.563Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardRnalfx..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "1011239b-7475-4969-b506-2bce976aa5ff",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "81ceff82-1692-4ca2-bed8-4d5bb10a067f",
    "vfModuleModelCustomizationUUID": "e9f6f493-06ed-48a3-a758-ecba57f55dfd",
    "isBase": true,
    "artifacts": [
      "87b7921e-8de7-497e-9974-00aa47d47fcb",
      "dcb6ef5a-b7d9-42e9-a5f9-adc2ca1de0cd"
    ],
    "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-07-26T06:28:56.567Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardRnalfx..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:81ceff82-1692-4ca2-bed8-4d5bb10a067f
VfModuleModelInvariantUUID:1011239b-7475-4969-b506-2bce976aa5ff
VfModuleModelDescription:NULL
Artifacts UUID List:{
87b7921e-8de7-497e-9974-00aa47d47fcb
,
dcb6ef5a-b7d9-42e9-a5f9-adc2ca1de0cd

}
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-07-26T06:28:56.569Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardRnalfx..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "1011239b-7475-4969-b506-2bce976aa5ff",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "81ceff82-1692-4ca2-bed8-4d5bb10a067f",
    "vfModuleModelCustomizationUUID": "e9f6f493-06ed-48a3-a758-ecba57f55dfd",
    "isBase": true,
    "artifacts": [
      "87b7921e-8de7-497e-9974-00aa47d47fcb",
      "dcb6ef5a-b7d9-42e9-a5f9-adc2ca1de0cd"
    ],
    "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-07-26T06:28:56.569Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardRnalfx..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:81ceff82-1692-4ca2-bed8-4d5bb10a067f
VfModuleModelInvariantUUID:1011239b-7475-4969-b506-2bce976aa5ff
VfModuleModelDescription:NULL
Artifacts UUID List:{
87b7921e-8de7-497e-9974-00aa47d47fcb
,
dcb6ef5a-b7d9-42e9-a5f9-adc2ca1de0cd

}
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-07-26T06:28:56.570Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 87b7921e-8de7-497e-9974-00aa47d47fcb from URL: /sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/base_ubuntu18.yaml
2022-07-26T06:28:56.570Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-07-26T06:28:56.570Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/base_ubuntu18.yaml
2022-07-26T06:28:56.756Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-07-26T06:28:56.757Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/base_ubuntu18.yaml 87b7921e-8de7-497e-9974-00aa47d47fcb 5033
2022-07-26T06:28:56.757Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-07-26T06:28:56.757Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/base_ubuntu18.yaml
2022-07-26T06:28:56.757Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-26T06:28:56.758Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:28:56.759Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:28:56.760Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658816936757,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:28:56.860Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-26T06:28:56.860Z||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-07-26T06:28:56.861Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:28:56.876Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:28:56.877Z||pool-28-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-26T06:28:57.760Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: dcb6ef5a-b7d9-42e9-a5f9-adc2ca1de0cd from URL: /sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/base_ubuntu18.env
2022-07-26T06:28:57.761Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-07-26T06:28:57.761Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/base_ubuntu18.env
2022-07-26T06:28:57.957Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-07-26T06:28:57.958Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/base_ubuntu18.env dcb6ef5a-b7d9-42e9-a5f9-adc2ca1de0cd 909
2022-07-26T06:28:57.958Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-07-26T06:28:57.958Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/base_ubuntu18.env
2022-07-26T06:28:57.958Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-26T06:28:57.959Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:28:57.960Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:28:57.961Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658816937958,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:28:58.061Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T06:28:58.062Z||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-07-26T06:28:58.062Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:28:58.084Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:28:58.084Z||pool-29-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-07-26T06:28:58.961Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: ae27b153-a090-411a-9ac3-94bef07feed3
2022-07-26T06:28:58.962Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_RNAlFx 0 e7118a73-5ac6-4ef4-b66e-a82f0cfea139 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-07-26T06:28:58.975Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@e4c3a5a, org.onap.sdc.toscaparser.api.parameters.Input@1dfe80e7, org.onap.sdc.toscaparser.api.parameters.Input@5f08a668, org.onap.sdc.toscaparser.api.parameters.Input@2e6deea6, org.onap.sdc.toscaparser.api.parameters.Input@411c9fdb]
2022-07-26T06:28:58.976Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:28:58.976Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_RNAlFx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:28:58.976Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-07-26T06:28:58.977Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= d58e6c9a-5dd2-4dc2-a794-4293f7e2b2de
2022-07-26T06:28:58.977Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d58e6c9a-5dd2-4dc2-a794-4293f7e2b2de matches Tosca VF Customization UUID: d58e6c9a-5dd2-4dc2-a794-4293f7e2b2de
2022-07-26T06:28:58.977Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: d58e6c9a-5dd2-4dc2-a794-4293f7e2b2de  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-07-26T06:28:58.979Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:28:58.980Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_RNAlFx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:28:58.981Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id d58e6c9a-5dd2-4dc2-a794-4293f7e2b2de: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-07-26T06:28:58.981Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7374ce05
2022-07-26T06:28:58.981Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:28:58.981Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_RNAlFx is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-26T06:28:58.981Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e9f6f493-06ed-48a3-a758-ecba57f55dfd
2022-07-26T06:28:58.982Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e9f6f493-06ed-48a3-a758-ecba57f55dfd
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-07-26T06:28:58.984Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:28:58.984Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_RNAlFx 0 is matching search criteria
2022-07-26T06:28:58.984Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_RNAlFx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-26T06:28:58.985Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:28:58.985Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_RNAlFx 0 is matching search criteria
2022-07-26T06:28:58.985Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_RNAlFx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-26T06:28:58.986Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:28:58.986Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_RNAlFx 0 is not matching search criteria
2022-07-26T06:28:58.986Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-07-26T06:28:58.986Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-26T06:28:58.987Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=8e519351-3a4a-4814-bc2f-83366751ba9d
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-07-26T06:28:58.989Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:28:58.989Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_RNAlFx 0 is matching search criteria
2022-07-26T06:28:58.989Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_RNAlFx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-26T06:28:58.990Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:28:58.990Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_RNAlFx 0 is matching search criteria
2022-07-26T06:28:58.990Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_RNAlFx 0] matching following query criteria: sdcType=VF, customizationUUID=d58e6c9a-5dd2-4dc2-a794-4293f7e2b2de
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-07-26T06:28:58.992Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:28:58.992Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_RNAlFx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:28:58.993Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid ae27b153-a090-411a-9ac3-94bef07feed3: basic_onboard_RNAlFx
2022-07-26T06:28:58.993Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:28:58.994Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_RNAlFx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:28:58.994Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:28:58.994Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_RNAlFx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:28:58.995Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:28:58.995Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_RNAlFx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:28:58.995Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:28:58.995Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_RNAlFx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:28:58.996Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:28:58.996Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_RNAlFx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:28:58.997Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_RNAlFx 
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-07-26T06:28:59.083Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_RNAlFx e7118a73-5ac6-4ef4-b66e-a82f0cfea139 1 ASDC deployResourceStructure
2022-07-26T06:28:59.085Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/basic_onboard_rnalfx0_modules.json ASDC sendASDCNotification
2022-07-26T06:28:59.085Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/basic_onboard_rnalfx0_modules.json
2022-07-26T06:28:59.085Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-26T06:28:59.086Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:28:59.088Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:28:59.088Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658816939084,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/basic_onboard_rnalfx0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-26T06:28:59.188Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T06:28:59.189Z||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-07-26T06:28:59.189Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:28:59.203Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:28:59.203Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-26T06:29:00.089Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-07-26T06:29:00.090Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/base_ubuntu18.yaml
2022-07-26T06:29:00.090Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-26T06:29:00.090Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:29:00.092Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:29:00.092Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658816940089,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-07-26T06:29:00.192Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T06:29:00.193Z||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-07-26T06:29:00.193Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:29:00.208Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:29:00.209Z||pool-31-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-26T06:29:01.094Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-07-26T06:29:01.094Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/base_ubuntu18.env
2022-07-26T06:29:01.094Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-26T06:29:01.095Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:29:01.097Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:29:01.097Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658816941093,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-07-26T06:29:01.197Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T06:29:01.198Z||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-07-26T06:29:01.198Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:29:01.213Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:29:01.214Z||pool-32-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-07-26T06:29:02.098Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/artifacts/service-BasicOnboardRnalfx-csar.csar ASDC sendASDCNotification
2022-07-26T06:29:02.099Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/artifacts/service-BasicOnboardRnalfx-csar.csar
2022-07-26T06:29:02.099Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-26T06:29:02.099Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:29:02.102Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:29:02.102Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658816942098,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/artifacts/service-BasicOnboardRnalfx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-26T06:29:02.202Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T06:29:02.203Z||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-07-26T06:29:02.203Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:29:02.216Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:29:02.217Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-26T06:29:03.103Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 21bb185f-f3e9-400e-b5f7-1a20901d128c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-26T06:29:03.112Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 21bb185f-f3e9-400e-b5f7-1a20901d128c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-07-26T06:29:03.114Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-26T06:29:03.114Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-26T06:29:03.114Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-26T06:29:33.115Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 21bb185f-f3e9-400e-b5f7-1a20901d128c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-26T06:29:33.125Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 21bb185f-f3e9-400e-b5f7-1a20901d128c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-07-26T06:29:33.127Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-26T06:29:33.127Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-26T06:29:33.127Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-26T06:29:40.440Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:29:40.440Z||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-07-26T06:29:40.441Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:29:41.138Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:29:41.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:29:41.140Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658816920437,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:29:41.141Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:29:41.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:29:41.141Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "cds",
  "timestamp": 1658816924208,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:29:41.141Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:29:41.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:29:41.142Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658816920533,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:29:41.142Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:29:41.142Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:29:41.142Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "clamp",
  "timestamp": 1658816921198,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:29:41.142Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:29:41.142Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:29:41.142Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658816920437,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/basic_onboard_rnalfx0_modules.json",
  "status": "NOTIFIED"
}
2022-07-26T06:29:41.142Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:29:41.142Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:29:41.142Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658816920533,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/basic_onboard_rnalfx0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:29:41.143Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:29:41.143Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:29:41.143Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "cds",
  "timestamp": 1658816924208,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/basic_onboard_rnalfx0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:29:41.143Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:29:41.143Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:29:41.143Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "clamp",
  "timestamp": 1658816921198,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/basic_onboard_rnalfx0_modules.json",
  "status": "NOTIFIED"
}
2022-07-26T06:29:41.143Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:29:41.143Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:29:41.143Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658816924817,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:29:41.144Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:29:41.144Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:29:41.144Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658816920437,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-07-26T06:29:41.144Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:29:41.144Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:29:41.144Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658816920533,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:29:41.144Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:29:41.144Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:29:41.144Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "cds",
  "timestamp": 1658816924208,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:29:41.144Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:29:41.145Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:29:41.145Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "clamp",
  "timestamp": 1658816921198,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:29:41.145Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:29:41.145Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:29:41.145Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658816924817,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/basic_onboard_rnalfx0_modules.json",
  "status": "NOTIFIED"
}
2022-07-26T06:29:41.145Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:29:41.145Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:29:41.145Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658816920437,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:29:41.145Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:29:41.146Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:29:41.146Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658816920533,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:29:41.146Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:29:41.146Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:29:41.146Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "cds",
  "timestamp": 1658816924208,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:29:41.146Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:29:41.146Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:29:41.146Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "clamp",
  "timestamp": 1658816921198,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:29:41.146Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:29:41.146Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:29:41.147Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658816924817,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-07-26T06:29:41.147Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:29:41.147Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:29:41.147Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658816920437,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-07-26T06:29:41.147Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:29:41.147Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:29:41.147Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658816920533,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:29:41.147Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:29:41.147Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:29:41.147Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "cds",
  "timestamp": 1658816924208,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:29:41.148Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:29:41.148Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:29:41.148Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "clamp",
  "timestamp": 1658816921198,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:29:41.148Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:29:41.148Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:29:41.148Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658816924817,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:29:41.148Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:29:41.148Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:29:41.148Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658816920437,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/artifacts/service-BasicOnboardRnalfx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:29:41.149Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:29:41.149Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:29:41.149Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658816920533,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/artifacts/service-BasicOnboardRnalfx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:29:41.149Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:29:41.149Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:29:41.149Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "cds",
  "timestamp": 1658816924208,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/artifacts/service-BasicOnboardRnalfx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:29:41.149Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:29:41.149Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:29:41.149Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "clamp",
  "timestamp": 1658816921198,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/artifacts/service-BasicOnboardRnalfx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:29:41.149Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:29:41.150Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:29:41.150Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658816924817,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-07-26T06:29:41.150Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:29:41.150Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:29:41.150Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "aai-ml",
  "timestamp": 1658816930351,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:29:41.150Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:29:41.150Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:29:41.150Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658816920437,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/artifacts/service-BasicOnboardRnalfx-csar.csar",
  "status": "NOTIFIED"
}
2022-07-26T06:29:41.150Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:29:41.150Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:29:41.151Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658816920533,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/artifacts/service-BasicOnboardRnalfx-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:29:41.151Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:29:41.151Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:29:41.151Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "cds",
  "timestamp": 1658816924208,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/artifacts/service-BasicOnboardRnalfx-csar.csar",
  "status": "NOTIFIED"
}
2022-07-26T06:29:41.151Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:29:41.151Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:29:41.151Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "clamp",
  "timestamp": 1658816921198,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/artifacts/service-BasicOnboardRnalfx-csar.csar",
  "status": "NOTIFIED"
}
2022-07-26T06:29:41.151Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:29:41.151Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:29:41.151Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658816924817,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/artifacts/service-BasicOnboardRnalfx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:29:41.152Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:29:41.152Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:29:41.152Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "aai-ml",
  "timestamp": 1658816930351,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/basic_onboard_rnalfx0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:29:41.152Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:29:41.152Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:29:41.152Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658816924817,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/artifacts/service-BasicOnboardRnalfx-csar.csar",
  "status": "NOTIFIED"
}
2022-07-26T06:29:41.152Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:29:41.152Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:29:41.152Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "aai-ml",
  "timestamp": 1658816930351,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:29:41.152Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:29:41.153Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:29:41.153Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "cds",
  "timestamp": 1658816932855,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/artifacts/service-BasicOnboardRnalfx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:29:41.153Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:29:41.153Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:29:41.153Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658816932878,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/artifacts/service-BasicOnboardRnalfx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:29:41.153Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:29:41.153Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:29:41.153Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658816932881,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/basic_onboard_rnalfx0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:29:41.153Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:29:41.153Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:29:41.153Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "aai-ml",
  "timestamp": 1658816930351,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:29:41.154Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:29:41.154Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:29:41.154Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "cds",
  "timestamp": 1658816933860,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/artifacts/service-BasicOnboardRnalfx-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-07-26T06:29:41.163Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 21bb185f-f3e9-400e-b5f7-1a20901d128c
2022-07-26T06:29:41.164Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21bb185f-f3e9-400e-b5f7-1a20901d128c 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-07-26T06:29:41.178Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:29:41.178Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "policy-id",
  "timestamp": 1658816934126,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:29:41.179Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:29:41.179Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:29:41.179Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "aai-ml",
  "timestamp": 1658816930351,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:29:41.179Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:29:41.179Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:29:41.179Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658816934237,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:29:41.179Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:29:41.179Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:29:41.179Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "policy-id",
  "timestamp": 1658816934126,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/basic_onboard_rnalfx0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:29:41.179Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:29:41.180Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:29:41.180Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658816935559,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/basic_onboard_rnalfx0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:29:41.180Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:29:41.180Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:29:41.180Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "aai-ml",
  "timestamp": 1658816930351,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/artifacts/service-BasicOnboardRnalfx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:29:41.180Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:29:41.180Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:29:41.180Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "policy-id",
  "timestamp": 1658816934126,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-07-26T06:29:41.180Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:29:41.181Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:29:41.181Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658816935575,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:29:41.181Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:29:41.181Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:29:41.181Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658816936757,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:29:41.181Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:29:41.181Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:29:41.181Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "aai-ml",
  "timestamp": 1658816930351,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/artifacts/service-BasicOnboardRnalfx-csar.csar",
  "status": "NOTIFIED"
}
2022-07-26T06:29:41.181Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:29:41.181Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:29:41.182Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658816936608,
  "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-07-26T06:29:41.186Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 21bb185f-f3e9-400e-b5f7-1a20901d128c
2022-07-26T06:29:41.186Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21bb185f-f3e9-400e-b5f7-1a20901d128c 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-07-26T06:29:41.194Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:29:41.194Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "policy-id",
  "timestamp": 1658816934126,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:29:41.194Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:29:41.194Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:29:41.194Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658816937958,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:29:41.194Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:29:41.194Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:29:41.194Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "aai-ml",
  "timestamp": 1658816938356,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/artifacts/service-BasicOnboardRnalfx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:29:41.195Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:29:41.195Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:29:41.195Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "policy-id",
  "timestamp": 1658816934126,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:29:41.195Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:29:41.195Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:29:41.195Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658816937616,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/basic_onboard_rnalfx0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-26T06:29:41.195Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:29:41.195Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:29:41.195Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658816939084,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/basic_onboard_rnalfx0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-26T06:29:41.196Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:29:41.196Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:29:41.196Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "policy-id",
  "timestamp": 1658816934126,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/artifacts/service-BasicOnboardRnalfx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:29:41.196Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:29:41.196Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:29:41.196Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658816940089,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-07-26T06:29:41.196Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:29:41.196Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:29:41.196Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "policy-id",
  "timestamp": 1658816934126,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/artifacts/service-BasicOnboardRnalfx-csar.csar",
  "status": "NOTIFIED"
}
2022-07-26T06:29:41.197Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:29:41.197Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:29:41.197Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658816941093,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-07-26T06:29:41.197Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:29:41.197Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:29:41.197Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658816940917,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:29:41.197Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:29:41.197Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:29:41.197Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "policy-id",
  "timestamp": 1658816942267,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/artifacts/service-BasicOnboardRnalfx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:29:41.197Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:29:41.198Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:29:41.198Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658816942098,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/artifacts/service-BasicOnboardRnalfx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-26T06:29:41.198Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:29:41.198Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:29:41.198Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658816940917,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/basic_onboard_rnalfx0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:29:41.198Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:29:41.198Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:29:41.198Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "clamp",
  "timestamp": 1658816942609,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/artifacts/service-BasicOnboardRnalfx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:29:41.198Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:29:41.198Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:29:41.199Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "policy-id",
  "timestamp": 1658816943298,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/artifacts/service-BasicOnboardRnalfx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-26T06:29:41.199Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:29:41.199Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:29:41.199Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658816940917,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:29:41.199Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:29:41.199Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:29:41.199Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "policy-id",
  "timestamp": 1658816944318,
  "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-07-26T06:29:41.203Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 21bb185f-f3e9-400e-b5f7-1a20901d128c
2022-07-26T06:29:41.203Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21bb185f-f3e9-400e-b5f7-1a20901d128c 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: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-07-26T06:29:41.211Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:29:41.211Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658816940917,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:29:41.211Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:29:41.211Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:29:41.212Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658816940917,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/resourceInstances/basic_onboard_rnalfx0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:29:41.212Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:29:41.212Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:29:41.212Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "clamp",
  "timestamp": 1658816945614,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/artifacts/service-BasicOnboardRnalfx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-26T06:29:41.212Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:29:41.212Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:29:41.212Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658816940917,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/artifacts/service-BasicOnboardRnalfx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:29:41.212Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:29:41.213Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:29:41.213Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "clamp",
  "timestamp": 1658816946625,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-26T06:29:41.217Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 21bb185f-f3e9-400e-b5f7-1a20901d128c
2022-07-26T06:29:41.218Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21bb185f-f3e9-400e-b5f7-1a20901d128c and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-26T06:29:41.227Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:29:41.227Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658816940917,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/artifacts/service-BasicOnboardRnalfx-csar.csar",
  "status": "NOTIFIED"
}
2022-07-26T06:29:41.227Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:29:41.227Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:29:41.227Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658816948908,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/artifacts/service-BasicOnboardRnalfx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:29:41.228Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:29:41.228Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:29:41.228Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658816951692,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/artifacts/service-BasicOnboardRnalfx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-26T06:29:41.228Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:29:41.229Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:29:41.229Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "aai-ml",
  "timestamp": 1658816952672,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnalfx/1.0/artifacts/service-BasicOnboardRnalfx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-26T06:29:41.229Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:29:41.229Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:29:41.229Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658816952697,
  "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-07-26T06:29:41.234Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 21bb185f-f3e9-400e-b5f7-1a20901d128c
2022-07-26T06:29:41.234Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21bb185f-f3e9-400e-b5f7-1a20901d128c 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-07-26T06:29:41.244Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:29:41.244Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "aai-ml",
  "timestamp": 1658816953675,
  "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-07-26T06:29:41.255Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 21bb185f-f3e9-400e-b5f7-1a20901d128c
2022-07-26T06:29:41.255Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21bb185f-f3e9-400e-b5f7-1a20901d128c 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-07-26T06:30:03.128Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 21bb185f-f3e9-400e-b5f7-1a20901d128c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-26T06:30:03.142Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 21bb185f-f3e9-400e-b5f7-1a20901d128c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-07-26T06:30:03.146Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-26T06:30:03.146Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-26T06:30:03.146Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-26T06:30:03.146Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-26T06:30:03.146Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-26T06:30:03.147Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-26T06:30:03.147Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-26T06:30:03.147Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-26T06:30:03.147Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-26T06:30:03.147Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-26T06:30:03.147Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-26T06:30:03.151Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-26T06:30:33.152Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 21bb185f-f3e9-400e-b5f7-1a20901d128c 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-07-26T06:30:33.159Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 21bb185f-f3e9-400e-b5f7-1a20901d128c and serviceModelVersionId: ae27b153-a090-411a-9ac3-94bef07feed3
2022-07-26T06:30:33.159Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c25f2b79-842b-420c-9fee-7302e3638b64
2022-07-26T06:30:33.161Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c25f2b79-842b-420c-9fee-7302e3638b64/model-vers/model-ver/ae27b153-a090-411a-9ac3-94bef07feed3?depth=0
2022-07-26T06:30:33.168Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-07-26T06:30:33.236Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c25f2b79-842b-420c-9fee-7302e3638b64/model-vers/model-ver/ae27b153-a090-411a-9ac3-94bef07feed3?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-07-26T06:30:33.238Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c25f2b79-842b-420c-9fee-7302e3638b64/model-vers/model-ver/ae27b153-a090-411a-9ac3-94bef07feed3?depth=0|INFO|500||Invoke
2022-07-26T06:30:33.275Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c25f2b79-842b-420c-9fee-7302e3638b64/model-vers/model-ver/ae27b153-a090-411a-9ac3-94bef07feed3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-26T06:30:33.738Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c25f2b79-842b-420c-9fee-7302e3638b64/model-vers/model-ver/ae27b153-a090-411a-9ac3-94bef07feed3?depth=0|INFO|500||InvokeReturn
2022-07-26T06:30:33.739Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c25f2b79-842b-420c-9fee-7302e3638b64/model-vers/model-ver/ae27b153-a090-411a-9ac3-94bef07feed3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220726-06:30:33:441-57593], vertex-id=[372840], Content-Length=[0], Date=[Tue, 26 Jul 2022 06:30:33 GMT], Content-Type=[application/json]}
2022-07-26T06:30:33.739Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-07-26T06:30:33.740Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-26T06:30:33.740Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-26T06:30:33.744Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-26T06:30:33.745Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 21bb185f-f3e9-400e-b5f7-1a20901d128c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-26T06:30:33.745Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-26T06:30:33.745Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:30:33.747Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:30:33.747Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817033745,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-26T06:30:33.847Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T06:30:33.849Z||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-07-26T06:30:33.849Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:30:33.866Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:30:33.866Z||pool-34-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-26T06:30:34.760Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:30:34.761Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|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-07-26T06:30:34.761Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:30:40.440Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:30:40.441Z||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-07-26T06:30:40.441Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:30:41.070Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:30:41.070Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-26T06:30:41.070Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21bb185f-f3e9-400e-b5f7-1a20901d128c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817033745,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-26T06:30:41.071Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:30:44.309Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:30:44.310Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:30:44.310Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|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-07-26T06:30:44.311Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:30:53.872Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:31:40.438Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:31:40.440Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:31:40.440Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|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-07-26T06:31:40.440Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:31:40.440Z||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-07-26T06:31:40.441Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:31:50.045Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:31:50.050Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:32:40.437Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:32:40.439Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|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-07-26T06:32:40.439Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:32:40.440Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:32:40.441Z||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-07-26T06:32:40.441Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:32:50.033Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:32:50.070Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:33:40.438Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:33:40.439Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|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-07-26T06:33:40.439Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:33:40.440Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:33:40.440Z||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-07-26T06:33:40.440Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:33:41.100Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:33:41.101Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-26T06:33:41.101Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"10a0d4a3-577a-4655-a4a3-a5518cfac083","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"25ae9f86-55a0-476e-8d7e-68ffd3e403d4","serviceDescription":"service","serviceInvariantUUID":"b6be53a9-df5f-4ac4-a53e-29331c4e5714","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"85e5f9a3-d462-4274-bb04-11b8140ee1b8","resourceInvariantUUID":"43f2e105-d7c2-4f37-a4d1-b77e0c9f5ea5","resourceCustomizationUUID":"e8d56098-d398-4ff7-9ace-1a3b201e7081","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":"MDUzMmQ0YTBhZDg1NTYzNThjZDVhMDMzZTdiMzg0Yjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ca3d74cd-ba50-4bf8-8ae5-ee79a4904585","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZWYwM2RmNjdiMjE2ZmVlZTA4ZWFjMDdhMTI3NjVmYjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9d6b72a7-10d9-47b5-b116-10104cdda2b4","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-26T06:33:41.108Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-26T06:33:41.108Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:33:41.110Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:33:41.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:33:41.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a0d4a3-577a-4655-a4a3-a5518cfac083",
  "consumerID": "aai-ml",
  "timestamp": 1658817170351,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:33:41.112Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:33:41.112Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "10a0d4a3-577a-4655-a4a3-a5518cfac083",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817220438,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:33:41.112Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:33:41.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:33:41.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a0d4a3-577a-4655-a4a3-a5518cfac083",
  "consumerID": "cds",
  "timestamp": 1658817164208,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:33:41.112Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:33:41.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:33:41.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a0d4a3-577a-4655-a4a3-a5518cfac083",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658817164817,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:33:41.112Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:33:41.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:33:41.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a0d4a3-577a-4655-a4a3-a5518cfac083",
  "consumerID": "aai-ml",
  "timestamp": 1658817170351,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-26T06:33:41.113Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:33:41.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:33:41.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a0d4a3-577a-4655-a4a3-a5518cfac083",
  "consumerID": "cds",
  "timestamp": 1658817164208,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-26T06:33:41.113Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:33:41.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:33:41.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a0d4a3-577a-4655-a4a3-a5518cfac083",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658817164817,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-26T06:33:41.113Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:33:41.114Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:33:41.114Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a0d4a3-577a-4655-a4a3-a5518cfac083",
  "consumerID": "policy-id",
  "timestamp": 1658817174126,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:33:41.114Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:33:41.114Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:33:41.114Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a0d4a3-577a-4655-a4a3-a5518cfac083",
  "consumerID": "policy-id",
  "timestamp": 1658817174126,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-26T06:33:41.114Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:33:41.114Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:33:41.114Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a0d4a3-577a-4655-a4a3-a5518cfac083",
  "consumerID": "aai-ml",
  "timestamp": 1658817176203,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:33:41.114Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:33:41.115Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:33:41.115Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a0d4a3-577a-4655-a4a3-a5518cfac083",
  "consumerID": "cds",
  "timestamp": 1658817176039,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:33:41.115Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:33:41.115Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:33:41.115Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a0d4a3-577a-4655-a4a3-a5518cfac083",
  "consumerID": "cds",
  "timestamp": 1658817177050,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-26T06:33:41.132Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 10a0d4a3-577a-4655-a4a3-a5518cfac083
2022-07-26T06:33:41.132Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10a0d4a3-577a-4655-a4a3-a5518cfac083 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-07-26T06:33:41.140Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:33:41.140Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a0d4a3-577a-4655-a4a3-a5518cfac083",
  "consumerID": "policy-id",
  "timestamp": 1658817177585,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:33:41.140Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:33:41.140Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:33:41.140Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a0d4a3-577a-4655-a4a3-a5518cfac083",
  "consumerID": "policy-id",
  "timestamp": 1658817178597,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-26T06:33:41.141Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:33:41.141Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:33:41.141Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a0d4a3-577a-4655-a4a3-a5518cfac083",
  "consumerID": "policy-id",
  "timestamp": 1658817179601,
  "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-07-26T06:33:41.145Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 10a0d4a3-577a-4655-a4a3-a5518cfac083
2022-07-26T06:33:41.145Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10a0d4a3-577a-4655-a4a3-a5518cfac083 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-07-26T06:33:41.154Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:33:41.154Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a0d4a3-577a-4655-a4a3-a5518cfac083",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658817180533,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:33:41.154Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:33:41.154Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:33:41.155Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a0d4a3-577a-4655-a4a3-a5518cfac083",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658817180917,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:33:41.155Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:33:41.155Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:33:41.155Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a0d4a3-577a-4655-a4a3-a5518cfac083",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658817180533,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:33:41.155Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:33:41.155Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:33:41.155Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a0d4a3-577a-4655-a4a3-a5518cfac083",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658817180917,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-26T06:33:41.156Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:33:41.156Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:33:41.156Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a0d4a3-577a-4655-a4a3-a5518cfac083",
  "consumerID": "aai-ml",
  "timestamp": 1658817183702,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-26T06:33:41.156Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:33:41.156Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:33:41.156Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a0d4a3-577a-4655-a4a3-a5518cfac083",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658817183917,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:33:41.157Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:33:41.157Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:33:41.157Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a0d4a3-577a-4655-a4a3-a5518cfac083",
  "consumerID": "aai-ml",
  "timestamp": 1658817184706,
  "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-07-26T06:33:41.162Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 10a0d4a3-577a-4655-a4a3-a5518cfac083
2022-07-26T06:33:41.162Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10a0d4a3-577a-4655-a4a3-a5518cfac083 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-07-26T06:33:41.173Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:33:41.173Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a0d4a3-577a-4655-a4a3-a5518cfac083",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658817185574,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-26T06:33:41.173Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:33:41.173Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:33:41.174Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a0d4a3-577a-4655-a4a3-a5518cfac083",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658817186580,
  "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-07-26T06:33:41.178Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 10a0d4a3-577a-4655-a4a3-a5518cfac083
2022-07-26T06:33:41.178Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10a0d4a3-577a-4655-a4a3-a5518cfac083 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-07-26T06:33:41.185Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:33:41.185Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a0d4a3-577a-4655-a4a3-a5518cfac083",
  "consumerID": "clamp",
  "timestamp": 1658817191201,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:33:41.185Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:33:41.186Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:33:41.186Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a0d4a3-577a-4655-a4a3-a5518cfac083",
  "consumerID": "clamp",
  "timestamp": 1658817191201,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-26T06:33:41.186Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:33:41.186Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:33:41.186Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a0d4a3-577a-4655-a4a3-a5518cfac083",
  "consumerID": "clamp",
  "timestamp": 1658817205664,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:33:41.186Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:33:41.186Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:33:41.186Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a0d4a3-577a-4655-a4a3-a5518cfac083",
  "consumerID": "clamp",
  "timestamp": 1658817207683,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-26T06:33:41.186Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:33:41.187Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:33:41.187Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a0d4a3-577a-4655-a4a3-a5518cfac083",
  "consumerID": "clamp",
  "timestamp": 1658817208690,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-26T06:33:41.191Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 10a0d4a3-577a-4655-a4a3-a5518cfac083
2022-07-26T06:33:41.192Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10a0d4a3-577a-4655-a4a3-a5518cfac083 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-26T06:33:41.212Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T06:33:41.213Z||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-07-26T06:33:41.213Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:33:41.226Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:33:41.226Z||pool-35-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-26T06:33:42.112Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-26T06:33:42.113Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:33:42.115Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:33:42.115Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "10a0d4a3-577a-4655-a4a3-a5518cfac083",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817220438,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-26T06:33:42.216Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T06:33:42.217Z||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-07-26T06:33:42.217Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:33:42.230Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:33:42.231Z||pool-36-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-26T06:33:43.116Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "10a0d4a3-577a-4655-a4a3-a5518cfac083",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "25ae9f86-55a0-476e-8d7e-68ffd3e403d4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b6be53a9-df5f-4ac4-a53e-29331c4e5714",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "e8d56098-d398-4ff7-9ace-1a3b201e7081",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "85e5f9a3-d462-4274-bb04-11b8140ee1b8",
      "resourceInvariantUUID": "43f2e105-d7c2-4f37-a4d1-b77e0c9f5ea5",
      "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": "ZWYwM2RmNjdiMjE2ZmVlZTA4ZWFjMDdhMTI3NjVmYjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9d6b72a7-10d9-47b5-b116-10104cdda2b4"
    }
  ],
  "workloadContext": "Production"
}
2022-07-26T06:33:43.117Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-26T06:33:43.117Z|21bb185f-f3e9-400e-b5f7-1a20901d128c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 25ae9f86-55a0-476e-8d7e-68ffd3e403d4 ASDC
2022-07-26T06:33:43.118Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:10a0d4a3-577a-4655-a4a3-a5518cfac083
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:25ae9f86-55a0-476e-8d7e-68ffd3e403d4
ServiceInvariantUUID:b6be53a9-df5f-4ac4-a53e-29331c4e5714
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:9d6b72a7-10d9-47b5-b116-10104cdda2b4
ArtifactChecksum:ZWYwM2RmNjdiMjE2ZmVlZTA4ZWFjMDdhMTI3NjVmYjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:e8d56098-d398-4ff7-9ace-1a3b201e7081
ResourceInvariantUUID:43f2e105-d7c2-4f37-a4d1-b77e0c9f5ea5
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:85e5f9a3-d462-4274-bb04-11b8140ee1b8
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-07-26T06:33:43.118Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 25ae9f86-55a0-476e-8d7e-68ffd3e403d4 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-07-26T06:33:43.145Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-26T06:33:43.145Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-07-26T06:33:43.146Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-07-26T06:33:43.146Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 9d6b72a7-10d9-47b5-b116-10104cdda2b4 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-26T06:33:43.146Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-07-26T06:33:43.146Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-26T06:33:43.319Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-07-26T06:33:43.321Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 9d6b72a7-10d9-47b5-b116-10104cdda2b4 56524
2022-07-26T06:33:43.322Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-07-26T06:33:43.322Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-26T06:33:43.322Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-26T06:33:43.322Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:33:43.325Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:33:43.325Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "10a0d4a3-577a-4655-a4a3-a5518cfac083",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817223322,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:33:43.425Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T06:33:43.426Z||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-07-26T06:33:43.427Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:33:43.440Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:33:43.441Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-26T06:33:44.329Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-26T06:33:44.330Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-07-26T06:33:44.331Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 9d6b72a7-10d9-47b5-b116-10104cdda2b4, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-26T06:33:44.331Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-07-26T06:33:44.332Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-26T06:33:44.332Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-26T06:33:44.494Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11572806190839120649/Definitions/service-BasicNetwork-template.yml
2022-07-26T06:33:45.009Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-26T06:33:45.010Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-07-26T06:33:45.010Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-26T06:33:45.010Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-07-26T06:33:45.010Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||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-07-26T06:33:45.010Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||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-07-26T06:33:45.010Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||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-07-26T06:33:45.011Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||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-07-26T06:33:45.011Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-26T06:33:45.011Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||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-07-26T06:33:45.011Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||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-07-26T06:33:45.011Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||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-07-26T06:33:45.012Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-07-26T06:33:45.012Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:33:45.012Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:33:45.013Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-07-26T06:33:45.013Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-07-26T06:33:45.013Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-26T06:33:45.014Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:33:45.014Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:33:45.014Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-07-26T06:33:45.014Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-07-26T06:33:45.015Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-26T06:33:45.015Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:33:45.015Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:33:45.015Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:33:45.015Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:33:45.016Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:33:45.016Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:33:45.016Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:33:45.017Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:33:45.017Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:33:45.017Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:33:45.017Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:25ae9f86-55a0-476e-8d7e-68ffd3e403d4
Model Version:NULL
Model InvariantUuid:b6be53a9-df5f-4ac4-a53e-29331c4e5714
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:43f2e105-d7c2-4f37-a4d1-b77e0c9f5ea5
Model UUID:b906d4c5-b344-43c2-92b2-badbe4e72a10
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:e8d56098-d398-4ff7-9ace-1a3b201e7081
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-07-26T06:33:45.025Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: 85e5f9a3-d462-4274-bb04-11b8140ee1b8
2022-07-26T06:33:45.025Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||INFO|500||No resources found for Service: 25ae9f86-55a0-476e-8d7e-68ffd3e403d4
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-07-26T06:33:45.031Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||INFO|500||
2022-07-26T06:33:45.031Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-07-26T06:33:45.032Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 25ae9f86-55a0-476e-8d7e-68ffd3e403d4
2022-07-26T06:33:45.032Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 25ae9f86-55a0-476e-8d7e-68ffd3e403d4
2022-07-26T06:33:45.032Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-07-26T06:33:45.033Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||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-07-26T06:33:45.036Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@67489e07, org.onap.sdc.toscaparser.api.parameters.Input@970be4e, org.onap.sdc.toscaparser.api.parameters.Input@73ff9405, org.onap.sdc.toscaparser.api.parameters.Input@3d292313, org.onap.sdc.toscaparser.api.parameters.Input@1e323a17]
2022-07-26T06:33:45.037Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:33:45.037Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:33:45.038Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:33:45.038Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:33:45.038Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 25ae9f86-55a0-476e-8d7e-68ffd3e403d4: Generic NeutronNet
2022-07-26T06:33:45.038Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:33:45.038Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:33:45.038Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:33:45.039Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||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-07-26T06:33:45.067Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:33:45.068Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:33:45.068Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:33:45.068Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:33:45.068Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:33:45.069Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:33:45.069Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||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-07-26T06:33:45.131Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-07-26T06:33:45.132Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-07-26T06:33:45.132Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-26T06:33:45.132Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-26T06:33:45.133Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:33:45.135Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:33:45.136Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "10a0d4a3-577a-4655-a4a3-a5518cfac083",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817225131,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-26T06:33:45.236Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T06:33:45.237Z||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-07-26T06:33:45.237Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:33:45.251Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:33:45.251Z||pool-38-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-07-26T06:33:46.141Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10a0d4a3-577a-4655-a4a3-a5518cfac083
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-26T06:33:46.155Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10a0d4a3-577a-4655-a4a3-a5518cfac083
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-07-26T06:33:46.158Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-26T06:33:46.158Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-26T06:33:46.158Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-26T06:33:46.158Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-26T06:33:46.158Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-26T06:33:46.158Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-26T06:33:46.158Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-26T06:33:46.158Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-26T06:33:46.158Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-26T06:33:46.159Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-26T06:33:46.159Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-26T06:33:46.163Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-26T06:34:16.164Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 10a0d4a3-577a-4655-a4a3-a5518cfac083 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-07-26T06:34:16.177Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 10a0d4a3-577a-4655-a4a3-a5518cfac083 and serviceModelVersionId: 25ae9f86-55a0-476e-8d7e-68ffd3e403d4
2022-07-26T06:34:16.177Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b6be53a9-df5f-4ac4-a53e-29331c4e5714
2022-07-26T06:34:16.179Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b6be53a9-df5f-4ac4-a53e-29331c4e5714/model-vers/model-ver/25ae9f86-55a0-476e-8d7e-68ffd3e403d4?depth=0
2022-07-26T06:34:16.185Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-07-26T06:34:16.272Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6be53a9-df5f-4ac4-a53e-29331c4e5714/model-vers/model-ver/25ae9f86-55a0-476e-8d7e-68ffd3e403d4?depth=0|INFO|500||Invoke
2022-07-26T06:34:16.273Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6be53a9-df5f-4ac4-a53e-29331c4e5714/model-vers/model-ver/25ae9f86-55a0-476e-8d7e-68ffd3e403d4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6be53a9-df5f-4ac4-a53e-29331c4e5714/model-vers/model-ver/25ae9f86-55a0-476e-8d7e-68ffd3e403d4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[10a0d4a3-577a-4655-a4a3-a5518cfac083], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c59da372-d967-4bab-aaf5-34f041cc28d3], X-ECOMP-RequestID=[10a0d4a3-577a-4655-a4a3-a5518cfac083], X-TransactionId=[], X-ONAP-RequestID=[10a0d4a3-577a-4655-a4a3-a5518cfac083], Content-Type=[application/merge-patch+json]}
2022-07-26T06:34:16.297Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6be53a9-df5f-4ac4-a53e-29331c4e5714/model-vers/model-ver/25ae9f86-55a0-476e-8d7e-68ffd3e403d4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-26T06:34:16.669Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6be53a9-df5f-4ac4-a53e-29331c4e5714/model-vers/model-ver/25ae9f86-55a0-476e-8d7e-68ffd3e403d4?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/b6be53a9-df5f-4ac4-a53e-29331c4e5714/model-vers/model-ver/25ae9f86-55a0-476e-8d7e-68ffd3e403d4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220726-06:34:16:482-84643], vertex-id=[397480], Content-Length=[0], Date=[Tue, 26 Jul 2022 06:34:16 GMT], Content-Type=[application/json]}
2022-07-26T06:34:16.670Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6be53a9-df5f-4ac4-a53e-29331c4e5714/model-vers/model-ver/25ae9f86-55a0-476e-8d7e-68ffd3e403d4?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-26T06:34:16.670Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6be53a9-df5f-4ac4-a53e-29331c4e5714/model-vers/model-ver/25ae9f86-55a0-476e-8d7e-68ffd3e403d4?depth=0|INFO|500||InvokeReturn
2022-07-26T06:34:16.671Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-26T06:34:16.671Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-26T06:34:16.677Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-26T06:34:16.678Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 10a0d4a3-577a-4655-a4a3-a5518cfac083 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-26T06:34:16.678Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-26T06:34:16.678Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:34:16.680Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:34:16.680Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "10a0d4a3-577a-4655-a4a3-a5518cfac083",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817256678,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-26T06:34:16.781Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T06:34:16.782Z||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-07-26T06:34:16.782Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:34:16.798Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:34:16.798Z||pool-39-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-07-26T06:34:40.438Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:34:40.440Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:34:40.440Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|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-07-26T06:34:40.440Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:34:40.440Z||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-07-26T06:34:40.441Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:34:40.590Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:34:40.591Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-26T06:34:40.592Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a0d4a3-577a-4655-a4a3-a5518cfac083",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817220438,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:34:40.593Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:34:50.027Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:35:40.438Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:35:40.439Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|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-07-26T06:35:40.439Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:35:40.440Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:35:40.440Z||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-07-26T06:35:40.440Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:35:41.009Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:35:41.009Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-26T06:35:41.010Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a0d4a3-577a-4655-a4a3-a5518cfac083",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817220438,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-26T06:35:41.011Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:35:41.011Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-26T06:35:41.011Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a0d4a3-577a-4655-a4a3-a5518cfac083",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817223322,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:35:41.011Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:35:41.011Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-26T06:35:41.012Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a0d4a3-577a-4655-a4a3-a5518cfac083",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817225131,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-26T06:35:41.012Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:35:41.012Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-26T06:35:41.012Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a0d4a3-577a-4655-a4a3-a5518cfac083",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817256678,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-26T06:35:41.012Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:35:50.003Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:36:40.437Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:36:40.439Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|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-07-26T06:36:40.439Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:36:40.440Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:36:40.440Z||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-07-26T06:36:40.440Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:36:50.023Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:36:50.076Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:37:40.437Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:37:40.438Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|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-07-26T06:37:40.438Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:37:40.440Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:37:40.441Z||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-07-26T06:37:40.441Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:37:41.077Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:37:41.078Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-26T06:37:41.078Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"f3fdeae4-ef3c-47ba-b027-30e220204a5c","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"4b23857d-682f-4c46-aada-f20971c3c1f7","serviceDescription":"service","serviceInvariantUUID":"cffc5c20-a65c-42c0-8a07-f444220317d9","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3e86b7cd-3fcf-49eb-b83d-515e6e907bcd","resourceInvariantUUID":"34fda5ff-22e1-4905-ac5c-a5cde748ebb5","resourceCustomizationUUID":"b834add8-83ef-4948-80c0-f8355280fe0c","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":"MDg0MTc3MDI3YjZjMGE2NGU0ZDc3OWVlZjQ5ZTAzZWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"78e71779-34cb-47fe-8f1e-124aa8471ea2","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":"OWRlMTAwNGFhYTRkMzYwZjYyZmRkOWJkNmI3MmRiZjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"835553c1-33dc-4755-b6f9-a2a10b1231a5","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":"05106c9f-b33e-4abc-b071-54a85bac3fc6","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":"c6896d9b-77b6-42ae-97e4-21c036f35803","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":"932b69f4-add0-445a-aeb1-f84035f58922","artifactVersion":"2","generatedFromUUID":"05106c9f-b33e-4abc-b071-54a85bac3fc6"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OTI5ZjY0NGMwZDAxNzBiOWM2N2I5MzYwY2RhN2FkNWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"61c48ab9-aede-49f7-b238-86d575577fd3","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"M2RmZjMyY2NkMDIyMTVjZmEwZjVmNTE3MTljZTE2YWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"16314a8e-1b8d-4e0e-a859-e1a0da88bf4f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-26T06:37:41.082Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-26T06:37:41.082Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:37:41.093Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:37:41.094Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817460437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:37:41.102Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:37:41.104Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:37:41.104Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "cds",
  "timestamp": 1658817434208,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:37:41.105Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:37:41.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:37:41.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658817424817,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:37:41.106Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:37:41.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:37:41.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "clamp",
  "timestamp": 1658817431197,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:37:41.106Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:37:41.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:37:41.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "policy-id",
  "timestamp": 1658817434126,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:37:41.106Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:37:41.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:37:41.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "cds",
  "timestamp": 1658817434208,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:37:41.107Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:37:41.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:37:41.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "clamp",
  "timestamp": 1658817431197,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-07-26T06:37:41.107Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:37:41.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:37:41.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "policy-id",
  "timestamp": 1658817434126,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:37:41.108Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:37:41.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:37:41.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658817424817,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-07-26T06:37:41.108Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:37:41.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:37:41.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "cds",
  "timestamp": 1658817434208,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:37:41.108Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:37:41.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:37:41.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658817424817,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-26T06:37:41.109Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:37:41.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:37:41.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "policy-id",
  "timestamp": 1658817434126,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-26T06:37:41.109Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:37:41.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:37:41.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "clamp",
  "timestamp": 1658817431197,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:37:41.110Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:37:41.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:37:41.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "cds",
  "timestamp": 1658817434208,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:37:41.110Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:37:41.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:37:41.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "policy-id",
  "timestamp": 1658817434126,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:37:41.110Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:37:41.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:37:41.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658817424817,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:37:41.111Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:37:41.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:37:41.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "clamp",
  "timestamp": 1658817431197,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:37:41.111Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:37:41.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:37:41.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658817424817,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-26T06:37:41.112Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:37:41.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:37:41.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "cds",
  "timestamp": 1658817434208,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:37:41.112Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:37:41.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:37:41.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "policy-id",
  "timestamp": 1658817434126,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:37:41.113Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:37:41.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:37:41.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "clamp",
  "timestamp": 1658817431197,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:37:41.113Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:37:41.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:37:41.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "cds",
  "timestamp": 1658817434208,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:37:41.113Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:37:41.114Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:37:41.114Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "policy-id",
  "timestamp": 1658817434126,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:37:41.114Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:37:41.114Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:37:41.114Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658817424817,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:37:41.114Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:37:41.114Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:37:41.114Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "clamp",
  "timestamp": 1658817431197,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:37:41.115Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:37:41.115Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:37:41.115Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658817440534,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:37:41.115Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:37:41.115Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:37:41.115Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "aai-ml",
  "timestamp": 1658817440351,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:37:41.115Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:37:41.115Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:37:41.116Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "cds",
  "timestamp": 1658817434208,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-26T06:37:41.116Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:37:41.116Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:37:41.116Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658817424817,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-26T06:37:41.116Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:37:41.116Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:37:41.116Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "policy-id",
  "timestamp": 1658817434126,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-26T06:37:41.117Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:37:41.117Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:37:41.117Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "clamp",
  "timestamp": 1658817431197,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-26T06:37:41.117Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:37:41.117Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:37:41.117Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658817440534,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:37:41.117Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:37:41.117Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:37:41.118Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "aai-ml",
  "timestamp": 1658817440351,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:37:41.118Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:37:41.118Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:37:41.118Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658817440534,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:37:41.118Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:37:41.118Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:37:41.118Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658817442089,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:37:41.118Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:37:41.119Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:37:41.119Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "aai-ml",
  "timestamp": 1658817440351,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:37:41.119Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:37:41.119Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:37:41.119Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "cds",
  "timestamp": 1658817442781,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:37:41.119Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:37:41.119Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:37:41.120Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "policy-id",
  "timestamp": 1658817443347,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:37:41.120Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:37:41.120Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:37:41.120Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658817440534,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:37:41.120Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:37:41.120Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:37:41.121Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "aai-ml",
  "timestamp": 1658817440351,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:37:41.121Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:37:41.121Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:37:41.121Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "cds",
  "timestamp": 1658817443794,
  "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-07-26T06:37:41.142Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f3fdeae4-ef3c-47ba-b027-30e220204a5c
2022-07-26T06:37:41.143Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3fdeae4-ef3c-47ba-b027-30e220204a5c 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-07-26T06:37:41.151Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:37:41.151Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "policy-id",
  "timestamp": 1658817444355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-26T06:37:41.151Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:37:41.151Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:37:41.152Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658817443463,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:37:41.152Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:37:41.152Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:37:41.152Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658817440534,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:37:41.152Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:37:41.152Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:37:41.152Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "aai-ml",
  "timestamp": 1658817440351,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:37:41.152Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:37:41.153Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:37:41.153Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "policy-id",
  "timestamp": 1658817445362,
  "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-07-26T06:37:41.157Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f3fdeae4-ef3c-47ba-b027-30e220204a5c
2022-07-26T06:37:41.157Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3fdeae4-ef3c-47ba-b027-30e220204a5c 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-07-26T06:37:41.170Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:37:41.170Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658817444900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:37:41.170Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:37:41.170Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:37:41.171Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658817440534,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:37:41.171Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:37:41.171Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:37:41.171Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "aai-ml",
  "timestamp": 1658817440351,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:37:41.171Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:37:41.171Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:37:41.171Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658817445947,
  "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-07-26T06:37:41.175Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f3fdeae4-ef3c-47ba-b027-30e220204a5c
2022-07-26T06:37:41.175Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3fdeae4-ef3c-47ba-b027-30e220204a5c 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: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-07-26T06:37:41.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:37:41.181Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658817440534,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:37:41.181Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:37:41.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:37:41.181Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "aai-ml",
  "timestamp": 1658817440351,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-26T06:37:41.182Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:37:41.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:37:41.182Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658817446976,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-26T06:37:41.182Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:37:41.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:37:41.182Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "aai-ml",
  "timestamp": 1658817448584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:37:41.182Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:37:41.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:37:41.182Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658817450914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:37:41.183Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:37:41.183Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:37:41.183Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658817450914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:37:41.183Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:37:41.183Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:37:41.183Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658817450914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:37:41.183Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:37:41.184Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:37:41.184Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "clamp",
  "timestamp": 1658817453745,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:37:41.184Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:37:41.184Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:37:41.184Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658817450914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:37:41.184Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:37:41.184Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:37:41.184Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658817450914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:37:41.185Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:37:41.185Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:37:41.185Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "clamp",
  "timestamp": 1658817455843,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-26T06:37:41.185Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:37:41.185Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:37:41.185Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658817450914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:37:41.185Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:37:41.185Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:37:41.186Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "clamp",
  "timestamp": 1658817456854,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-26T06:37:41.190Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f3fdeae4-ef3c-47ba-b027-30e220204a5c
2022-07-26T06:37:41.191Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3fdeae4-ef3c-47ba-b027-30e220204a5c and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
2022-07-26T06:37:41.193Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-26T06:37:41.194Z||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-07-26T06:37:41.195Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:37:41.200Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:37:41.200Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658817450914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-26T06:37:41.200Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:37:41.200Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:37:41.200Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658817459015,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:37:41.200Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:37:41.210Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:37:41.210Z||pool-40-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-07-26T06:37:42.095Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-26T06:37:42.096Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:37:42.098Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:37:42.098Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817460437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-07-26T06:37:42.198Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T06:37:42.199Z||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-07-26T06:37:42.200Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:37:42.211Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:37:42.211Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-07-26T06:37:43.099Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-26T06:37:43.100Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:37:43.102Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:37:43.102Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817460437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-26T06:37:43.202Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T06:37:43.204Z||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-07-26T06:37:43.204Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:37:43.217Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:37:43.217Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-07-26T06:37:44.102Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-26T06:37:44.103Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:37:44.107Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:37:44.107Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817460437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:37:44.207Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T06:37:44.208Z||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-07-26T06:37:44.208Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:37:44.223Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:37:44.224Z||pool-43-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-26T06:37:45.108Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-26T06:37:45.108Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:37:45.110Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:37:45.110Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817460437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-26T06:37:45.211Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-26T06:37:45.212Z||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-07-26T06:37:45.212Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:37:45.224Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:37:45.226Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-26T06:37:46.111Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-26T06:37:46.113Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:37:46.116Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:37:46.116Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817460437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:37:46.216Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-26T06:37:46.217Z||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-07-26T06:37:46.217Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:37:46.241Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:37:46.242Z||pool-45-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-07-26T06:37:47.117Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-26T06:37:47.118Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:37:47.121Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:37:47.121Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817460437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-26T06:37:47.232Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 111 ms
2022-07-26T06:37:47.237Z||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-07-26T06:37:47.241Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:37:47.263Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:37:47.264Z||pool-46-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-07-26T06:37:48.126Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "4b23857d-682f-4c46-aada-f20971c3c1f7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "cffc5c20-a65c-42c0-8a07-f444220317d9",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "b834add8-83ef-4948-80c0-f8355280fe0c",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3e86b7cd-3fcf-49eb-b83d-515e6e907bcd",
      "resourceInvariantUUID": "34fda5ff-22e1-4905-ac5c-a5cde748ebb5",
      "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": "OWRlMTAwNGFhYTRkMzYwZjYyZmRkOWJkNmI3MmRiZjk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "835553c1-33dc-4755-b6f9-a2a10b1231a5",
          "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": "05106c9f-b33e-4abc-b071-54a85bac3fc6",
          "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": "932b69f4-add0-445a-aeb1-f84035f58922",
            "generatedFromUUID": "05106c9f-b33e-4abc-b071-54a85bac3fc6"
          },
          "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": "932b69f4-add0-445a-aeb1-f84035f58922",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "M2RmZjMyY2NkMDIyMTVjZmEwZjVmNTE3MTljZTE2YWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "16314a8e-1b8d-4e0e-a859-e1a0da88bf4f"
    }
  ],
  "workloadContext": "Production"
}
2022-07-26T06:37:48.126Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-26T06:37:48.127Z|10a0d4a3-577a-4655-a4a3-a5518cfac083|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4b23857d-682f-4c46-aada-f20971c3c1f7 ASDC
2022-07-26T06:37:48.129Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:f3fdeae4-ef3c-47ba-b027-30e220204a5c
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:4b23857d-682f-4c46-aada-f20971c3c1f7
ServiceInvariantUUID:cffc5c20-a65c-42c0-8a07-f444220317d9
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:16314a8e-1b8d-4e0e-a859-e1a0da88bf4f
ArtifactChecksum:M2RmZjMyY2NkMDIyMTVjZmEwZjVmNTE3MTljZTE2YWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:b834add8-83ef-4948-80c0-f8355280fe0c
ResourceInvariantUUID:34fda5ff-22e1-4905-ac5c-a5cde748ebb5
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:3e86b7cd-3fcf-49eb-b83d-515e6e907bcd
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:835553c1-33dc-4755-b6f9-a2a10b1231a5
ArtifactChecksum:OWRlMTAwNGFhYTRkMzYwZjYyZmRkOWJkNmI3MmRiZjk=
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:05106c9f-b33e-4abc-b071-54a85bac3fc6
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:932b69f4-add0-445a-aeb1-f84035f58922
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:932b69f4-add0-445a-aeb1-f84035f58922
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-26T06:37:48.129Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4b23857d-682f-4c46-aada-f20971c3c1f7 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-07-26T06:37:48.176Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-26T06:37:48.178Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-07-26T06:37:48.178Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-07-26T06:37:48.178Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 16314a8e-1b8d-4e0e-a859-e1a0da88bf4f from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-07-26T06:37:48.178Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-07-26T06:37:48.179Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-07-26T06:37:48.363Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-07-26T06:37:48.367Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 16314a8e-1b8d-4e0e-a859-e1a0da88bf4f 75115
2022-07-26T06:37:48.367Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-07-26T06:37:48.367Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-07-26T06:37:48.367Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-26T06:37:48.368Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:37:48.370Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:37:48.370Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817468367,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:37:48.470Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T06:37:48.471Z||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-07-26T06:37:48.472Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:37:48.516Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:37:48.517Z||pool-47-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":1,"count":1}
2022-07-26T06:37:49.371Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-26T06:37:49.372Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-07-26T06:37:49.372Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 16314a8e-1b8d-4e0e-a859-e1a0da88bf4f, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-07-26T06:37:49.373Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-07-26T06:37:49.373Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-07-26T06:37:49.374Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-07-26T06:37:49.623Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1898762846504334493/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_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 "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-07-26T06:37:51.053Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-26T06:37:51.053Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-07-26T06:37:51.054Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-26T06:37:51.054Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-07-26T06:37:51.054Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-26T06:37:51.054Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-26T06:37:51.054Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-26T06:37:51.054Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-26T06:37:51.054Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-26T06:37:51.054Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-26T06:37:51.054Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-26T06:37:51.055Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-26T06:37:51.055Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-26T06:37:51.055Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-07-26T06:37:51.055Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:37:51.055Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:37:51.055Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-26T06:37:51.056Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-07-26T06:37:51.056Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-26T06:37:51.056Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:37:51.056Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:37:51.056Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-26T06:37:51.057Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-07-26T06:37:51.057Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-26T06:37:51.057Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:37:51.057Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:37:51.057Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:37:51.057Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-07-26T06:37:51.058Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-07-26T06:37:51.058Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-07-26T06:37:51.058Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-07-26T06:37:51.058Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-26T06:37:51.058Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-26T06:37:51.058Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:37:51.059Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-26T06:37:51.059Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:37:51.059Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-26T06:37:51.059Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-26T06:37:51.059Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:37:51.060Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-26T06:37:51.060Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-26T06:37:51.060Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:37:51.060Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-26T06:37:51.060Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-26T06:37:51.060Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:37:51.061Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-07-26T06:37:51.061Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-07-26T06:37:51.061Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-26T06:37:51.061Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=5938a398-b796-414f-aa00-b6bd9ace2e3b
2022-07-26T06:37:51.061Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:37:51.061Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:37:51.061Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:37:51.062Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:37:51.062Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:37:51.062Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:37:51.062Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:37:51.062Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:37:51.062Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:4b23857d-682f-4c46-aada-f20971c3c1f7
Model Version:NULL
Model InvariantUuid:cffc5c20-a65c-42c0-8a07-f444220317d9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:4a18f1a6-826a-48ea-be04-b704222a8a66
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:34fda5ff-22e1-4905-ac5c-a5cde748ebb5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b834add8-83ef-4948-80c0-f8355280fe0c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:55099a70-dc9a-4e5c-b4c4-15d5af0e0b2f
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:0943bc57-b857-48f4-af1d-0f58443cc435
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5938a398-b796-414f-aa00-b6bd9ace2e3b
ModelInvariantUuid:b3984e6f-8f95-4d26-b412-8dce4901613f
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:aa616ade-548e-4227-a603-4a7391753050
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:b6303ce3-2b39-4cf1-9b3c-4cd2b90155d6
ModelInvariantUuid:7d55f914-9daa-4c5c-90c9-dd6a122a74e9
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:943bb263-0f4a-4f6c-8563-9969e550aaca
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-07-26T06:37:51.078Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 3e86b7cd-3fcf-49eb-b83d-515e6e907bcd
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-07-26T06:37:51.081Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||INFO|500||basic_vm 0
2022-07-26T06:37:51.082Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3e86b7cd-3fcf-49eb-b83d-515e6e907bcd
2022-07-26T06:37:51.082Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 835553c1-33dc-4755-b6f9-a2a10b1231a5 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-07-26T06:37:51.082Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-07-26T06:37:51.082Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||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-07-26T06:37:51.226Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-07-26T06:37:51.226Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 835553c1-33dc-4755-b6f9-a2a10b1231a5 787
2022-07-26T06:37:51.227Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||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-07-26T06:37:51.227Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||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-07-26T06:37:51.227Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-26T06:37:51.227Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:37:51.230Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:37:51.230Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817471227,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:37:51.330Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T06:37:51.331Z||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-07-26T06:37:51.331Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:37:51.343Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:37:51.344Z||pool-48-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-07-26T06:37:52.230Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "55099a70-dc9a-4e5c-b4c4-15d5af0e0b2f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0943bc57-b857-48f4-af1d-0f58443cc435",
    "vfModuleModelCustomizationUUID": "9458b082-ff94-4323-a5f6-e8bf177ab64e",
    "isBase": true,
    "artifacts": [
      "05106c9f-b33e-4abc-b071-54a85bac3fc6",
      "932b69f4-add0-445a-aeb1-f84035f58922"
    ],
    "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-07-26T06:37:52.235Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0943bc57-b857-48f4-af1d-0f58443cc435
VfModuleModelInvariantUUID:55099a70-dc9a-4e5c-b4c4-15d5af0e0b2f
VfModuleModelDescription:NULL
Artifacts UUID List:{
05106c9f-b33e-4abc-b071-54a85bac3fc6
,
932b69f4-add0-445a-aeb1-f84035f58922

}
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-07-26T06:37:52.239Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "55099a70-dc9a-4e5c-b4c4-15d5af0e0b2f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0943bc57-b857-48f4-af1d-0f58443cc435",
    "vfModuleModelCustomizationUUID": "9458b082-ff94-4323-a5f6-e8bf177ab64e",
    "isBase": true,
    "artifacts": [
      "05106c9f-b33e-4abc-b071-54a85bac3fc6",
      "932b69f4-add0-445a-aeb1-f84035f58922"
    ],
    "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-07-26T06:37:52.239Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0943bc57-b857-48f4-af1d-0f58443cc435
VfModuleModelInvariantUUID:55099a70-dc9a-4e5c-b4c4-15d5af0e0b2f
VfModuleModelDescription:NULL
Artifacts UUID List:{
05106c9f-b33e-4abc-b071-54a85bac3fc6
,
932b69f4-add0-445a-aeb1-f84035f58922

}
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-07-26T06:37:52.239Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 05106c9f-b33e-4abc-b071-54a85bac3fc6 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-07-26T06:37:52.239Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-07-26T06:37:52.240Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||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-07-26T06:37:52.427Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-07-26T06:37:52.427Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 05106c9f-b33e-4abc-b071-54a85bac3fc6 5033
2022-07-26T06:37:52.428Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||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-07-26T06:37:52.428Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||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-07-26T06:37:52.428Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-26T06:37:52.428Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:37:52.431Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:37:52.431Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817472427,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:37:52.531Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T06:37:52.532Z||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-07-26T06:37:52.532Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:37:52.555Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:37:52.556Z||pool-49-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-07-26T06:37:53.432Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 932b69f4-add0-445a-aeb1-f84035f58922 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-07-26T06:37:53.432Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-07-26T06:37:53.432Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||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-07-26T06:37:53.794Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-07-26T06:37:53.794Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 932b69f4-add0-445a-aeb1-f84035f58922 903
2022-07-26T06:37:53.795Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||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-07-26T06:37:53.795Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||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-07-26T06:37:53.795Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-26T06:37:53.795Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:37:53.798Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:37:53.798Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817473795,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:37:53.898Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-26T06:37:53.899Z||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-07-26T06:37:53.900Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:37:53.914Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:37:53.915Z||pool-50-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-26T06:37:54.799Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 4b23857d-682f-4c46-aada-f20971c3c1f7
2022-07-26T06:37:54.800Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 3e86b7cd-3fcf-49eb-b83d-515e6e907bcd 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-07-26T06:37:54.816Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@9a654b1, org.onap.sdc.toscaparser.api.parameters.Input@776961c9, org.onap.sdc.toscaparser.api.parameters.Input@7e9a57bc, org.onap.sdc.toscaparser.api.parameters.Input@336549d7, org.onap.sdc.toscaparser.api.parameters.Input@8dd90d6]
2022-07-26T06:37:54.817Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:37:54.819Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:37:54.820Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-07-26T06:37:54.820Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= b834add8-83ef-4948-80c0-f8355280fe0c
2022-07-26T06:37:54.820Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b834add8-83ef-4948-80c0-f8355280fe0c matches Tosca VF Customization UUID: b834add8-83ef-4948-80c0-f8355280fe0c
2022-07-26T06:37:54.820Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: b834add8-83ef-4948-80c0-f8355280fe0c  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-07-26T06:37:54.823Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:37:54.823Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:37:54.824Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id b834add8-83ef-4948-80c0-f8355280fe0c: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2022-07-26T06:37:54.824Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@13f9091
2022-07-26T06:37:54.824Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:37:54.825Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-26T06:37:54.825Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9458b082-ff94-4323-a5f6-e8bf177ab64e
2022-07-26T06:37:54.825Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9458b082-ff94-4323-a5f6-e8bf177ab64e
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-07-26T06:37:54.827Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:37:54.827Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-26T06:37:54.828Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-26T06:37:54.828Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:37:54.829Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-26T06:37:54.829Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-26T06:37:54.829Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:37:54.829Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-07-26T06:37:54.830Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-07-26T06:37:54.830Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-26T06:37:54.830Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=5938a398-b796-414f-aa00-b6bd9ace2e3b
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-07-26T06:37:54.832Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:37:54.833Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-26T06:37:54.833Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-26T06:37:54.833Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:37:54.834Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-26T06:37:54.834Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=b834add8-83ef-4948-80c0-f8355280fe0c
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-07-26T06:37:54.836Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:37:54.837Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:37:54.837Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 4b23857d-682f-4c46-aada-f20971c3c1f7: basic_vm
2022-07-26T06:37:54.837Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:37:54.837Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:37:54.838Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:37:54.838Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:37:54.838Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:37:54.838Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:37:54.838Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:37:54.839Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:37:54.839Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:37:54.839Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:37:54.839Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||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-07-26T06:37:54.920Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 3e86b7cd-3fcf-49eb-b83d-515e6e907bcd 1 ASDC deployResourceStructure
2022-07-26T06:37:54.920Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||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-07-26T06:37:54.920Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||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-07-26T06:37:54.920Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-26T06:37:54.921Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:37:54.922Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:37:54.922Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817474920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-26T06:37:55.023Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T06:37:55.024Z||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-07-26T06:37:55.024Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:37:55.044Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:37:55.044Z||pool-51-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-07-26T06:37:55.923Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||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-07-26T06:37:55.924Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||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-07-26T06:37:55.924Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-26T06:37:55.924Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:37:55.926Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:37:55.926Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817475923,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-07-26T06:37:56.026Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T06:37:56.028Z||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-07-26T06:37:56.028Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:37:56.043Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:37:56.043Z||pool-52-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-26T06:37:56.927Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||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-07-26T06:37:56.927Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||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-07-26T06:37:56.927Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-26T06:37:56.928Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:37:56.930Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:37:56.930Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817476926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-07-26T06:37:57.030Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T06:37:57.033Z||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-07-26T06:37:57.033Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:37:57.047Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:37:57.047Z||pool-53-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-26T06:37:57.931Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-07-26T06:37:57.932Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-07-26T06:37:57.932Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-26T06:37:57.932Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:37:57.934Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:37:57.934Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817477931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-26T06:37:58.034Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T06:37:58.035Z||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-07-26T06:37:58.035Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:37:58.050Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:37:58.050Z||pool-54-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-26T06:37:58.934Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3fdeae4-ef3c-47ba-b027-30e220204a5c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-26T06:37:58.945Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3fdeae4-ef3c-47ba-b027-30e220204a5c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-07-26T06:37:58.949Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-26T06:37:58.950Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-26T06:37:58.950Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-26T06:38:28.950Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3fdeae4-ef3c-47ba-b027-30e220204a5c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-26T06:38:28.959Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3fdeae4-ef3c-47ba-b027-30e220204a5c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-07-26T06:38:28.962Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-26T06:38:28.962Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-26T06:38:28.962Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-26T06:38:40.440Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:38:40.440Z||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-07-26T06:38:40.441Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:38:40.590Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:38:40.590Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:38:40.590Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817460437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:38:40.591Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:38:58.962Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3fdeae4-ef3c-47ba-b027-30e220204a5c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-26T06:38:58.973Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3fdeae4-ef3c-47ba-b027-30e220204a5c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-07-26T06:38:58.976Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-26T06:38:58.976Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-26T06:38:58.976Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-26T06:39:28.977Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3fdeae4-ef3c-47ba-b027-30e220204a5c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-26T06:39:28.987Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3fdeae4-ef3c-47ba-b027-30e220204a5c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-07-26T06:39:28.992Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-26T06:39:28.993Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-26T06:39:28.993Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-26T06:39:40.440Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:39:40.441Z||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-07-26T06:39:40.441Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:39:41.005Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:39:41.006Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.006Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658817461588,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-26T06:39:41.007Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:39:41.007Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.007Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817460437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-07-26T06:39:41.008Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:39:41.008Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.008Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658817462601,
  "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-07-26T06:39:41.015Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f3fdeae4-ef3c-47ba-b027-30e220204a5c
2022-07-26T06:39:41.016Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3fdeae4-ef3c-47ba-b027-30e220204a5c 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-07-26T06:39:41.023Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.024Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817460437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-26T06:39:41.024Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:39:41.024Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.024Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "aai-ml",
  "timestamp": 1658817463482,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-26T06:39:41.024Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:39:41.024Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.024Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817460437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:39:41.024Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:39:41.024Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.024Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "aai-ml",
  "timestamp": 1658817464486,
  "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-07-26T06:39:41.029Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f3fdeae4-ef3c-47ba-b027-30e220204a5c
2022-07-26T06:39:41.029Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3fdeae4-ef3c-47ba-b027-30e220204a5c 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-07-26T06:39:41.039Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.040Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817460437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-26T06:39:41.040Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:39:41.040Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.040Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817460437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:39:41.041Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:39:41.041Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.041Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817460437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-26T06:39:41.042Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:39:41.042Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.042Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817468367,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:39:41.042Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:39:41.042Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.042Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817471227,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:39:41.043Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:39:41.043Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.043Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "aai-ml",
  "timestamp": 1658817470351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:39:41.044Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:39:41.044Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.044Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "cds",
  "timestamp": 1658817464208,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:39:41.044Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:39:41.044Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.045Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658817464817,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:39:41.045Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:39:41.045Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.045Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817472427,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:39:41.046Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:39:41.046Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.046Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "aai-ml",
  "timestamp": 1658817470351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:39:41.046Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:39:41.046Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.046Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "cds",
  "timestamp": 1658817464208,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:39:41.047Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:39:41.047Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.047Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658817464817,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-07-26T06:39:41.047Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:39:41.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.048Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817473795,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:39:41.048Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:39:41.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.048Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "aai-ml",
  "timestamp": 1658817470351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:39:41.049Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:39:41.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.049Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "cds",
  "timestamp": 1658817464208,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:39:41.049Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:39:41.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.050Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658817464817,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-07-26T06:39:41.050Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:39:41.050Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.050Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "policy-id",
  "timestamp": 1658817474126,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:39:41.051Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:39:41.051Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.051Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817474920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-26T06:39:41.051Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:39:41.051Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.051Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "aai-ml",
  "timestamp": 1658817470351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:39:41.052Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:39:41.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "cds",
  "timestamp": 1658817464208,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:39:41.052Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:39:41.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658817464817,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-07-26T06:39:41.053Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:39:41.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "policy-id",
  "timestamp": 1658817474126,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:39:41.054Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:39:41.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817475923,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-07-26T06:39:41.054Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:39:41.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "aai-ml",
  "timestamp": 1658817470351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:39:41.055Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:39:41.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "cds",
  "timestamp": 1658817464208,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:39:41.056Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:39:41.056Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.057Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658817464817,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-07-26T06:39:41.057Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:39:41.057Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.057Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "policy-id",
  "timestamp": 1658817474126,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:39:41.058Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:39:41.058Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.058Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817476926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-07-26T06:39:41.058Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:39:41.058Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.058Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "aai-ml",
  "timestamp": 1658817470351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:39:41.058Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:39:41.058Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.058Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "cds",
  "timestamp": 1658817464208,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:39:41.058Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:39:41.058Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.058Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658817464817,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:39:41.058Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:39:41.059Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.059Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "policy-id",
  "timestamp": 1658817474126,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:39:41.059Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:39:41.059Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.059Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817477931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-26T06:39:41.059Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:39:41.059Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.059Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "aai-ml",
  "timestamp": 1658817470351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:39:41.059Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:39:41.060Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.060Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "cds",
  "timestamp": 1658817464208,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:39:41.060Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:39:41.060Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.060Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658817464817,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-07-26T06:39:41.060Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:39:41.060Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.060Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "policy-id",
  "timestamp": 1658817474126,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-07-26T06:39:41.061Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:39:41.061Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.061Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "aai-ml",
  "timestamp": 1658817470351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:39:41.061Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:39:41.061Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.061Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "cds",
  "timestamp": 1658817464208,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:39:41.061Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:39:41.061Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.061Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658817464817,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:39:41.061Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:39:41.061Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.062Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "policy-id",
  "timestamp": 1658817474126,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:39:41.062Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:39:41.062Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.062Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "aai-ml",
  "timestamp": 1658817470351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-26T06:39:41.062Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:39:41.062Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.062Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "cds",
  "timestamp": 1658817464208,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-26T06:39:41.062Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:39:41.062Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.062Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658817464817,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-26T06:39:41.063Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:39:41.063Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.063Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "policy-id",
  "timestamp": 1658817474126,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:39:41.063Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:39:41.063Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.063Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658817480533,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:39:41.063Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:39:41.063Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.063Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658817480914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:39:41.063Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:39:41.064Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.064Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "policy-id",
  "timestamp": 1658817474126,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:39:41.064Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:39:41.064Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.064Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658817480533,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:39:41.064Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:39:41.064Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.064Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658817481288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:39:41.065Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:39:41.065Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.065Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "aai-ml",
  "timestamp": 1658817482353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:39:41.065Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:39:41.065Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.065Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "cds",
  "timestamp": 1658817482135,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:39:41.065Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:39:41.065Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.065Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "policy-id",
  "timestamp": 1658817474126,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-26T06:39:41.065Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:39:41.065Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.066Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658817480914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:39:41.066Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:39:41.066Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.066Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658817480533,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:39:41.066Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:39:41.066Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.066Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "cds",
  "timestamp": 1658817483143,
  "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-07-26T06:39:41.079Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 94d27fc0-85ea-4cfd-9e37-f956b643f764
2022-07-26T06:39:41.079Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94d27fc0-85ea-4cfd-9e37-f956b643f764 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-07-26T06:39:41.086Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.087Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658817480914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:39:41.087Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:39:41.087Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.087Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658817482758,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:39:41.087Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:39:41.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.088Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658817480533,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:39:41.089Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:39:41.090Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.090Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "policy-id",
  "timestamp": 1658817484637,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:39:41.090Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:39:41.090Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.090Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658817480914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:39:41.090Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:39:41.090Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.090Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658817480533,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:39:41.091Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:39:41.091Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.091Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "policy-id",
  "timestamp": 1658817485643,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-26T06:39:41.091Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:39:41.091Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.091Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658817484481,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:39:41.091Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:39:41.092Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.092Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658817480914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:39:41.096Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:39:41.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.099Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658817480533,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:39:41.099Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:39:41.099Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.099Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "policy-id",
  "timestamp": 1658817486651,
  "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-07-26T06:39:41.104Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 94d27fc0-85ea-4cfd-9e37-f956b643f764
2022-07-26T06:39:41.104Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94d27fc0-85ea-4cfd-9e37-f956b643f764 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-07-26T06:39:41.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658817480914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:39:41.112Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:39:41.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658817485880,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:39:41.112Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:39:41.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658817480533,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:39:41.113Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:39:41.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658817480914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:39:41.113Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:39:41.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658817486958,
  "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-07-26T06:39:41.118Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 94d27fc0-85ea-4cfd-9e37-f956b643f764
2022-07-26T06:39:41.118Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94d27fc0-85ea-4cfd-9e37-f956b643f764 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: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-07-26T06:39:41.123Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.124Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658817480533,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:39:41.124Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:39:41.124Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.124Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658817480914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:39:41.124Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:39:41.124Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.124Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658817487964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-26T06:39:41.124Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:39:41.124Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.124Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658817480533,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:39:41.125Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:39:41.125Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.125Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658817480914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-26T06:39:41.125Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:39:41.125Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.125Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658817490933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:39:41.125Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:39:41.125Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.125Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "clamp",
  "timestamp": 1658817491197,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:39:41.125Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:39:41.125Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.125Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "clamp",
  "timestamp": 1658817491197,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:39:41.125Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:39:41.126Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.126Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658817493269,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-26T06:39:41.126Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:39:41.126Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.126Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "clamp",
  "timestamp": 1658817491197,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:39:41.126Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:39:41.126Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.126Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658817494273,
  "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-07-26T06:39:41.130Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 94d27fc0-85ea-4cfd-9e37-f956b643f764
2022-07-26T06:39:41.130Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94d27fc0-85ea-4cfd-9e37-f956b643f764 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-07-26T06:39:41.137Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.137Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "clamp",
  "timestamp": 1658817491197,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-07-26T06:39:41.138Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:39:41.138Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.138Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "clamp",
  "timestamp": 1658817491197,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:39:41.138Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:39:41.138Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.138Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "clamp",
  "timestamp": 1658817491197,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:39:41.138Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:39:41.138Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.138Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "clamp",
  "timestamp": 1658817491197,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:39:41.138Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:39:41.138Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.139Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "clamp",
  "timestamp": 1658817491197,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:39:41.139Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:39:41.139Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.139Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "aai-ml",
  "timestamp": 1658817500213,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-26T06:39:41.139Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:39:41.139Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.139Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "clamp",
  "timestamp": 1658817491197,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-26T06:39:41.139Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:39:41.139Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.139Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "aai-ml",
  "timestamp": 1658817501218,
  "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-07-26T06:39:41.144Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 94d27fc0-85ea-4cfd-9e37-f956b643f764
2022-07-26T06:39:41.144Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94d27fc0-85ea-4cfd-9e37-f956b643f764 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-07-26T06:39:41.152Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.152Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "clamp",
  "timestamp": 1658817511732,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:39:41.153Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:39:41.153Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.153Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "clamp",
  "timestamp": 1658817513765,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-26T06:39:41.153Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:39:41.154Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:39:41.154Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "clamp",
  "timestamp": 1658817514802,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-26T06:39:41.158Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 94d27fc0-85ea-4cfd-9e37-f956b643f764
2022-07-26T06:39:41.158Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94d27fc0-85ea-4cfd-9e37-f956b643f764 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-26T06:39:58.993Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3fdeae4-ef3c-47ba-b027-30e220204a5c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-26T06:39:59.005Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3fdeae4-ef3c-47ba-b027-30e220204a5c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-07-26T06:39:59.008Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-26T06:39:59.008Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-26T06:39:59.008Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-26T06:39:59.008Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-26T06:39:59.008Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-26T06:39:59.008Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-26T06:39:59.008Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-26T06:39:59.009Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-26T06:39:59.009Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-26T06:39:59.009Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-26T06:39:59.009Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-26T06:39:59.015Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-26T06:40:29.015Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f3fdeae4-ef3c-47ba-b027-30e220204a5c 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-07-26T06:40:29.020Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f3fdeae4-ef3c-47ba-b027-30e220204a5c and serviceModelVersionId: 4b23857d-682f-4c46-aada-f20971c3c1f7
2022-07-26T06:40:29.021Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cffc5c20-a65c-42c0-8a07-f444220317d9
2022-07-26T06:40:29.023Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cffc5c20-a65c-42c0-8a07-f444220317d9/model-vers/model-ver/4b23857d-682f-4c46-aada-f20971c3c1f7?depth=0
2022-07-26T06:40:29.029Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-07-26T06:40:29.085Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffc5c20-a65c-42c0-8a07-f444220317d9/model-vers/model-ver/4b23857d-682f-4c46-aada-f20971c3c1f7?depth=0|INFO|500||Invoke
2022-07-26T06:40:29.087Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffc5c20-a65c-42c0-8a07-f444220317d9/model-vers/model-ver/4b23857d-682f-4c46-aada-f20971c3c1f7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffc5c20-a65c-42c0-8a07-f444220317d9/model-vers/model-ver/4b23857d-682f-4c46-aada-f20971c3c1f7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f3fdeae4-ef3c-47ba-b027-30e220204a5c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6203aa1b-aa0e-4976-8670-7a01d58b8cc6], X-ECOMP-RequestID=[f3fdeae4-ef3c-47ba-b027-30e220204a5c], X-TransactionId=[], X-ONAP-RequestID=[f3fdeae4-ef3c-47ba-b027-30e220204a5c], Content-Type=[application/merge-patch+json]}
2022-07-26T06:40:29.106Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffc5c20-a65c-42c0-8a07-f444220317d9/model-vers/model-ver/4b23857d-682f-4c46-aada-f20971c3c1f7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-26T06:40:29.395Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffc5c20-a65c-42c0-8a07-f444220317d9/model-vers/model-ver/4b23857d-682f-4c46-aada-f20971c3c1f7?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/cffc5c20-a65c-42c0-8a07-f444220317d9/model-vers/model-ver/4b23857d-682f-4c46-aada-f20971c3c1f7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220726-06:40:29:303-22296], vertex-id=[221320], Content-Length=[0], Date=[Tue, 26 Jul 2022 06:40:29 GMT], Content-Type=[application/json]}
2022-07-26T06:40:29.396Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffc5c20-a65c-42c0-8a07-f444220317d9/model-vers/model-ver/4b23857d-682f-4c46-aada-f20971c3c1f7?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-26T06:40:29.396Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cffc5c20-a65c-42c0-8a07-f444220317d9/model-vers/model-ver/4b23857d-682f-4c46-aada-f20971c3c1f7?depth=0|INFO|500||InvokeReturn
2022-07-26T06:40:29.397Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-26T06:40:29.397Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-26T06:40:29.403Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-26T06:40:29.403Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f3fdeae4-ef3c-47ba-b027-30e220204a5c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-26T06:40:29.404Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-26T06:40:29.404Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:40:29.406Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:40:29.406Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817629404,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-26T06:40:29.506Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-26T06:40:29.507Z||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-07-26T06:40:29.508Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:40:29.524Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:40:29.525Z||pool-55-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-26T06:40:30.422Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:40:30.423Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|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-07-26T06:40:30.423Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:40:34.923Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:40:34.924Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-26T06:40:34.924Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"94d27fc0-85ea-4cfd-9e37-f956b643f764","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"9dc74137-f289-46f1-a669-b5178199a8dc","serviceDescription":"service","serviceInvariantUUID":"b5a7746e-4078-40db-974f-f78d6cce7340","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"25e61e40-46f3-4020-b4b0-e6b48f919ad8","resourceInvariantUUID":"9cb024bd-71c2-49a0-9d07-d870e98739f7","resourceCustomizationUUID":"f642d573-6ddd-4cb4-b7d7-b3041cbd4053","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":"OWQ4MzJhNTU0YTZkNmRiZTBmMDViYTEyMTE4YjY1NmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a4a01ebe-d9b1-4c4a-a45c-942c0e856219","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":"3387386f-56e4-47a7-a1e2-f63df06cf3c5","artifactVersion":"2","generatedFromUUID":"c4fd8610-a613-4d6c-a089-6174f744a329"},{"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":"c4fd8610-a613-4d6c-a089-6174f744a329","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":"ZTgzYWYxMDIzYzJmMmIzOWM2NDQ0M2VlMDUwNzE3ZWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"dbb8183e-083d-4643-befd-6ef843f43d41","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":"0b17ae3a-5bc4-491e-ada9-ce70d57d479d","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":"5ed1aa2f-cfbf-4589-8c2d-af80f83d5f8d","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":"cc272cca-981d-4de6-a2de-3e90e78346fe","artifactVersion":"2","generatedFromUUID":"0b17ae3a-5bc4-491e-ada9-ce70d57d479d"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"OTFmZjllZDJmNGRjMDI4M2I1NjA1M2E2ZTI5MjNmNzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"292babef-4d11-40f3-8eed-8a2ca06592ae","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MjNhNWEwMjRmMTNhYjMyZWE3OTJmOGQ3OGI0NDZjODk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3ccdc5da-4456-41c2-b40c-9e92d2b8870c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-26T06:40:34.927Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-26T06:40:34.927Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:40:34.929Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:40:34.929Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817630422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:40:35.029Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-26T06:40:35.030Z||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-07-26T06:40:35.030Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:40:35.044Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:40:35.045Z||pool-56-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-26T06:40:35.930Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-26T06:40:35.931Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:40:35.933Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:40:35.933Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817630422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-07-26T06:40:36.033Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T06:40:36.034Z||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-07-26T06:40:36.034Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:40:36.046Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:40:36.047Z||pool-57-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-26T06:40:36.933Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-26T06:40:36.934Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:40:36.936Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:40:36.936Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817630422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-07-26T06:40:37.037Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T06:40:37.038Z||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-07-26T06:40:37.038Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:40:37.052Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:40:37.052Z||pool-58-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-26T06:40:37.937Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-26T06:40:37.938Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:40:37.941Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:40:37.941Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817630422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-07-26T06:40:38.041Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-26T06:40:38.042Z||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-07-26T06:40:38.042Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:40:38.059Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:40:38.059Z||pool-59-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-07-26T06:40:38.942Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-26T06:40:38.943Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:40:38.944Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:40:38.945Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817630422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-07-26T06:40:39.045Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T06:40:39.046Z||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-07-26T06:40:39.046Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:40:39.059Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:40:39.059Z||pool-60-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-26T06:40:39.945Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-26T06:40:39.946Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:40:39.948Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:40:39.948Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817630422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:40:40.048Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T06:40:40.049Z||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-07-26T06:40:40.049Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:40:40.066Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:40:40.067Z||pool-61-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-26T06:40:40.440Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:40:40.440Z||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-07-26T06:40:40.441Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:40:40.948Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-26T06:40:40.949Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:40:40.950Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:40:40.951Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817630422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-07-26T06:40:41.051Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T06:40:41.051Z||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-07-26T06:40:41.052Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:40:41.065Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:40:41.065Z||pool-62-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-07-26T06:40:41.081Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:40:41.081Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:40:41.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3fdeae4-ef3c-47ba-b027-30e220204a5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817629404,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-26T06:40:41.082Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:40:41.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:40:41.083Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817630422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:40:41.083Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:40:41.083Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:40:41.083Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817630422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-07-26T06:40:41.083Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:40:41.083Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:40:41.084Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817630422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-07-26T06:40:41.084Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:40:41.084Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:40:41.084Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817630422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-07-26T06:40:41.084Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:40:41.084Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:40:41.084Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817630422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-07-26T06:40:41.085Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:40:41.085Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:40:41.085Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817630422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:40:41.085Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:40:41.951Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-26T06:40:41.952Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:40:41.953Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:40:41.954Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817630422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:40:42.054Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T06:40:42.055Z||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-07-26T06:40:42.055Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:40:42.068Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:40:42.068Z||pool-63-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-07-26T06:40:42.954Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-26T06:40:42.955Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:40:42.957Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:40:42.957Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817630422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-26T06:40:43.057Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T06:40:43.058Z||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-07-26T06:40:43.058Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:40:43.074Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:40:43.075Z||pool-64-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-07-26T06:40:43.958Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "9dc74137-f289-46f1-a669-b5178199a8dc",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b5a7746e-4078-40db-974f-f78d6cce7340",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "f642d573-6ddd-4cb4-b7d7-b3041cbd4053",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "25e61e40-46f3-4020-b4b0-e6b48f919ad8",
      "resourceInvariantUUID": "9cb024bd-71c2-49a0-9d07-d870e98739f7",
      "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": "3387386f-56e4-47a7-a1e2-f63df06cf3c5",
          "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": "c4fd8610-a613-4d6c-a089-6174f744a329",
          "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": "ZTgzYWYxMDIzYzJmMmIzOWM2NDQ0M2VlMDUwNzE3ZWU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "dbb8183e-083d-4643-befd-6ef843f43d41",
          "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": "0b17ae3a-5bc4-491e-ada9-ce70d57d479d",
          "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": "cc272cca-981d-4de6-a2de-3e90e78346fe",
            "generatedFromUUID": "0b17ae3a-5bc4-491e-ada9-ce70d57d479d"
          },
          "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": "cc272cca-981d-4de6-a2de-3e90e78346fe",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "MjNhNWEwMjRmMTNhYjMyZWE3OTJmOGQ3OGI0NDZjODk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3ccdc5da-4456-41c2-b40c-9e92d2b8870c"
    }
  ],
  "workloadContext": "Production"
}
2022-07-26T06:40:43.958Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-26T06:40:43.958Z|f3fdeae4-ef3c-47ba-b027-30e220204a5c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 9dc74137-f289-46f1-a669-b5178199a8dc ASDC
2022-07-26T06:40:43.959Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:94d27fc0-85ea-4cfd-9e37-f956b643f764
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:9dc74137-f289-46f1-a669-b5178199a8dc
ServiceInvariantUUID:b5a7746e-4078-40db-974f-f78d6cce7340
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:3ccdc5da-4456-41c2-b40c-9e92d2b8870c
ArtifactChecksum:MjNhNWEwMjRmMTNhYjMyZWE3OTJmOGQ3OGI0NDZjODk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:f642d573-6ddd-4cb4-b7d7-b3041cbd4053
ResourceInvariantUUID:9cb024bd-71c2-49a0-9d07-d870e98739f7
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:25e61e40-46f3-4020-b4b0-e6b48f919ad8
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:3387386f-56e4-47a7-a1e2-f63df06cf3c5
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:c4fd8610-a613-4d6c-a089-6174f744a329
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:dbb8183e-083d-4643-befd-6ef843f43d41
ArtifactChecksum:ZTgzYWYxMDIzYzJmMmIzOWM2NDQ0M2VlMDUwNzE3ZWU=
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:0b17ae3a-5bc4-491e-ada9-ce70d57d479d
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:cc272cca-981d-4de6-a2de-3e90e78346fe
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:cc272cca-981d-4de6-a2de-3e90e78346fe
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-26T06:40:43.959Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9dc74137-f289-46f1-a669-b5178199a8dc 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-07-26T06:40:43.990Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-26T06:40:43.991Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-07-26T06:40:43.991Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-07-26T06:40:43.991Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3ccdc5da-4456-41c2-b40c-9e92d2b8870c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-07-26T06:40:43.991Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-07-26T06:40:43.991Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-07-26T06:40:44.219Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-07-26T06:40:44.222Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 3ccdc5da-4456-41c2-b40c-9e92d2b8870c 72999
2022-07-26T06:40:44.223Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-07-26T06:40:44.223Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-07-26T06:40:44.223Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-26T06:40:44.223Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:40:44.225Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:40:44.225Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817644223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:40:44.325Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T06:40:44.326Z||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-07-26T06:40:44.326Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:40:44.339Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:40:44.340Z||pool-65-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-26T06:40:45.226Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-26T06:40:45.227Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-07-26T06:40:45.227Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 3ccdc5da-4456-41c2-b40c-9e92d2b8870c, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-26T06:40:45.240Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-07-26T06:40:45.241Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-26T06:40:45.241Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-26T06:40:45.359Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9513043066223363646/Definitions/service-BasicCnf-template.yml
2022-07-26T06:40:46.562Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-26T06:40:46.562Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-07-26T06:40:46.562Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-26T06:40:46.563Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-07-26T06:40:46.563Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||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-07-26T06:40:46.563Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||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-07-26T06:40:46.563Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-26T06:40:46.563Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-26T06:40:46.564Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-07-26T06:40:46.564Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:40:46.564Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:40:46.564Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-26T06:40:46.565Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-07-26T06:40:46.565Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-26T06:40:46.565Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:40:46.565Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:40:46.565Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-26T06:40:46.566Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-07-26T06:40:46.566Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-26T06:40:46.566Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:40:46.566Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:40:46.566Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:40:46.567Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-07-26T06:40:46.567Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-07-26T06:40:46.567Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||Node template dummy is not matching search criteria
2022-07-26T06:40:46.567Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-26T06:40:46.567Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:40:46.568Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-26T06:40:46.568Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:40:46.568Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-26T06:40:46.568Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-26T06:40:46.569Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:40:46.569Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-26T06:40:46.569Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-26T06:40:46.569Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:40:46.569Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-26T06:40:46.570Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-26T06:40:46.570Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:40:46.570Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-07-26T06:40:46.570Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-07-26T06:40:46.570Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=2809e8ce-a8de-4817-a635-5ec744683bbb
2022-07-26T06:40:46.571Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:40:46.571Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:40:46.571Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:40:46.571Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:40:46.572Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:40:46.572Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:40:46.572Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:40:46.572Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:40:46.572Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:9dc74137-f289-46f1-a669-b5178199a8dc
Model Version:NULL
Model InvariantUuid:b5a7746e-4078-40db-974f-f78d6cce7340
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:e40b8c28-f911-4a26-a826-8b8eb2490b7d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9cb024bd-71c2-49a0-9d07-d870e98739f7
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f642d573-6ddd-4cb4-b7d7-b3041cbd4053
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e48d0527-18e9-4014-a0ee-c228aa736b66
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:ccfcd2af-1523-4d0a-aebe-848af750a3b2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2809e8ce-a8de-4817-a635-5ec744683bbb
ModelInvariantUuid:3bda8c52-c7f3-4acf-b645-1d171e172578
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:f5fd5ad0-be8f-422c-b3e2-55984da978b0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:f0ac9507-7659-4547-9108-2d30c784287c
ModelInvariantUuid:3868d4f9-80bb-4ec6-8c99-c525d10d4c33
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:d004ef30-4b86-489f-ac8b-57ef76476525
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-07-26T06:40:46.580Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 25e61e40-46f3-4020-b4b0-e6b48f919ad8
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-07-26T06:40:46.582Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||basic_cnf 0
2022-07-26T06:40:46.583Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 25e61e40-46f3-4020-b4b0-e6b48f919ad8
2022-07-26T06:40:46.583Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3387386f-56e4-47a7-a1e2-f63df06cf3c5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-07-26T06:40:46.583Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-07-26T06:40:46.583Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||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-07-26T06:40:46.727Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-07-26T06:40:46.728Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 3387386f-56e4-47a7-a1e2-f63df06cf3c5 12
2022-07-26T06:40:46.729Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||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-07-26T06:40:46.729Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||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-07-26T06:40:46.729Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-26T06:40:46.729Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:40:46.731Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:40:46.732Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817646729,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:40:46.832Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T06:40:46.833Z||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-07-26T06:40:46.833Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:40:46.851Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:40:46.852Z||pool-66-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-07-26T06:40:47.732Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c4fd8610-a613-4d6c-a089-6174f744a329 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-07-26T06:40:47.733Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-07-26T06:40:47.734Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||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-07-26T06:40:47.909Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-07-26T06:40:47.910Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz c4fd8610-a613-4d6c-a089-6174f744a329 2688
2022-07-26T06:40:47.912Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||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-07-26T06:40:47.912Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||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-07-26T06:40:47.912Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-26T06:40:47.913Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:40:47.916Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:40:47.917Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817647912,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:40:48.018Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T06:40:48.019Z||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-07-26T06:40:48.019Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:40:48.041Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:40:48.042Z||pool-67-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-07-26T06:40:48.921Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: dbb8183e-083d-4643-befd-6ef843f43d41 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-07-26T06:40:48.921Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-07-26T06:40:48.928Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||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-07-26T06:40:49.025Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-07-26T06:40:49.025Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json dbb8183e-083d-4643-befd-6ef843f43d41 828
2022-07-26T06:40:49.026Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||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-07-26T06:40:49.026Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||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-07-26T06:40:49.026Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-26T06:40:49.027Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:40:49.028Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:40:49.029Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817649026,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:40:49.129Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T06:40:49.129Z||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-07-26T06:40:49.129Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:40:49.145Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:40:49.145Z||pool-68-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-26T06:40:50.029Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "e48d0527-18e9-4014-a0ee-c228aa736b66",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ccfcd2af-1523-4d0a-aebe-848af750a3b2",
    "vfModuleModelCustomizationUUID": "f2a7225b-bb37-4c48-a819-4ca1bfa2e390",
    "isBase": true,
    "artifacts": [
      "0b17ae3a-5bc4-491e-ada9-ce70d57d479d",
      "c4fd8610-a613-4d6c-a089-6174f744a329",
      "cc272cca-981d-4de6-a2de-3e90e78346fe"
    ],
    "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-07-26T06:40:50.033Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ccfcd2af-1523-4d0a-aebe-848af750a3b2
VfModuleModelInvariantUUID:e48d0527-18e9-4014-a0ee-c228aa736b66
VfModuleModelDescription:NULL
Artifacts UUID List:{
0b17ae3a-5bc4-491e-ada9-ce70d57d479d
,
c4fd8610-a613-4d6c-a089-6174f744a329
,
cc272cca-981d-4de6-a2de-3e90e78346fe

}
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-07-26T06:40:50.035Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "e48d0527-18e9-4014-a0ee-c228aa736b66",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ccfcd2af-1523-4d0a-aebe-848af750a3b2",
    "vfModuleModelCustomizationUUID": "f2a7225b-bb37-4c48-a819-4ca1bfa2e390",
    "isBase": true,
    "artifacts": [
      "0b17ae3a-5bc4-491e-ada9-ce70d57d479d",
      "c4fd8610-a613-4d6c-a089-6174f744a329",
      "cc272cca-981d-4de6-a2de-3e90e78346fe"
    ],
    "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-07-26T06:40:50.036Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ccfcd2af-1523-4d0a-aebe-848af750a3b2
VfModuleModelInvariantUUID:e48d0527-18e9-4014-a0ee-c228aa736b66
VfModuleModelDescription:NULL
Artifacts UUID List:{
0b17ae3a-5bc4-491e-ada9-ce70d57d479d
,
c4fd8610-a613-4d6c-a089-6174f744a329
,
cc272cca-981d-4de6-a2de-3e90e78346fe

}
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-07-26T06:40:50.036Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 0b17ae3a-5bc4-491e-ada9-ce70d57d479d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-07-26T06:40:50.037Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-07-26T06:40:50.037Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||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-07-26T06:40:50.144Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-07-26T06:40:50.145Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 0b17ae3a-5bc4-491e-ada9-ce70d57d479d 1164
2022-07-26T06:40:50.145Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||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-07-26T06:40:50.145Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||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-07-26T06:40:50.146Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-26T06:40:50.146Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:40:50.148Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:40:50.148Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817650145,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:40:50.248Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-26T06:40:50.249Z||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-07-26T06:40:50.249Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:40:50.263Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:40:50.264Z||pool-69-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-26T06:40:51.149Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: cc272cca-981d-4de6-a2de-3e90e78346fe from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-07-26T06:40:51.150Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-07-26T06:40:51.150Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||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-07-26T06:40:51.425Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-07-26T06:40:51.426Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env cc272cca-981d-4de6-a2de-3e90e78346fe 200
2022-07-26T06:40:51.426Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||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-07-26T06:40:51.426Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||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-07-26T06:40:51.426Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-26T06:40:51.427Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:40:51.428Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:40:51.428Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817651426,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:40:51.529Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T06:40:51.529Z||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-07-26T06:40:51.529Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:40:51.542Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:40:51.543Z||pool-70-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-07-26T06:40:52.429Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 9dc74137-f289-46f1-a669-b5178199a8dc
2022-07-26T06:40:52.430Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 25e61e40-46f3-4020-b4b0-e6b48f919ad8 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=?
2022-07-26T06:40:52.443Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select 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-07-26T06:40:52.451Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@ae52f86, org.onap.sdc.toscaparser.api.parameters.Input@28839483, org.onap.sdc.toscaparser.api.parameters.Input@79ecac04, org.onap.sdc.toscaparser.api.parameters.Input@71cf80fc, org.onap.sdc.toscaparser.api.parameters.Input@52f5185c]
2022-07-26T06:40:52.453Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:40:52.453Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:40:52.453Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-07-26T06:40:52.453Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= f642d573-6ddd-4cb4-b7d7-b3041cbd4053
2022-07-26T06:40:52.454Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f642d573-6ddd-4cb4-b7d7-b3041cbd4053 matches Tosca VF Customization UUID: f642d573-6ddd-4cb4-b7d7-b3041cbd4053
2022-07-26T06:40:52.454Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: f642d573-6ddd-4cb4-b7d7-b3041cbd4053  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-07-26T06:40:52.456Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:40:52.456Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:40:52.457Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id f642d573-6ddd-4cb4-b7d7-b3041cbd4053: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2022-07-26T06:40:52.457Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7733128b
2022-07-26T06:40:52.457Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:40:52.458Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-26T06:40:52.458Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f2a7225b-bb37-4c48-a819-4ca1bfa2e390
2022-07-26T06:40:52.458Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f2a7225b-bb37-4c48-a819-4ca1bfa2e390
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-07-26T06:40:52.460Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:40:52.460Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-26T06:40:52.461Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-26T06:40:52.461Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:40:52.461Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-26T06:40:52.461Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-26T06:40:52.461Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:40:52.462Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-07-26T06:40:52.462Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-07-26T06:40:52.462Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=2809e8ce-a8de-4817-a635-5ec744683bbb
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-07-26T06:40:52.464Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:40:52.464Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-26T06:40:52.465Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-26T06:40:52.465Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:40:52.465Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-26T06:40:52.465Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=f642d573-6ddd-4cb4-b7d7-b3041cbd4053
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-07-26T06:40:52.467Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:40:52.467Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:40:52.467Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 9dc74137-f289-46f1-a669-b5178199a8dc: basic_cnf
2022-07-26T06:40:52.468Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:40:52.468Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:40:52.468Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:40:52.468Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:40:52.468Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:40:52.469Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:40:52.469Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:40:52.469Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:40:52.469Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:40:52.469Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:40:52.470Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||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-07-26T06:40:52.531Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 25e61e40-46f3-4020-b4b0-e6b48f919ad8 1 ASDC deployResourceStructure
2022-07-26T06:40:52.532Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||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-07-26T06:40:52.532Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||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-07-26T06:40:52.532Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-07-26T06:40:52.533Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:40:52.535Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:40:52.535Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817652531,
  "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-07-26T06:40:52.635Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T06:40:52.637Z||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-07-26T06:40:52.637Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:40:52.652Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:40:52.653Z||pool-71-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-26T06:40:53.536Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||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-07-26T06:40:53.536Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||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-07-26T06:40:53.537Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-07-26T06:40:53.537Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:40:53.539Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:40:53.539Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817653535,
  "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-07-26T06:40:53.639Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T06:40:53.640Z||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-07-26T06:40:53.640Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:40:53.654Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:40:53.655Z||pool-72-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-07-26T06:40:54.540Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||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-07-26T06:40:54.541Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||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-07-26T06:40:54.542Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-26T06:40:54.542Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:40:54.544Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:40:54.544Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817654540,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-26T06:40:54.644Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-26T06:40:54.645Z||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-07-26T06:40:54.645Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:40:54.659Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:40:54.660Z||pool-73-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-26T06:40:55.546Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||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-07-26T06:40:55.546Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||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-07-26T06:40:55.546Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-26T06:40:55.547Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:40:55.549Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:40:55.549Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817655545,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-07-26T06:40:55.650Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T06:40:55.650Z||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-07-26T06:40:55.650Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:40:55.665Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:40:55.666Z||pool-74-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-26T06:40:56.550Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||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-07-26T06:40:56.551Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||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-07-26T06:40:56.551Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-26T06:40:56.551Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:40:56.553Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:40:56.553Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817656550,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-07-26T06:40:56.653Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T06:40:56.654Z||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-07-26T06:40:56.654Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:40:56.667Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:40:56.667Z||pool-75-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-26T06:40:57.553Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-07-26T06:40:57.554Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-07-26T06:40:57.554Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-26T06:40:57.554Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:40:57.556Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:40:57.556Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817657553,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-26T06:40:57.656Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T06:40:57.657Z||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-07-26T06:40:57.658Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:40:57.672Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:40:57.672Z||pool-76-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-26T06:40:58.557Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 94d27fc0-85ea-4cfd-9e37-f956b643f764
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-26T06:40:58.570Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 94d27fc0-85ea-4cfd-9e37-f956b643f764
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-07-26T06:40:58.576Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-26T06:40:58.576Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-26T06:40:58.576Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-26T06:40:58.577Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-26T06:40:58.577Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-26T06:40:58.577Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-26T06:40:58.577Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-26T06:40:58.577Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-26T06:40:58.577Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-26T06:40:58.578Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-26T06:40:58.578Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-26T06:40:58.584Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-26T06:41:28.584Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 94d27fc0-85ea-4cfd-9e37-f956b643f764 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-07-26T06:41:28.592Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 94d27fc0-85ea-4cfd-9e37-f956b643f764 and serviceModelVersionId: 9dc74137-f289-46f1-a669-b5178199a8dc
2022-07-26T06:41:28.592Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b5a7746e-4078-40db-974f-f78d6cce7340
2022-07-26T06:41:28.593Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b5a7746e-4078-40db-974f-f78d6cce7340/model-vers/model-ver/9dc74137-f289-46f1-a669-b5178199a8dc?depth=0
2022-07-26T06:41:28.598Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-07-26T06:41:28.652Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5a7746e-4078-40db-974f-f78d6cce7340/model-vers/model-ver/9dc74137-f289-46f1-a669-b5178199a8dc?depth=0|INFO|500||Invoke
2022-07-26T06:41:28.653Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5a7746e-4078-40db-974f-f78d6cce7340/model-vers/model-ver/9dc74137-f289-46f1-a669-b5178199a8dc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5a7746e-4078-40db-974f-f78d6cce7340/model-vers/model-ver/9dc74137-f289-46f1-a669-b5178199a8dc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[94d27fc0-85ea-4cfd-9e37-f956b643f764], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5b92a479-f595-44f6-a8fd-3d61d2ae3e3d], X-ECOMP-RequestID=[94d27fc0-85ea-4cfd-9e37-f956b643f764], X-TransactionId=[], X-ONAP-RequestID=[94d27fc0-85ea-4cfd-9e37-f956b643f764], Content-Type=[application/merge-patch+json]}
2022-07-26T06:41:28.677Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5a7746e-4078-40db-974f-f78d6cce7340/model-vers/model-ver/9dc74137-f289-46f1-a669-b5178199a8dc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-26T06:41:28.909Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5a7746e-4078-40db-974f-f78d6cce7340/model-vers/model-ver/9dc74137-f289-46f1-a669-b5178199a8dc?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/b5a7746e-4078-40db-974f-f78d6cce7340/model-vers/model-ver/9dc74137-f289-46f1-a669-b5178199a8dc?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220726-06:41:28:875-41107], vertex-id=[434344], Content-Length=[0], Date=[Tue, 26 Jul 2022 06:41:28 GMT], Content-Type=[application/json]}
2022-07-26T06:41:28.909Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5a7746e-4078-40db-974f-f78d6cce7340/model-vers/model-ver/9dc74137-f289-46f1-a669-b5178199a8dc?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-26T06:41:28.910Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5a7746e-4078-40db-974f-f78d6cce7340/model-vers/model-ver/9dc74137-f289-46f1-a669-b5178199a8dc?depth=0|INFO|500||InvokeReturn
2022-07-26T06:41:28.910Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-26T06:41:28.910Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-26T06:41:28.915Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-26T06:41:28.915Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 94d27fc0-85ea-4cfd-9e37-f956b643f764 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-26T06:41:28.915Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-26T06:41:28.916Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:41:28.918Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:41:28.918Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817688915,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-26T06:41:29.024Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-07-26T06:41:29.024Z||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-07-26T06:41:29.024Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:41:29.041Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:41:29.041Z||pool-77-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-07-26T06:41:29.930Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:41:29.931Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|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-07-26T06:41:29.931Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:41:39.512Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:41:39.513Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:41:39.513Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|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-07-26T06:41:39.514Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:41:40.440Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:41:40.441Z||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-07-26T06:41:40.441Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:41:40.599Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:41:40.600Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-26T06:41:40.600Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817630422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-07-26T06:41:40.601Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:41:49.080Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:41:49.081Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:41:49.081Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|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-07-26T06:41:49.081Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:41:58.635Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:42:40.438Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:42:40.440Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:42:40.441Z||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-07-26T06:42:40.441Z||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-07-26T06:42:40.441Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:42:40.441Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:42:41.028Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:42:41.029Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-26T06:42:41.030Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817630422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:42:41.032Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:42:41.032Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-26T06:42:41.032Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817630422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-26T06:42:41.032Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:42:41.032Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-26T06:42:41.032Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817644223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:42:41.033Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:42:41.033Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-26T06:42:41.033Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817646729,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:42:41.033Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:42:41.033Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-26T06:42:41.033Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817647912,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:42:41.033Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:42:41.033Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-26T06:42:41.034Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817649026,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:42:41.034Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:42:41.034Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-26T06:42:41.034Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817650145,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:42:41.034Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:42:41.034Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-26T06:42:41.034Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817651426,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:42:41.034Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:42:41.035Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-26T06:42:41.035Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817652531,
  "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-07-26T06:42:41.035Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:42:41.035Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-26T06:42:41.036Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817653535,
  "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-07-26T06:42:41.036Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:42:41.036Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-26T06:42:41.036Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817654540,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-26T06:42:41.036Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:42:41.036Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-26T06:42:41.036Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817655545,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-07-26T06:42:41.036Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:42:41.036Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-26T06:42:41.037Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817656550,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-07-26T06:42:41.037Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:42:41.037Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-26T06:42:41.037Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817657553,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-26T06:42:41.037Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:42:41.037Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-26T06:42:41.037Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94d27fc0-85ea-4cfd-9e37-f956b643f764",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658817688915,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-26T06:42:41.037Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:42:50.009Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:43:40.438Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:43:40.438Z||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-07-26T06:43:40.439Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:43:40.440Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:43:40.440Z||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-07-26T06:43:40.440Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:43:49.990Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:43:50.042Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:44:40.437Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:44:40.438Z||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-07-26T06:44:40.438Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:44:40.440Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:44:40.440Z||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-07-26T06:44:40.440Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:44:50.001Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:44:50.000Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:45:40.437Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:45:40.438Z||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-07-26T06:45:40.438Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:45:40.440Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:45:40.440Z||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-07-26T06:45:40.440Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:45:49.993Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:45:49.994Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:46:40.438Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:46:40.439Z||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-07-26T06:46:40.439Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:46:40.440Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:46:40.440Z||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-07-26T06:46:40.440Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:46:49.993Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:46:50.004Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:47:40.438Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:47:40.438Z||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-07-26T06:47:40.439Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:47:40.440Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:47:40.440Z||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-07-26T06:47:40.440Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:47:50.002Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:47:50.035Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:48:40.438Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:48:40.439Z||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-07-26T06:48:40.439Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:48:40.440Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:48:40.441Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|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-07-26T06:48:40.441Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:48:50.028Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:48:50.049Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:49:40.439Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:49:40.441Z||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-07-26T06:49:40.441Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:49:40.444Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:49:40.445Z||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-07-26T06:49:40.445Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:49:50.002Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:49:50.033Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:50:40.437Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:50:40.438Z||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-07-26T06:50:40.438Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:50:40.440Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:50:40.440Z||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-07-26T06:50:40.440Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:50:49.992Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:50:50.081Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:51:40.437Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:51:40.438Z||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-07-26T06:51:40.438Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:51:40.440Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:51:40.441Z||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-07-26T06:51:40.441Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:51:41.095Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:51:41.096Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-26T06:51:41.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"452f224d-0197-4973-8327-a0a66a67e6d1","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"88310a4a-042a-4474-88ed-9e70ff1864fa","serviceDescription":"service","serviceInvariantUUID":"3002916e-dd8e-4e80-bb40-c7a8f7a3aca5","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2d6ec0f4-ad65-4e7c-95c2-dfc0af4f5be4","resourceInvariantUUID":"1c01d0e3-4895-4215-90ec-56fee13a2eaa","resourceCustomizationUUID":"d2bfe551-4bd5-4d64-b81a-5f4e9cca3bba","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":"MTcxOGY4YzBiZTQyOTMzNGJmMDRhNDUyNDU5YTIyY2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f2aa7ff3-726d-46b6-a19d-f4e1069d120a","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":"MTEyN2IzYjYwMjhiMTlmYjc3NzMwYWZlYWVhZDBkOGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b22286b1-ec52-4bfb-9188-dd264aaccb90","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":"ea9b15a8-465c-480f-aae9-c888721a1edc","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":"bdcd3303-8c09-4f29-aaaf-f87ac5f9bd67","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":"5e3eec27-61bc-4842-9883-8481f3d028bd","artifactVersion":"2","generatedFromUUID":"eb951e0f-b1e2-46e4-9a01-585a20158371"},{"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":"30fb987b-8a15-4a06-ae7f-878f11791cfe","artifactVersion":"2","generatedFromUUID":"ea9b15a8-465c-480f-aae9-c888721a1edc"},{"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":"eb951e0f-b1e2-46e4-9a01-585a20158371","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":"68da4231-3d1c-4d74-8ead-5e7870b7a405","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":"ZGY1OTU2NGU1OWM5ZGFmOGNhMTFhZTYwMjRkOTg4OGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4e9eea4c-f94c-4c20-b4a3-bd33a751c425","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"MDA1NjEzMzgxZDk1ZGQ2MjgyODc4ZjEwM2NlOTYzMjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9aa1bb6c-8207-4adc-8f9d-8a87eac49ee7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-26T06:51:41.102Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-26T06:51:41.103Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:51:41.108Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:51:41.108Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658818300437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:51:41.115Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:51:41.117Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:51:41.117Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "cds",
  "timestamp": 1658818274208,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:51:41.118Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:51:41.118Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:51:41.118Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "clamp",
  "timestamp": 1658818271198,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:51:41.118Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:51:41.118Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:51:41.118Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "policy-id",
  "timestamp": 1658818274126,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:51:41.119Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:51:41.119Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:51:41.119Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658818280533,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:51:41.119Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:51:41.119Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:51:41.119Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "aai-ml",
  "timestamp": 1658818280351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:51:41.119Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:51:41.119Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:51:41.120Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "cds",
  "timestamp": 1658818274208,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:51:41.120Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:51:41.120Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:51:41.120Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "clamp",
  "timestamp": 1658818271198,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-26T06:51:41.120Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:51:41.120Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:51:41.120Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "policy-id",
  "timestamp": 1658818274126,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:51:41.121Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:51:41.121Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:51:41.121Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658818280533,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:51:41.121Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:51:41.121Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:51:41.121Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "aai-ml",
  "timestamp": 1658818280351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:51:41.121Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:51:41.122Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:51:41.122Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "cds",
  "timestamp": 1658818274208,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:51:41.122Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:51:41.122Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:51:41.122Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "clamp",
  "timestamp": 1658818271198,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:51:41.122Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:51:41.122Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:51:41.123Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "policy-id",
  "timestamp": 1658818274126,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-07-26T06:51:41.123Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:51:41.123Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:51:41.123Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658818280533,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:51:41.123Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:51:41.123Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:51:41.123Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "aai-ml",
  "timestamp": 1658818280351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:51:41.124Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:51:41.124Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:51:41.124Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "cds",
  "timestamp": 1658818274208,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:51:41.124Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:51:41.124Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:51:41.124Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "clamp",
  "timestamp": 1658818271198,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:51:41.125Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:51:41.125Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:51:41.125Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "policy-id",
  "timestamp": 1658818274126,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:51:41.125Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:51:41.125Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:51:41.125Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658818280533,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:51:41.125Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:51:41.126Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:51:41.126Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "aai-ml",
  "timestamp": 1658818280351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:51:41.126Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:51:41.126Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:51:41.126Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "cds",
  "timestamp": 1658818274208,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:51:41.126Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:51:41.126Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:51:41.126Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "clamp",
  "timestamp": 1658818271198,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:51:41.127Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:51:41.127Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:51:41.127Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "policy-id",
  "timestamp": 1658818274126,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:51:41.127Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:51:41.127Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:51:41.127Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658818280533,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:51:41.127Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:51:41.128Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:51:41.128Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "aai-ml",
  "timestamp": 1658818280351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:51:41.128Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:51:41.128Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:51:41.128Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "cds",
  "timestamp": 1658818274208,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:51:41.128Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:51:41.128Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:51:41.129Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "clamp",
  "timestamp": 1658818271198,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:51:41.129Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:51:41.129Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:51:41.129Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "policy-id",
  "timestamp": 1658818274126,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:51:41.129Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:51:41.129Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:51:41.129Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658818280533,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:51:41.130Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:51:41.130Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:51:41.130Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "aai-ml",
  "timestamp": 1658818280351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:51:41.130Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:51:41.130Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:51:41.130Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "cds",
  "timestamp": 1658818274208,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:51:41.130Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:51:41.130Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:51:41.131Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "clamp",
  "timestamp": 1658818271198,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:51:41.131Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:51:41.131Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:51:41.131Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "policy-id",
  "timestamp": 1658818274126,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:51:41.131Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:51:41.131Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:51:41.131Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658818284817,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:51:41.132Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:51:41.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:51:41.132Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658818280533,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:51:41.132Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:51:41.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:51:41.132Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "aai-ml",
  "timestamp": 1658818280351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:51:41.132Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:51:41.133Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:51:41.133Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "cds",
  "timestamp": 1658818274208,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:51:41.133Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:51:41.133Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:51:41.133Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "clamp",
  "timestamp": 1658818271198,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:51:41.133Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:51:41.133Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:51:41.133Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "policy-id",
  "timestamp": 1658818274126,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:51:41.134Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:51:41.134Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:51:41.134Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658818284817,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-26T06:51:41.134Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:51:41.136Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:51:41.136Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658818280533,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:51:41.137Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:51:41.137Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:51:41.137Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "aai-ml",
  "timestamp": 1658818280351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:51:41.137Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:51:41.137Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:51:41.137Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "cds",
  "timestamp": 1658818274208,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:51:41.137Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:51:41.137Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:51:41.137Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "clamp",
  "timestamp": 1658818271198,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:51:41.138Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:51:41.138Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:51:41.138Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "policy-id",
  "timestamp": 1658818274126,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:51:41.138Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:51:41.138Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:51:41.138Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658818284817,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-07-26T06:51:41.138Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:51:41.139Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:51:41.139Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658818280533,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:51:41.139Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:51:41.139Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:51:41.139Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "aai-ml",
  "timestamp": 1658818280351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:51:41.139Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:51:41.139Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:51:41.139Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "cds",
  "timestamp": 1658818274208,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-26T06:51:41.139Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:51:41.139Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:51:41.140Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "clamp",
  "timestamp": 1658818271198,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-26T06:51:41.140Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:51:41.140Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:51:41.140Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "policy-id",
  "timestamp": 1658818274126,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-26T06:51:41.140Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:51:41.140Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:51:41.140Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658818284817,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:51:41.140Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:51:41.140Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:51:41.140Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658818280533,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:51:41.141Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:51:41.141Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:51:41.141Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "aai-ml",
  "timestamp": 1658818280351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-26T06:51:41.141Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:51:41.141Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:51:41.141Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658818284817,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-07-26T06:51:41.141Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:51:41.141Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:51:41.141Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "cds",
  "timestamp": 1658818290209,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:51:41.142Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:51:41.142Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:51:41.142Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "policy-id",
  "timestamp": 1658818290793,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:51:41.142Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:51:41.142Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:51:41.142Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "aai-ml",
  "timestamp": 1658818291147,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:51:41.142Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:51:41.142Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:51:41.142Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658818284817,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-07-26T06:51:41.142Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:51:41.143Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:51:41.143Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "policy-id",
  "timestamp": 1658818291804,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-26T06:51:41.143Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:51:41.143Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:51:41.143Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658818290914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:51:41.143Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:51:41.143Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:51:41.143Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658818284817,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-07-26T06:51:41.143Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:51:41.143Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:51:41.143Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "policy-id",
  "timestamp": 1658818292810,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-26T06:51:41.168Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 452f224d-0197-4973-8327-a0a66a67e6d1
2022-07-26T06:51:41.168Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 452f224d-0197-4973-8327-a0a66a67e6d1 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-07-26T06:51:41.198Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:51:41.199Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658818290914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:51:41.200Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:51:41.202Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:51:41.202Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "cds",
  "timestamp": 1658818292883,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-26T06:51:41.220Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 112 ms
2022-07-26T06:51:41.221Z||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-07-26T06:51:41.221Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:51:41.228Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 452f224d-0197-4973-8327-a0a66a67e6d1
2022-07-26T06:51:41.228Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 452f224d-0197-4973-8327-a0a66a67e6d1 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-07-26T06:51:41.241Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:51:41.242Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658818284817,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:51:41.242Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:51:41.242Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:51:41.242Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658818290914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:51:41.242Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:51:41.242Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:51:41.242Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658818284817,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:51:41.242Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:51:41.243Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:51:41.243Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658818290914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:51:41.243Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:51:41.243Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:51:41.243Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658818284817,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-26T06:51:41.243Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:51:41.243Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:51:41.243Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658818290914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:51:41.244Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:51:41.244Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:51:41.244Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658818290914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:51:41.244Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:51:41.244Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:51:41.244Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658818295855,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:51:41.244Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:51:41.245Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:51:41.245Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:51:41.245Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658818290914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:51:41.245Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:51:41.245Z||pool-78-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-07-26T06:51:41.245Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:51:41.245Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658818296970,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:51:41.245Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:51:41.245Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:51:41.245Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "clamp",
  "timestamp": 1658818297865,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:51:41.246Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:51:41.246Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:51:41.246Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658818290914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:51:41.246Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:51:41.246Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:51:41.246Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658818298090,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:51:41.246Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:51:41.246Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:51:41.247Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658818290914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:51:41.247Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:51:41.247Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:51:41.247Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658818299314,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:51:41.247Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:51:41.247Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:51:41.247Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658818290914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-26T06:51:41.247Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:51:42.108Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-26T06:51:42.109Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:51:42.111Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:51:42.112Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658818300437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-26T06:51:42.213Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-26T06:51:42.214Z||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-07-26T06:51:42.214Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:51:42.231Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:51:42.232Z||pool-79-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-26T06:51:43.112Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-26T06:51:43.113Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:51:43.115Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:51:43.115Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658818300437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-07-26T06:51:43.215Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-26T06:51:43.216Z||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-07-26T06:51:43.216Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:51:43.229Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:51:43.230Z||pool-80-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-07-26T06:51:44.116Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-26T06:51:44.117Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:51:44.119Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:51:44.119Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658818300437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:51:44.219Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-26T06:51:44.220Z||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-07-26T06:51:44.220Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:51:44.232Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:51:44.232Z||pool-81-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-07-26T06:51:45.121Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-26T06:51:45.122Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:51:45.128Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:51:45.128Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658818300437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-07-26T06:51:45.226Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-07-26T06:51:45.226Z||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-07-26T06:51:45.227Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:51:45.241Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:51:45.241Z||pool-82-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-26T06:51:46.129Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-26T06:51:46.130Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:51:46.133Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:51:46.133Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658818300437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-07-26T06:51:46.233Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T06:51:46.235Z||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-07-26T06:51:46.236Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:51:46.258Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:51:46.259Z||pool-83-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-07-26T06:51:47.135Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-26T06:51:47.136Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:51:47.139Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:51:47.140Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658818300437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-07-26T06:51:47.239Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-26T06:51:47.240Z||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-07-26T06:51:47.240Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:51:47.255Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:51:47.256Z||pool-84-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-26T06:51:48.140Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-26T06:51:48.141Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:51:48.143Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:51:48.143Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658818300437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:51:48.243Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T06:51:48.244Z||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-07-26T06:51:48.244Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:51:48.279Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:51:48.279Z||pool-85-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-07-26T06:51:49.143Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-26T06:51:49.144Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:51:49.148Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:51:49.148Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658818300437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:51:49.248Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-26T06:51:49.249Z||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-07-26T06:51:49.249Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:51:49.276Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:51:49.277Z||pool-86-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-07-26T06:51:50.149Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-26T06:51:50.150Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:51:50.151Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:51:50.152Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658818300437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-26T06:51:50.252Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T06:51:50.253Z||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-07-26T06:51:50.253Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:51:50.267Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:51:50.267Z||pool-87-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-26T06:51:51.153Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "88310a4a-042a-4474-88ed-9e70ff1864fa",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3002916e-dd8e-4e80-bb40-c7a8f7a3aca5",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "d2bfe551-4bd5-4d64-b81a-5f4e9cca3bba",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2d6ec0f4-ad65-4e7c-95c2-dfc0af4f5be4",
      "resourceInvariantUUID": "1c01d0e3-4895-4215-90ec-56fee13a2eaa",
      "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": "MTEyN2IzYjYwMjhiMTlmYjc3NzMwYWZlYWVhZDBkOGE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b22286b1-ec52-4bfb-9188-dd264aaccb90",
          "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": "ea9b15a8-465c-480f-aae9-c888721a1edc",
          "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": "30fb987b-8a15-4a06-ae7f-878f11791cfe",
            "generatedFromUUID": "ea9b15a8-465c-480f-aae9-c888721a1edc"
          },
          "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": "5e3eec27-61bc-4842-9883-8481f3d028bd",
          "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": "30fb987b-8a15-4a06-ae7f-878f11791cfe",
          "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": "eb951e0f-b1e2-46e4-9a01-585a20158371",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "MDA1NjEzMzgxZDk1ZGQ2MjgyODc4ZjEwM2NlOTYzMjc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9aa1bb6c-8207-4adc-8f9d-8a87eac49ee7"
    }
  ],
  "workloadContext": "Production"
}
2022-07-26T06:51:51.153Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-26T06:51:51.153Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 88310a4a-042a-4474-88ed-9e70ff1864fa ASDC
2022-07-26T06:51:51.154Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:452f224d-0197-4973-8327-a0a66a67e6d1
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:88310a4a-042a-4474-88ed-9e70ff1864fa
ServiceInvariantUUID:3002916e-dd8e-4e80-bb40-c7a8f7a3aca5
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:9aa1bb6c-8207-4adc-8f9d-8a87eac49ee7
ArtifactChecksum:MDA1NjEzMzgxZDk1ZGQ2MjgyODc4ZjEwM2NlOTYzMjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:d2bfe551-4bd5-4d64-b81a-5f4e9cca3bba
ResourceInvariantUUID:1c01d0e3-4895-4215-90ec-56fee13a2eaa
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:2d6ec0f4-ad65-4e7c-95c2-dfc0af4f5be4
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:b22286b1-ec52-4bfb-9188-dd264aaccb90
ArtifactChecksum:MTEyN2IzYjYwMjhiMTlmYjc3NzMwYWZlYWVhZDBkOGE=
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:ea9b15a8-465c-480f-aae9-c888721a1edc
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:30fb987b-8a15-4a06-ae7f-878f11791cfe
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:5e3eec27-61bc-4842-9883-8481f3d028bd
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:30fb987b-8a15-4a06-ae7f-878f11791cfe
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:eb951e0f-b1e2-46e4-9a01-585a20158371
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-26T06:51:51.155Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 88310a4a-042a-4474-88ed-9e70ff1864fa 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-07-26T06:51:51.196Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-26T06:51:51.198Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-07-26T06:51:51.198Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-07-26T06:51:51.198Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9aa1bb6c-8207-4adc-8f9d-8a87eac49ee7 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-07-26T06:51:51.198Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-07-26T06:51:51.198Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-07-26T06:51:51.365Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-07-26T06:51:51.382Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 9aa1bb6c-8207-4adc-8f9d-8a87eac49ee7 162248
2022-07-26T06:51:51.382Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-07-26T06:51:51.383Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-07-26T06:51:51.383Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-26T06:51:51.383Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:51:51.385Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:51:51.385Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658818311382,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:51:51.485Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T06:51:51.486Z||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-07-26T06:51:51.486Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:51:51.518Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:51:51.518Z||pool-88-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-07-26T06:51:52.386Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-26T06:51:52.387Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-07-26T06:51:52.387Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 9aa1bb6c-8207-4adc-8f9d-8a87eac49ee7, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-26T06:51:52.387Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-07-26T06:51:52.388Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-26T06:51:52.388Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-26T06:51:52.679Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3538011471995882726/Definitions/service-BasicCnfMacro-template.yml
2022-07-26T06:51:53.953Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-26T06:51:53.954Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-07-26T06:51:53.954Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-26T06:51:53.954Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-07-26T06:51:53.954Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-26T06:51:53.954Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||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-07-26T06:51:53.954Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||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-07-26T06:51:53.954Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-26T06:51:53.954Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-07-26T06:51:53.955Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:51:53.955Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:51:53.955Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-26T06:51:53.955Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-07-26T06:51:53.956Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-26T06:51:53.956Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:51:53.956Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:51:53.956Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-26T06:51:53.956Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-07-26T06:51:53.956Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-26T06:51:53.957Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:51:53.957Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:51:53.957Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:51:53.957Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-07-26T06:51:53.957Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-07-26T06:51:53.957Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-07-26T06:51:53.958Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-26T06:51:53.958Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:51:53.958Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-26T06:51:53.958Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:51:53.958Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-26T06:51:53.958Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-26T06:51:53.959Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:51:53.959Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-26T06:51:53.959Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-26T06:51:53.959Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:51:53.959Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-26T06:51:53.959Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-26T06:51:53.960Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:51:53.960Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-26T06:51:53.960Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-26T06:51:53.960Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:51:53.960Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-07-26T06:51:53.960Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-07-26T06:51:53.961Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=19958ef9-2cf6-48cf-90ff-83241f0bac74
2022-07-26T06:51:53.961Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:51:53.961Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:51:53.961Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:51:53.961Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:51:53.961Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:51:53.961Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:51:53.962Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:51:53.962Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:51:53.962Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:88310a4a-042a-4474-88ed-9e70ff1864fa
Model Version:NULL
Model InvariantUuid:3002916e-dd8e-4e80-bb40-c7a8f7a3aca5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:9293ee45-faed-4f3b-8a34-36f2eecf138c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1c01d0e3-4895-4215-90ec-56fee13a2eaa
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d2bfe551-4bd5-4d64-b81a-5f4e9cca3bba
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:4ae468c1-f60e-48af-9e14-50912ad467ce
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:62367414-f8ce-4a48-b0e7-891dc6e846a2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:f3031c08-5ef5-4512-84c6-4abb544efaf8
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:b91496d5-6932-4339-bd22-6826b51ea981
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:19958ef9-2cf6-48cf-90ff-83241f0bac74
ModelInvariantUuid:77223abf-cd14-4bb3-ab89-2b72d671fb4f
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:9c324135-554f-4fa5-b141-2f5285522442
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:c5e7d452-5633-43e7-b39f-0f607cdf0a4d
ModelInvariantUuid:e27fae64-aa17-4364-9ced-e01defc422c5
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:9e8e3dd5-cf02-462e-81de-ec3032dfda9e
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-07-26T06:51:53.970Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 2d6ec0f4-ad65-4e7c-95c2-dfc0af4f5be4
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-07-26T06:51:53.980Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||INFO|500||basic_cnf_macro 0
2022-07-26T06:51:53.981Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2d6ec0f4-ad65-4e7c-95c2-dfc0af4f5be4
2022-07-26T06:51:53.981Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b22286b1-ec52-4bfb-9188-dd264aaccb90 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-07-26T06:51:53.981Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-07-26T06:51:53.981Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||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-07-26T06:51:54.121Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-07-26T06:51:54.122Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json b22286b1-ec52-4bfb-9188-dd264aaccb90 1565
2022-07-26T06:51:54.122Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||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-07-26T06:51:54.122Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||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-07-26T06:51:54.122Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-26T06:51:54.122Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:51:54.125Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:51:54.125Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658818314122,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:51:54.226Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T06:51:54.227Z||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-07-26T06:51:54.227Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:51:54.243Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:51:54.243Z||pool-89-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-26T06:51:55.126Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "f3031c08-5ef5-4512-84c6-4abb544efaf8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b91496d5-6932-4339-bd22-6826b51ea981",
    "vfModuleModelCustomizationUUID": "d483dd30-6bd2-4a0d-a897-fad4ef99b35c",
    "isBase": true,
    "artifacts": [
      "ea9b15a8-465c-480f-aae9-c888721a1edc",
      "30fb987b-8a15-4a06-ae7f-878f11791cfe"
    ],
    "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": "4ae468c1-f60e-48af-9e14-50912ad467ce",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "62367414-f8ce-4a48-b0e7-891dc6e846a2",
    "vfModuleModelCustomizationUUID": "906cfaf3-c127-4efd-a923-0853fa0d4d20",
    "isBase": false,
    "artifacts": [
      "eb951e0f-b1e2-46e4-9a01-585a20158371"
    ],
    "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-07-26T06:51:55.131Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b91496d5-6932-4339-bd22-6826b51ea981
VfModuleModelInvariantUUID:f3031c08-5ef5-4512-84c6-4abb544efaf8
VfModuleModelDescription:NULL
Artifacts UUID List:{
ea9b15a8-465c-480f-aae9-c888721a1edc
,
30fb987b-8a15-4a06-ae7f-878f11791cfe

}
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:62367414-f8ce-4a48-b0e7-891dc6e846a2
VfModuleModelInvariantUUID:4ae468c1-f60e-48af-9e14-50912ad467ce
VfModuleModelDescription:NULL
Artifacts UUID List:{
eb951e0f-b1e2-46e4-9a01-585a20158371

}
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-07-26T06:51:55.133Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "f3031c08-5ef5-4512-84c6-4abb544efaf8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b91496d5-6932-4339-bd22-6826b51ea981",
    "vfModuleModelCustomizationUUID": "d483dd30-6bd2-4a0d-a897-fad4ef99b35c",
    "isBase": true,
    "artifacts": [
      "ea9b15a8-465c-480f-aae9-c888721a1edc",
      "30fb987b-8a15-4a06-ae7f-878f11791cfe"
    ],
    "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": "4ae468c1-f60e-48af-9e14-50912ad467ce",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "62367414-f8ce-4a48-b0e7-891dc6e846a2",
    "vfModuleModelCustomizationUUID": "906cfaf3-c127-4efd-a923-0853fa0d4d20",
    "isBase": false,
    "artifacts": [
      "eb951e0f-b1e2-46e4-9a01-585a20158371"
    ],
    "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-07-26T06:51:55.133Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b91496d5-6932-4339-bd22-6826b51ea981
VfModuleModelInvariantUUID:f3031c08-5ef5-4512-84c6-4abb544efaf8
VfModuleModelDescription:NULL
Artifacts UUID List:{
ea9b15a8-465c-480f-aae9-c888721a1edc
,
30fb987b-8a15-4a06-ae7f-878f11791cfe

}
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:62367414-f8ce-4a48-b0e7-891dc6e846a2
VfModuleModelInvariantUUID:4ae468c1-f60e-48af-9e14-50912ad467ce
VfModuleModelDescription:NULL
Artifacts UUID List:{
eb951e0f-b1e2-46e4-9a01-585a20158371

}
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-07-26T06:51:55.134Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ea9b15a8-465c-480f-aae9-c888721a1edc from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-07-26T06:51:55.134Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-07-26T06:51:55.134Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||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-07-26T06:51:55.315Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-07-26T06:51:55.316Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ea9b15a8-465c-480f-aae9-c888721a1edc 914
2022-07-26T06:51:55.316Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||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-07-26T06:51:55.316Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||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-07-26T06:51:55.316Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-26T06:51:55.317Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:51:55.318Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:51:55.318Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658818315316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:51:55.419Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T06:51:55.419Z||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-07-26T06:51:55.419Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:51:55.432Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:51:55.432Z||pool-90-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-26T06:51:56.319Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 5e3eec27-61bc-4842-9883-8481f3d028bd from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-07-26T06:51:56.319Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-07-26T06:51:56.319Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||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-07-26T06:51:56.466Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-07-26T06:51:56.466Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 5e3eec27-61bc-4842-9883-8481f3d028bd 12
2022-07-26T06:51:56.467Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||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-07-26T06:51:56.467Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||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-07-26T06:51:56.467Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-26T06:51:56.467Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:51:56.469Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:51:56.469Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658818316467,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:51:56.569Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T06:51:56.570Z||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-07-26T06:51:56.570Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:51:56.584Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:51:56.584Z||pool-91-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-26T06:51:57.473Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 30fb987b-8a15-4a06-ae7f-878f11791cfe from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-07-26T06:51:57.474Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-07-26T06:51:57.474Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||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-07-26T06:51:57.793Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-07-26T06:51:57.794Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 30fb987b-8a15-4a06-ae7f-878f11791cfe 96
2022-07-26T06:51:57.794Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||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-07-26T06:51:57.794Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||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-07-26T06:51:57.795Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-26T06:51:57.795Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:51:57.797Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:51:57.797Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658818317794,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:51:57.897Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T06:51:57.898Z||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-07-26T06:51:57.898Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:51:57.912Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:51:57.912Z||pool-92-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-26T06:51:58.802Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: eb951e0f-b1e2-46e4-9a01-585a20158371 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-07-26T06:51:58.803Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-07-26T06:51:58.803Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||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-07-26T06:51:58.895Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-07-26T06:51:58.896Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz eb951e0f-b1e2-46e4-9a01-585a20158371 20206
2022-07-26T06:51:58.897Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||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-07-26T06:51:58.897Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||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-07-26T06:51:58.897Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-26T06:51:58.897Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:51:58.899Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:51:58.899Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658818318897,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:51:59.000Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T06:51:59.001Z||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-07-26T06:51:59.001Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:51:59.014Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:51:59.014Z||pool-93-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-26T06:51:59.904Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 88310a4a-042a-4474-88ed-9e70ff1864fa
2022-07-26T06:51:59.905Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 2d6ec0f4-ad65-4e7c-95c2-dfc0af4f5be4 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-07-26T06:51:59.915Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@733ba7be, org.onap.sdc.toscaparser.api.parameters.Input@20564339, org.onap.sdc.toscaparser.api.parameters.Input@ace5f19, org.onap.sdc.toscaparser.api.parameters.Input@40a0a089, org.onap.sdc.toscaparser.api.parameters.Input@6e08f974]
2022-07-26T06:51:59.916Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:51:59.916Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:51:59.917Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-07-26T06:51:59.917Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= d2bfe551-4bd5-4d64-b81a-5f4e9cca3bba
2022-07-26T06:51:59.917Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d2bfe551-4bd5-4d64-b81a-5f4e9cca3bba matches Tosca VF Customization UUID: d2bfe551-4bd5-4d64-b81a-5f4e9cca3bba
2022-07-26T06:51:59.917Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: d2bfe551-4bd5-4d64-b81a-5f4e9cca3bba  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-07-26T06:51:59.922Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:51:59.922Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:51:59.923Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id d2bfe551-4bd5-4d64-b81a-5f4e9cca3bba: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"}
2022-07-26T06:51:59.923Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@41fad2f1
2022-07-26T06:51:59.923Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:51:59.924Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-26T06:51:59.924Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 906cfaf3-c127-4efd-a923-0853fa0d4d20
2022-07-26T06:51:59.924Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 906cfaf3-c127-4efd-a923-0853fa0d4d20
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-07-26T06:51:59.927Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:51:59.927Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-26T06:51:59.927Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-26T06:51:59.927Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:51:59.927Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-26T06:51:59.927Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-26T06:51:59.928Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:51:59.928Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-26T06:51:59.928Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=d2bfe551-4bd5-4d64-b81a-5f4e9cca3bba
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-07-26T06:51:59.930Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:51:59.930Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:51:59.930Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 88310a4a-042a-4474-88ed-9e70ff1864fa: basic_cnf_macro
2022-07-26T06:51:59.930Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:51:59.930Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:51:59.930Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:51:59.931Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:51:59.931Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:51:59.931Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:51:59.931Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:51:59.931Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:51:59.932Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:51:59.932Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:51:59.932Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||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-07-26T06:51:59.968Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 2d6ec0f4-ad65-4e7c-95c2-dfc0af4f5be4 2 ASDC deployResourceStructure
2022-07-26T06:51:59.969Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||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-07-26T06:51:59.969Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||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-07-26T06:51:59.969Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-26T06:51:59.970Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:51:59.972Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:51:59.973Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658818319969,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-26T06:52:00.073Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T06:52:00.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-07-26T06:52:00.074Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:52:00.087Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:52:00.088Z||pool-94-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-07-26T06:52:00.974Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||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-07-26T06:52:00.974Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||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-07-26T06:52:00.975Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-26T06:52:00.975Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:52:00.977Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:52:00.977Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658818320973,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-07-26T06:52:01.077Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T06:52:01.079Z||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-07-26T06:52:01.079Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:52:01.097Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:52:01.098Z||pool-95-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-26T06:52:01.979Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||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-07-26T06:52:01.979Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||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-07-26T06:52:01.980Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-07-26T06:52:01.980Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:52:01.982Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:52:01.982Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658818321979,
  "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-07-26T06:52:02.083Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T06:52:02.084Z||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-07-26T06:52:02.084Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:52:02.100Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:52:02.100Z||pool-96-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-26T06:52:02.983Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||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-07-26T06:52:02.983Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||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-07-26T06:52:02.983Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-26T06:52:02.983Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:52:02.985Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:52:02.985Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658818322983,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-07-26T06:52:03.085Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T06:52:03.086Z||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-07-26T06:52:03.086Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:52:03.098Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:52:03.099Z||pool-97-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-26T06:52:03.986Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||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-07-26T06:52:03.987Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||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-07-26T06:52:03.987Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-07-26T06:52:03.987Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:52:03.989Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:52:03.989Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658818323986,
  "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-07-26T06:52:04.089Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T06:52:04.090Z||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-07-26T06:52:04.090Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:52:04.103Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:52:04.104Z||pool-98-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-26T06:52:04.990Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-07-26T06:52:04.990Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-07-26T06:52:04.990Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-26T06:52:04.990Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:52:04.992Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:52:04.992Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658818324989,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-26T06:52:05.092Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T06:52:05.093Z||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-07-26T06:52:05.093Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:52:05.107Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:52:05.108Z||pool-99-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-07-26T06:52:05.993Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 452f224d-0197-4973-8327-a0a66a67e6d1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-26T06:52:06.007Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 452f224d-0197-4973-8327-a0a66a67e6d1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-07-26T06:52:06.011Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-26T06:52:06.011Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-26T06:52:06.011Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-26T06:52:36.012Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 452f224d-0197-4973-8327-a0a66a67e6d1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-26T06:52:36.023Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 452f224d-0197-4973-8327-a0a66a67e6d1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-07-26T06:52:36.026Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-26T06:52:36.026Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-26T06:52:36.026Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-26T06:52:40.440Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:52:40.440Z||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-07-26T06:52:40.441Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:52:40.566Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:52:40.566Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:52:40.566Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658818300388,
  "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-07-26T06:52:40.574Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 452f224d-0197-4973-8327-a0a66a67e6d1
2022-07-26T06:52:40.574Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 452f224d-0197-4973-8327-a0a66a67e6d1 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: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-07-26T06:53:06.028Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 452f224d-0197-4973-8327-a0a66a67e6d1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-26T06:53:06.057Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 452f224d-0197-4973-8327-a0a66a67e6d1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-07-26T06:53:06.060Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-26T06:53:06.060Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-26T06:53:06.060Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-26T06:53:36.061Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 452f224d-0197-4973-8327-a0a66a67e6d1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-26T06:53:36.072Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 452f224d-0197-4973-8327-a0a66a67e6d1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-07-26T06:53:36.074Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-26T06:53:36.074Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-26T06:53:36.074Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-26T06:53:40.440Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:53:40.441Z||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-07-26T06:53:40.441Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:53:40.490Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:53:40.491Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:53:40.491Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658818300437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:53:40.492Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:53:40.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:53:40.492Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658818301826,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:53:40.492Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:53:40.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:53:40.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658818301404,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-26T06:53:40.493Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:53:40.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:53:40.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658818300437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-26T06:53:40.494Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:53:40.494Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:53:40.494Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "clamp",
  "timestamp": 1658818302879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-26T06:53:40.494Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:53:40.494Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:53:40.494Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658818300437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-07-26T06:53:40.495Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:53:40.495Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:53:40.495Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "clamp",
  "timestamp": 1658818303894,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-26T06:53:40.503Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 452f224d-0197-4973-8327-a0a66a67e6d1
2022-07-26T06:53:40.503Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 452f224d-0197-4973-8327-a0a66a67e6d1 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-26T06:53:40.511Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:53:40.512Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658818300437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:53:40.512Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:53:40.512Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:53:40.512Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658818304426,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-26T06:53:40.512Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:53:40.513Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:53:40.513Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658818300437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-07-26T06:53:40.513Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:53:40.513Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:53:40.513Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658818305432,
  "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-07-26T06:53:40.518Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 452f224d-0197-4973-8327-a0a66a67e6d1
2022-07-26T06:53:40.518Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 452f224d-0197-4973-8327-a0a66a67e6d1 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-07-26T06:53:40.526Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:53:40.527Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "aai-ml",
  "timestamp": 1658818305927,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-26T06:53:40.527Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:53:40.527Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:53:40.527Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658818300437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-07-26T06:53:40.528Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:53:40.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:53:40.528Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "aai-ml",
  "timestamp": 1658818306931,
  "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-07-26T06:53:40.532Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 452f224d-0197-4973-8327-a0a66a67e6d1
2022-07-26T06:53:40.532Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 452f224d-0197-4973-8327-a0a66a67e6d1 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-07-26T06:53:40.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:53:40.540Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658818300437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-07-26T06:53:40.540Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:53:40.540Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:53:40.540Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658818300437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:53:40.541Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:53:40.541Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:53:40.541Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658818300437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:53:40.541Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:53:40.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:53:40.542Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658818300437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-26T06:53:40.542Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:53:40.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:53:40.542Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658818311382,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:53:40.543Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:53:40.543Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:53:40.543Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658818314122,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:53:40.543Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:53:40.543Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:53:40.544Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658818315316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:53:40.544Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:53:40.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:53:40.544Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658818316467,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:53:40.545Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:53:40.545Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:53:40.545Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658818317794,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:53:40.545Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:53:40.546Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:53:40.546Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658818318897,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:53:40.546Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:53:40.546Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:53:40.547Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658818319969,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-26T06:53:40.547Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:53:40.547Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:53:40.547Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658818320973,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-07-26T06:53:40.548Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:53:40.548Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:53:40.548Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658818321979,
  "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-07-26T06:53:40.549Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:53:40.549Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:53:40.549Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658818322983,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-07-26T06:53:40.549Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:53:40.549Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:53:40.550Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658818323986,
  "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-07-26T06:53:40.550Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:53:40.550Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-26T06:53:40.550Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658818324989,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-26T06:53:40.550Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:54:06.075Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 452f224d-0197-4973-8327-a0a66a67e6d1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-26T06:54:06.086Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 452f224d-0197-4973-8327-a0a66a67e6d1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-07-26T06:54:06.089Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-26T06:54:06.089Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-26T06:54:06.089Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-26T06:54:06.089Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-26T06:54:06.089Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-26T06:54:06.089Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-26T06:54:06.089Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-26T06:54:06.090Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-26T06:54:06.090Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-26T06:54:06.090Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-26T06:54:06.090Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-26T06:54:06.103Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-26T06:54:36.103Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 452f224d-0197-4973-8327-a0a66a67e6d1 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-07-26T06:54:36.115Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 452f224d-0197-4973-8327-a0a66a67e6d1 and serviceModelVersionId: 88310a4a-042a-4474-88ed-9e70ff1864fa
2022-07-26T06:54:36.115Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3002916e-dd8e-4e80-bb40-c7a8f7a3aca5
2022-07-26T06:54:36.116Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3002916e-dd8e-4e80-bb40-c7a8f7a3aca5/model-vers/model-ver/88310a4a-042a-4474-88ed-9e70ff1864fa?depth=0
2022-07-26T06:54:36.125Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-07-26T06:54:36.185Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3002916e-dd8e-4e80-bb40-c7a8f7a3aca5/model-vers/model-ver/88310a4a-042a-4474-88ed-9e70ff1864fa?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-07-26T06:54:36.187Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3002916e-dd8e-4e80-bb40-c7a8f7a3aca5/model-vers/model-ver/88310a4a-042a-4474-88ed-9e70ff1864fa?depth=0|INFO|500||Invoke
2022-07-26T06:54:36.210Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3002916e-dd8e-4e80-bb40-c7a8f7a3aca5/model-vers/model-ver/88310a4a-042a-4474-88ed-9e70ff1864fa?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-26T06:54:36.469Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3002916e-dd8e-4e80-bb40-c7a8f7a3aca5/model-vers/model-ver/88310a4a-042a-4474-88ed-9e70ff1864fa?depth=0|INFO|500||InvokeReturn
2022-07-26T06:54:36.470Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3002916e-dd8e-4e80-bb40-c7a8f7a3aca5/model-vers/model-ver/88310a4a-042a-4474-88ed-9e70ff1864fa?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220726-06:54:36:443-49681], vertex-id=[458920], Content-Length=[0], Date=[Tue, 26 Jul 2022 06:54:36 GMT], Content-Type=[application/json]}
2022-07-26T06:54:36.470Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-07-26T06:54:36.470Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-26T06:54:36.470Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-26T06:54:36.474Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-26T06:54:36.475Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 452f224d-0197-4973-8327-a0a66a67e6d1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-26T06:54:36.475Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-26T06:54:36.476Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:54:36.478Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:54:36.478Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658818476475,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-26T06:54:36.578Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T06:54:36.580Z||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-07-26T06:54:36.580Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:54:36.597Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:54:36.598Z||pool-100-thread-1|||||INFO|500||cambria reply ok (19 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-07-26T06:54:37.489Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:54:37.490Z|452f224d-0197-4973-8327-a0a66a67e6d1|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-07-26T06:54:37.490Z|452f224d-0197-4973-8327-a0a66a67e6d1|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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:54:40.440Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:54:40.441Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|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-07-26T06:54:40.441Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:54:40.474Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:54:40.475Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-26T06:54:40.475Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658818400533,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:54:40.476Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:54:40.476Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-26T06:54:40.476Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "cds",
  "timestamp": 1658818394208,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:54:40.476Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:54:40.476Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-26T06:54:40.476Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "aai-ml",
  "timestamp": 1658818400351,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:54:40.477Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:54:40.477Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-26T06:54:40.477Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "policy-id",
  "timestamp": 1658818394126,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:54:40.477Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:54:40.477Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-26T06:54:40.477Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658818400533,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:54:40.477Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:54:40.477Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-26T06:54:40.477Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "cds",
  "timestamp": 1658818394208,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:54:40.477Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:54:40.477Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-26T06:54:40.478Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "aai-ml",
  "timestamp": 1658818400351,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:54:40.478Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:54:40.478Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-26T06:54:40.478Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "policy-id",
  "timestamp": 1658818394126,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:54:40.478Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:54:40.478Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-26T06:54:40.478Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658818400533,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:54:40.478Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:54:40.478Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-26T06:54:40.478Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "cds",
  "timestamp": 1658818394208,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:54:40.479Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:54:40.479Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-26T06:54:40.479Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "aai-ml",
  "timestamp": 1658818400351,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:54:40.479Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:54:40.479Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-26T06:54:40.479Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "policy-id",
  "timestamp": 1658818394126,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:54:40.479Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:54:40.479Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-26T06:54:40.479Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "cds",
  "timestamp": 1658818394208,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:54:40.480Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:54:40.480Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-26T06:54:40.480Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658818400533,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:54:40.480Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:54:40.480Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-26T06:54:40.480Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658818404817,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:54:40.480Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:54:40.480Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-26T06:54:40.481Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "aai-ml",
  "timestamp": 1658818400351,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:54:40.481Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:54:40.481Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-26T06:54:40.481Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "policy-id",
  "timestamp": 1658818394126,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:54:40.481Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:54:40.481Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-26T06:54:40.481Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658818400533,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:54:40.481Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:54:40.481Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-26T06:54:40.481Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658818404817,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:54:40.482Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:54:40.482Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-26T06:54:40.482Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "cds",
  "timestamp": 1658818394208,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:54:40.482Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:54:40.482Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-26T06:54:40.482Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "aai-ml",
  "timestamp": 1658818400351,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:54:40.482Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:54:40.482Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-26T06:54:40.482Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "policy-id",
  "timestamp": 1658818394126,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:54:40.482Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:54:40.482Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-26T06:54:40.483Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658818400533,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:54:40.483Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:54:40.483Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-26T06:54:40.483Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658818404817,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:54:40.483Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:54:40.483Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-26T06:54:40.483Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "cds",
  "timestamp": 1658818394208,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:54:40.483Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:54:40.483Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-26T06:54:40.483Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "aai-ml",
  "timestamp": 1658818400351,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:54:40.484Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:54:40.484Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-26T06:54:40.484Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "policy-id",
  "timestamp": 1658818394126,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:54:40.484Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:54:40.484Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-26T06:54:40.484Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658818400533,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-07-26T06:54:40.484Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:54:40.484Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-26T06:54:40.484Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "cds",
  "timestamp": 1658818394208,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:54:40.485Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:54:40.485Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-26T06:54:40.485Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "aai-ml",
  "timestamp": 1658818400351,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:54:40.485Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:54:40.485Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-26T06:54:40.485Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658818404817,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:54:40.485Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:54:40.485Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-26T06:54:40.485Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "policy-id",
  "timestamp": 1658818394126,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:54:40.485Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:54:40.485Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-26T06:54:40.486Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658818400533,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:54:40.486Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:54:40.486Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-26T06:54:40.486Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "cds",
  "timestamp": 1658818394208,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:54:40.486Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:54:40.486Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-26T06:54:40.486Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "aai-ml",
  "timestamp": 1658818400351,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:54:40.486Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:54:40.486Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-26T06:54:40.486Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658818404817,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:54:40.487Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:54:40.487Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-26T06:54:40.487Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "policy-id",
  "timestamp": 1658818394126,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:54:40.487Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:54:40.487Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-26T06:54:40.487Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658818400533,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:54:40.487Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:54:40.487Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-26T06:54:40.487Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "cds",
  "timestamp": 1658818394208,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-26T06:54:40.487Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:54:40.487Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-26T06:54:40.488Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "aai-ml",
  "timestamp": 1658818400351,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-26T06:54:40.488Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:54:40.488Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-26T06:54:40.488Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658818404817,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:54:40.488Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:54:40.489Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-26T06:54:40.489Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658818410914,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:54:40.489Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:54:40.489Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-26T06:54:40.489Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "policy-id",
  "timestamp": 1658818394126,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-26T06:54:40.489Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:54:40.489Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-26T06:54:40.489Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658818404817,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:54:40.490Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:54:40.490Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-26T06:54:40.490Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658818410914,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:54:40.490Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:54:40.490Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-26T06:54:40.490Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "aai-ml",
  "timestamp": 1658818412908,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:54:40.490Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:54:40.490Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-26T06:54:40.491Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "cds",
  "timestamp": 1658818412672,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:54:40.491Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:54:40.491Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-26T06:54:40.491Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658818413227,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:54:40.491Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:54:40.491Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-26T06:54:40.491Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "policy-id",
  "timestamp": 1658818413313,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:54:40.491Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:54:40.491Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-26T06:54:40.491Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658818404817,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:54:40.491Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:54:40.492Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-26T06:54:40.492Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658818410914,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:54:40.492Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:54:40.492Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-26T06:54:40.492Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "policy-id",
  "timestamp": 1658818414324,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-26T06:54:40.492Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:54:40.492Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-26T06:54:40.492Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658818414398,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-07-26T06:54:40.492Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:54:40.492Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-26T06:54:40.493Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "cds",
  "timestamp": 1658818413947,
  "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-07-26T06:54:40.507Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 665887af-fde5-402e-a0ff-461d9d917579
2022-07-26T06:54:40.507Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 665887af-fde5-402e-a0ff-461d9d917579 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-07-26T06:54:40.515Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-26T06:54:40.515Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1658818404817,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-26T06:54:40.516Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:54:40.516Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-26T06:54:40.516Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658818410914,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:54:40.516Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:54:40.516Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-26T06:54:40.516Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "policy-id",
  "timestamp": 1658818415327,
  "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-07-26T06:54:40.521Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 665887af-fde5-402e-a0ff-461d9d917579
2022-07-26T06:54:40.521Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 665887af-fde5-402e-a0ff-461d9d917579 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-07-26T06:54:40.529Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-26T06:54:40.529Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1658818415404,
  "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-07-26T06:54:40.533Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 665887af-fde5-402e-a0ff-461d9d917579
2022-07-26T06:54:40.533Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 665887af-fde5-402e-a0ff-461d9d917579 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-07-26T06:54:40.540Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-26T06:54:40.541Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658818410914,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:54:40.541Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:54:40.541Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-26T06:54:40.541Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658818410914,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:54:40.541Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:54:40.541Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-26T06:54:40.541Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658818410914,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:54:40.542Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:54:40.542Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-26T06:54:40.542Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658818410914,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:54:40.542Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:54:40.542Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-26T06:54:40.542Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658818410914,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-26T06:54:40.542Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:54:42.044Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:54:42.045Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-26T06:54:42.045Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"665887af-fde5-402e-a0ff-461d9d917579","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"c9316705-c904-4bc2-ae52-69d3de82a96b","serviceDescription":"service","serviceInvariantUUID":"2841df16-4734-4a90-97e4-0a54eb3e9e5f","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"983da90d-62a7-44ba-a047-953d30bbe1bd","resourceInvariantUUID":"ab11ee26-99c3-4018-915f-083e5a9e7716","resourceCustomizationUUID":"f61c7b99-5386-4909-a8f0-d46fc8706dab","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":"MzYxZWFkOGJmZmMxMTJiNWUxYWY2MmEwMjMwMmU1ZWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d834156c-8c77-452b-bb4c-938bdfad14f2","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":"77bea9b5-3295-4238-af11-30e4d13f0e0e","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":"8d6c1372-a6c8-4d8b-ab0a-5598d83cf768","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":"NTMxYzQ2ZTdjY2M1ZDAwNWFjMzkxOThlNzhjYjMzZmE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"cfb274e0-002e-4893-a09b-e8ef82532102","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":"86dc1cc9-49fd-4c37-a615-8447a174158f","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":"b9d2ccc8-f96f-4ddc-abb0-3433a0e2203b","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":"18bcd4ff-9fed-46bd-818f-baef4713dc97","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":"YmY3MTZhOGVjNTU5YzE5YzkzMTlhMjc4OWVkZTY4NGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"eacaf5d0-c65a-416f-abf1-0344d857ba4c","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ODY5ZDMxMTU2YWRlODk3YTA4NzhjMWJkMDQyMWNiY2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"597ea3b9-7081-4b28-aeb9-508d2119bde5","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-26T06:54:42.047Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-26T06:54:42.048Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:54:42.050Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:54:42.050Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658818477489,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:54:42.150Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T06:54:42.156Z||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-07-26T06:54:42.156Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:54:42.170Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:54:42.170Z||pool-101-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-26T06:54:43.052Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-26T06:54:43.053Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:54:43.055Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:54:43.055Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658818477489,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:54:43.155Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-26T06:54:43.157Z||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-07-26T06:54:43.157Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:54:43.172Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:54:43.172Z||pool-102-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-07-26T06:54:44.056Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-26T06:54:44.057Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:54:44.059Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:54:44.059Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658818477489,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:54:44.159Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-26T06:54:44.160Z||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-07-26T06:54:44.160Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:54:44.176Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:54:44.176Z||pool-103-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-07-26T06:54:45.060Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-26T06:54:45.062Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:54:45.064Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:54:45.065Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658818477489,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:54:45.165Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-26T06:54:45.166Z||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-07-26T06:54:45.166Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:54:45.180Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:54:45.181Z||pool-104-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-26T06:54:46.065Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-26T06:54:46.066Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:54:46.076Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:54:46.077Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658818477489,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:54:46.175Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-07-26T06:54:46.176Z||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-07-26T06:54:46.176Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:54:46.188Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:54:46.188Z||pool-105-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-26T06:54:47.077Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-26T06:54:47.078Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:54:47.080Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:54:47.080Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658818477489,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:54:47.180Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T06:54:47.181Z||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-07-26T06:54:47.181Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:54:47.198Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:54:47.199Z||pool-106-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-07-26T06:54:48.080Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-26T06:54:48.081Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:54:48.083Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:54:48.084Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658818477489,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:54:48.184Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T06:54:48.185Z||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-07-26T06:54:48.185Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:54:48.206Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:54:48.208Z||pool-107-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-07-26T06:54:49.084Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-26T06:54:49.085Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:54:49.087Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:54:49.087Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658818477489,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:54:49.187Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T06:54:49.188Z||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-07-26T06:54:49.188Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:54:49.215Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:54:49.216Z||pool-108-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-07-26T06:54:50.087Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-26T06:54:50.088Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:54:50.091Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:54:50.091Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658818477489,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-26T06:54:50.191Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T06:54:50.192Z||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-07-26T06:54:50.192Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:54:50.205Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:54:50.206Z||pool-109-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-26T06:54:51.092Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "c9316705-c904-4bc2-ae52-69d3de82a96b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2841df16-4734-4a90-97e4-0a54eb3e9e5f",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "f61c7b99-5386-4909-a8f0-d46fc8706dab",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "983da90d-62a7-44ba-a047-953d30bbe1bd",
      "resourceInvariantUUID": "ab11ee26-99c3-4018-915f-083e5a9e7716",
      "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": "ODY5ZDMxMTU2YWRlODk3YTA4NzhjMWJkMDQyMWNiY2I\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "597ea3b9-7081-4b28-aeb9-508d2119bde5"
    }
  ],
  "workloadContext": "Production"
}
2022-07-26T06:54:51.093Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-26T06:54:51.093Z|452f224d-0197-4973-8327-a0a66a67e6d1|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c9316705-c904-4bc2-ae52-69d3de82a96b ASDC
2022-07-26T06:54:51.094Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:665887af-fde5-402e-a0ff-461d9d917579
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:c9316705-c904-4bc2-ae52-69d3de82a96b
ServiceInvariantUUID:2841df16-4734-4a90-97e4-0a54eb3e9e5f
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:597ea3b9-7081-4b28-aeb9-508d2119bde5
ArtifactChecksum:ODY5ZDMxMTU2YWRlODk3YTA4NzhjMWJkMDQyMWNiY2I=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:f61c7b99-5386-4909-a8f0-d46fc8706dab
ResourceInvariantUUID:ab11ee26-99c3-4018-915f-083e5a9e7716
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:983da90d-62a7-44ba-a047-953d30bbe1bd
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-07-26T06:54:51.094Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c9316705-c904-4bc2-ae52-69d3de82a96b 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-07-26T06:54:51.120Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-26T06:54:51.120Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-07-26T06:54:51.121Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-07-26T06:54:51.121Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 597ea3b9-7081-4b28-aeb9-508d2119bde5 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-07-26T06:54:51.121Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-07-26T06:54:51.121Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-07-26T06:54:51.279Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-07-26T06:54:51.290Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 597ea3b9-7081-4b28-aeb9-508d2119bde5 109702
2022-07-26T06:54:51.290Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-07-26T06:54:51.290Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-07-26T06:54:51.290Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-26T06:54:51.291Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:54:51.296Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:54:51.296Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658818491290,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:54:51.393Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-07-26T06:54:51.394Z||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-07-26T06:54:51.413Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:54:51.436Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:54:51.445Z||pool-110-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1}
2022-07-26T06:54:52.297Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-26T06:54:52.298Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-07-26T06:54:52.299Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 597ea3b9-7081-4b28-aeb9-508d2119bde5, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-26T06:54:52.299Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-07-26T06:54:52.300Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-26T06:54:52.300Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-26T06:54:52.549Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7127956076209053143/Definitions/service-TestPnfMacro-template.yml
2022-07-26T06:54:53.537Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-26T06:54:53.537Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-07-26T06:54:53.537Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-26T06:54:53.538Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-07-26T06:54:53.538Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||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-07-26T06:54:53.538Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||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-07-26T06:54:53.538Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||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-07-26T06:54:53.538Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||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-07-26T06:54:53.538Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-26T06:54:53.539Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-26T06:54:53.539Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-26T06:54:53.539Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-07-26T06:54:53.539Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:54:53.539Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:54:53.540Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-07-26T06:54:53.540Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-07-26T06:54:53.540Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-26T06:54:53.541Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:54:53.541Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:54:53.541Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-07-26T06:54:53.541Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-07-26T06:54:53.541Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-26T06:54:53.541Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:54:53.542Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:54:53.542Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:54:53.542Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:54:53.542Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:54:53.542Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:54:53.543Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:54:53.543Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:54:53.543Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:54:53.543Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:54:53.544Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:c9316705-c904-4bc2-ae52-69d3de82a96b
Model Version:NULL
Model InvariantUuid:2841df16-4734-4a90-97e4-0a54eb3e9e5f
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-07-26T06:54:53.551Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 983da90d-62a7-44ba-a047-953d30bbe1bd
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-07-26T06:54:53.554Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||test-pnf 0
2022-07-26T06:54:53.554Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 983da90d-62a7-44ba-a047-953d30bbe1bd
2022-07-26T06:54:53.554Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||DEBUG|500||No resources found for Service: c9316705-c904-4bc2-ae52-69d3de82a96b
2022-07-26T06:54:53.554Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: c9316705-c904-4bc2-ae52-69d3de82a96b
2022-07-26T06:54:53.555Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 983da90d-62a7-44ba-a047-953d30bbe1bd 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-07-26T06:54:53.559Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7c998813, org.onap.sdc.toscaparser.api.parameters.Input@79ca97ca, org.onap.sdc.toscaparser.api.parameters.Input@4978a0bd, org.onap.sdc.toscaparser.api.parameters.Input@61bee709, org.onap.sdc.toscaparser.api.parameters.Input@51d7223d]
2022-07-26T06:54:53.559Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:54:53.560Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:54:53.560Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid c9316705-c904-4bc2-ae52-69d3de82a96b: test-pnf
2022-07-26T06:54:53.561Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||Processing PNF resource: 983da90d-62a7-44ba-a047-953d30bbe1bd
2022-07-26T06:54:53.561Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T06:54:53.561Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T06:54:53.561Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||Resource customization UUID: f61c7b99-5386-4909-a8f0-d46fc8706dab is the same as notified resource customizationUUID: f61c7b99-5386-4909-a8f0-d46fc8706dab
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-07-26T06:54:53.603Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 983da90d-62a7-44ba-a047-953d30bbe1bd 0 ASDC deployResourceStructure
2022-07-26T06:54:53.604Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-07-26T06:54:53.604Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-07-26T06:54:53.604Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-26T06:54:53.604Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:54:53.607Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:54:53.607Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658818493604,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-26T06:54:53.707Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T06:54:53.707Z||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-07-26T06:54:53.708Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:54:53.730Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:54:53.731Z||pool-111-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-07-26T06:54:54.607Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 665887af-fde5-402e-a0ff-461d9d917579
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-26T06:54:54.618Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 665887af-fde5-402e-a0ff-461d9d917579
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-07-26T06:54:54.619Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-26T06:54:54.620Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-26T06:54:54.620Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-26T06:55:24.620Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 665887af-fde5-402e-a0ff-461d9d917579
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-26T06:55:24.631Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 665887af-fde5-402e-a0ff-461d9d917579
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-07-26T06:55:24.634Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-26T06:55:24.634Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-26T06:55:24.634Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-26T06:55:40.440Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:55:40.440Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|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-07-26T06:55:40.440Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:55:40.491Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:55:40.492Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-26T06:55:40.492Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "aai-ml",
  "timestamp": 1658818420625,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-26T06:55:40.492Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:55:54.634Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 665887af-fde5-402e-a0ff-461d9d917579
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-26T06:55:54.644Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 665887af-fde5-402e-a0ff-461d9d917579
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-07-26T06:55:54.646Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-26T06:55:54.646Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-26T06:55:54.647Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-26T06:56:24.647Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 665887af-fde5-402e-a0ff-461d9d917579
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-26T06:56:24.659Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 665887af-fde5-402e-a0ff-461d9d917579
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-07-26T06:56:24.662Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-26T06:56:24.662Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-26T06:56:24.663Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-26T06:56:40.440Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:56:40.441Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|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-07-26T06:56:40.441Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:56:40.588Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:56:40.588Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-26T06:56:40.588Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658818420737,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:56:40.589Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:56:40.589Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-26T06:56:40.589Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "aai-ml",
  "timestamp": 1658818421628,
  "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-07-26T06:56:40.595Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 665887af-fde5-402e-a0ff-461d9d917579
2022-07-26T06:56:40.595Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 665887af-fde5-402e-a0ff-461d9d917579 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-07-26T06:56:40.604Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-26T06:56:40.604Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "clamp",
  "timestamp": 1658818421197,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:56:40.604Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:56:40.604Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-26T06:56:40.604Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658818422728,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-26T06:56:40.604Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:56:40.604Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-26T06:56:40.605Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "clamp",
  "timestamp": 1658818421197,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:56:40.605Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:56:40.605Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-26T06:56:40.605Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658818423732,
  "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-07-26T06:56:40.608Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 665887af-fde5-402e-a0ff-461d9d917579
2022-07-26T06:56:40.609Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 665887af-fde5-402e-a0ff-461d9d917579 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-07-26T06:56:40.616Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-26T06:56:40.616Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "clamp",
  "timestamp": 1658818421197,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:56:40.616Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:56:40.616Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-26T06:56:40.617Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "clamp",
  "timestamp": 1658818421197,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:56:40.617Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:56:40.617Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-26T06:56:40.617Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "clamp",
  "timestamp": 1658818421197,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:56:40.617Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:56:40.617Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-26T06:56:40.617Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "clamp",
  "timestamp": 1658818421197,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:56:40.618Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:56:40.618Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-26T06:56:40.618Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "clamp",
  "timestamp": 1658818421197,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:56:40.618Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:56:40.618Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-26T06:56:40.618Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "clamp",
  "timestamp": 1658818421197,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:56:40.619Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:56:40.619Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-26T06:56:40.619Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "clamp",
  "timestamp": 1658818421197,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-26T06:56:40.619Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:56:40.619Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-26T06:56:40.619Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "clamp",
  "timestamp": 1658818440133,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:56:40.619Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:56:40.620Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-26T06:56:40.620Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "clamp",
  "timestamp": 1658818441166,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-26T06:56:40.620Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:56:40.620Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-26T06:56:40.620Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "clamp",
  "timestamp": 1658818442171,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-26T06:56:40.627Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 665887af-fde5-402e-a0ff-461d9d917579
2022-07-26T06:56:40.627Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 665887af-fde5-402e-a0ff-461d9d917579 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-26T06:56:40.634Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-26T06:56:40.634Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "452f224d-0197-4973-8327-a0a66a67e6d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658818476475,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-26T06:56:40.634Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:56:54.663Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 665887af-fde5-402e-a0ff-461d9d917579
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-26T06:56:54.676Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 665887af-fde5-402e-a0ff-461d9d917579
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-07-26T06:56:54.679Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-26T06:56:54.679Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-26T06:56:54.679Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-26T06:56:54.679Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-26T06:56:54.679Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-26T06:56:54.680Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-26T06:56:54.680Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-26T06:56:54.680Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-26T06:56:54.680Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-26T06:56:54.681Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-26T06:56:54.681Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-26T06:56:54.681Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-26T06:56:54.686Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-26T06:57:24.686Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 665887af-fde5-402e-a0ff-461d9d917579 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-07-26T06:57:24.693Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 665887af-fde5-402e-a0ff-461d9d917579 and serviceModelVersionId: c9316705-c904-4bc2-ae52-69d3de82a96b
2022-07-26T06:57:24.693Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2841df16-4734-4a90-97e4-0a54eb3e9e5f
2022-07-26T06:57:24.694Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2841df16-4734-4a90-97e4-0a54eb3e9e5f/model-vers/model-ver/c9316705-c904-4bc2-ae52-69d3de82a96b?depth=0
2022-07-26T06:57:24.699Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-07-26T06:57:24.741Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2841df16-4734-4a90-97e4-0a54eb3e9e5f/model-vers/model-ver/c9316705-c904-4bc2-ae52-69d3de82a96b?depth=0|INFO|500||Invoke
2022-07-26T06:57:24.742Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2841df16-4734-4a90-97e4-0a54eb3e9e5f/model-vers/model-ver/c9316705-c904-4bc2-ae52-69d3de82a96b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2841df16-4734-4a90-97e4-0a54eb3e9e5f/model-vers/model-ver/c9316705-c904-4bc2-ae52-69d3de82a96b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[665887af-fde5-402e-a0ff-461d9d917579], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[83625b02-340c-42a1-9e1b-15e7d3fed4a5], X-ECOMP-RequestID=[665887af-fde5-402e-a0ff-461d9d917579], X-TransactionId=[], X-ONAP-RequestID=[665887af-fde5-402e-a0ff-461d9d917579], Content-Type=[application/merge-patch+json]}
2022-07-26T06:57:24.760Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2841df16-4734-4a90-97e4-0a54eb3e9e5f/model-vers/model-ver/c9316705-c904-4bc2-ae52-69d3de82a96b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-26T06:57:25.033Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2841df16-4734-4a90-97e4-0a54eb3e9e5f/model-vers/model-ver/c9316705-c904-4bc2-ae52-69d3de82a96b?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/2841df16-4734-4a90-97e4-0a54eb3e9e5f/model-vers/model-ver/c9316705-c904-4bc2-ae52-69d3de82a96b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220726-06:57:25:019-37667], vertex-id=[475304], Content-Length=[0], Date=[Tue, 26 Jul 2022 06:57:25 GMT], Content-Type=[application/json]}
2022-07-26T06:57:25.033Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2841df16-4734-4a90-97e4-0a54eb3e9e5f/model-vers/model-ver/c9316705-c904-4bc2-ae52-69d3de82a96b?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-26T06:57:25.034Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2841df16-4734-4a90-97e4-0a54eb3e9e5f/model-vers/model-ver/c9316705-c904-4bc2-ae52-69d3de82a96b?depth=0|INFO|500||InvokeReturn
2022-07-26T06:57:25.034Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-26T06:57:25.035Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-26T06:57:25.040Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-26T06:57:25.041Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 665887af-fde5-402e-a0ff-461d9d917579 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-26T06:57:25.041Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-26T06:57:25.041Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-26T06:57:25.043Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T06:57:25.043Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658818645041,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-26T06:57:25.143Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T06:57:25.144Z||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-07-26T06:57:25.144Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pRcAxjDoyycIhFaH) ...
2022-07-26T06:57:25.161Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:57:25.161Z||pool-112-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-07-26T06:57:26.058Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:57:26.059Z|665887af-fde5-402e-a0ff-461d9d917579|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-07-26T06:57:26.059Z|665887af-fde5-402e-a0ff-461d9d917579|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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:57:36.530Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:57:36.531Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:57:36.532Z|665887af-fde5-402e-a0ff-461d9d917579|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-07-26T06:57:36.532Z|665887af-fde5-402e-a0ff-461d9d917579|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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:57:40.440Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:57:40.441Z||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-07-26T06:57:40.441Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:57:40.471Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:57:40.471Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-26T06:57:40.471Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658818477489,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:57:40.472Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:57:40.472Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-26T06:57:40.472Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658818477489,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:57:40.472Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:57:40.472Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-26T06:57:40.472Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658818477489,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:57:40.472Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:57:40.472Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-26T06:57:40.473Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658818477489,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:57:40.473Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:57:40.473Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-26T06:57:40.473Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658818477489,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:57:40.473Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:57:40.473Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-26T06:57:40.473Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658818477489,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:57:40.473Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:57:40.473Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-26T06:57:40.473Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658818477489,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:57:40.473Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:57:40.473Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-26T06:57:40.473Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658818477489,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T06:57:40.474Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:57:40.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-26T06:57:40.474Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658818477489,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-26T06:57:40.474Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-26T06:57:40.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-26T06:57:40.474Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658818491290,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-26T06:57:40.474Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:57:40.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-26T06:57:40.474Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658818493604,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-26T06:57:40.474Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:57:46.096Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:57:46.097Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:57:46.098Z|665887af-fde5-402e-a0ff-461d9d917579|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-07-26T06:57:46.098Z|665887af-fde5-402e-a0ff-461d9d917579|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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:57:55.656Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:57:55.657Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:57:55.658Z|665887af-fde5-402e-a0ff-461d9d917579|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-07-26T06:57:55.658Z|665887af-fde5-402e-a0ff-461d9d917579|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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:58:05.217Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:58:05.218Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:58:05.219Z|665887af-fde5-402e-a0ff-461d9d917579|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-07-26T06:58:05.219Z|665887af-fde5-402e-a0ff-461d9d917579|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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:58:14.780Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:58:40.437Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:58:40.439Z|665887af-fde5-402e-a0ff-461d9d917579|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-07-26T06:58:40.439Z|665887af-fde5-402e-a0ff-461d9d917579|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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:58:40.440Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:58:40.440Z||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-07-26T06:58:40.440Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:58:40.987Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:58:40.988Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-26T06:58:40.988Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "665887af-fde5-402e-a0ff-461d9d917579",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658818645041,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-26T06:58:40.989Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T06:58:50.040Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:59:40.437Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:59:40.438Z|665887af-fde5-402e-a0ff-461d9d917579|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-07-26T06:59:40.438Z|665887af-fde5-402e-a0ff-461d9d917579|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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:59:40.440Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T06:59:40.440Z||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-07-26T06:59:40.440Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T06:59:50.012Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T06:59:50.022Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T07:00:40.437Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T07:00:40.438Z|665887af-fde5-402e-a0ff-461d9d917579|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-07-26T07:00:40.438Z|665887af-fde5-402e-a0ff-461d9d917579|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 pRcAxjDoyycIhFaH) ...
2022-07-26T07:00:40.440Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T07:00:40.440Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|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-07-26T07:00:40.440Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|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 pRcAxjDoyycIhFaH) ...
2022-07-26T07:00:49.999Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T07:00:50.012Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T07:01:40.438Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T07:01:40.440Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T07:01:40.440Z||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-07-26T07:01:40.441Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T07:01:40.440Z|665887af-fde5-402e-a0ff-461d9d917579|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-07-26T07:01:40.441Z|665887af-fde5-402e-a0ff-461d9d917579|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 pRcAxjDoyycIhFaH) ...
2022-07-26T07:01:49.987Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T07:01:50.013Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T07:02:40.437Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T07:02:40.438Z|665887af-fde5-402e-a0ff-461d9d917579|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-07-26T07:02:40.438Z|665887af-fde5-402e-a0ff-461d9d917579|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 pRcAxjDoyycIhFaH) ...
2022-07-26T07:02:40.440Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T07:02:40.441Z||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-07-26T07:02:40.441Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T07:02:49.985Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T07:02:49.996Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T07:03:40.437Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T07:03:40.438Z|665887af-fde5-402e-a0ff-461d9d917579|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-07-26T07:03:40.438Z|665887af-fde5-402e-a0ff-461d9d917579|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 pRcAxjDoyycIhFaH) ...
2022-07-26T07:03:40.440Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T07:03:40.440Z||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-07-26T07:03:40.441Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T07:03:50.005Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T07:03:50.043Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T07:04:40.437Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T07:04:40.438Z|665887af-fde5-402e-a0ff-461d9d917579|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-07-26T07:04:40.438Z|665887af-fde5-402e-a0ff-461d9d917579|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 pRcAxjDoyycIhFaH) ...
2022-07-26T07:04:40.440Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T07:04:40.440Z||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-07-26T07:04:40.441Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T07:04:49.982Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T07:04:50.016Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T07:05:40.437Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T07:05:40.438Z|665887af-fde5-402e-a0ff-461d9d917579|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-07-26T07:05:40.438Z|665887af-fde5-402e-a0ff-461d9d917579|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 pRcAxjDoyycIhFaH) ...
2022-07-26T07:05:40.440Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T07:05:40.441Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|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-07-26T07:05:40.441Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|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 pRcAxjDoyycIhFaH) ...
2022-07-26T07:05:49.988Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T07:05:50.051Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T07:06:40.437Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T07:06:40.438Z|665887af-fde5-402e-a0ff-461d9d917579|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-07-26T07:06:40.438Z|665887af-fde5-402e-a0ff-461d9d917579|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 pRcAxjDoyycIhFaH) ...
2022-07-26T07:06:40.440Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T07:06:40.440Z||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-07-26T07:06:40.440Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T07:06:50.040Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T07:06:50.065Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T07:07:40.437Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T07:07:40.438Z|665887af-fde5-402e-a0ff-461d9d917579|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-07-26T07:07:40.438Z|665887af-fde5-402e-a0ff-461d9d917579|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 pRcAxjDoyycIhFaH) ...
2022-07-26T07:07:40.440Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T07:07:40.441Z||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-07-26T07:07:40.441Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T07:07:50.009Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T07:07:50.015Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T07:08:40.438Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T07:08:40.439Z|665887af-fde5-402e-a0ff-461d9d917579|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-07-26T07:08:40.439Z|665887af-fde5-402e-a0ff-461d9d917579|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 pRcAxjDoyycIhFaH) ...
2022-07-26T07:08:40.440Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T07:08:40.440Z||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-07-26T07:08:40.441Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T07:08:50.014Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T07:08:50.040Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T07:09:40.438Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T07:09:40.439Z|665887af-fde5-402e-a0ff-461d9d917579|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-07-26T07:09:40.439Z|665887af-fde5-402e-a0ff-461d9d917579|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 pRcAxjDoyycIhFaH) ...
2022-07-26T07:09:40.440Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T07:09:40.440Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|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-07-26T07:09:40.440Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|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 pRcAxjDoyycIhFaH) ...
2022-07-26T07:09:50.035Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T07:09:50.036Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T07:10:40.438Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T07:10:40.440Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T07:10:40.440Z|665887af-fde5-402e-a0ff-461d9d917579|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-07-26T07:10:40.440Z||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-07-26T07:10:40.441Z|665887af-fde5-402e-a0ff-461d9d917579|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 pRcAxjDoyycIhFaH) ...
2022-07-26T07:10:40.441Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T07:10:50.002Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T07:10:50.003Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T07:11:40.437Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T07:11:40.438Z|665887af-fde5-402e-a0ff-461d9d917579|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-07-26T07:11:40.438Z|665887af-fde5-402e-a0ff-461d9d917579|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 pRcAxjDoyycIhFaH) ...
2022-07-26T07:11:40.440Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T07:11:40.440Z||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-07-26T07:11:40.440Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T07:11:49.987Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T07:11:50.013Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T07:12:40.437Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T07:12:40.438Z|665887af-fde5-402e-a0ff-461d9d917579|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-07-26T07:12:40.438Z|665887af-fde5-402e-a0ff-461d9d917579|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 pRcAxjDoyycIhFaH) ...
2022-07-26T07:12:40.440Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T07:12:40.440Z||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-07-26T07:12:40.440Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T07:12:50.005Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T07:12:50.005Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T07:13:40.437Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T07:13:40.438Z|665887af-fde5-402e-a0ff-461d9d917579|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-07-26T07:13:40.438Z|665887af-fde5-402e-a0ff-461d9d917579|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 pRcAxjDoyycIhFaH) ...
2022-07-26T07:13:40.440Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T07:13:40.440Z||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-07-26T07:13:40.441Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T07:13:50.015Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T07:13:50.030Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T07:14:40.437Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T07:14:40.438Z|665887af-fde5-402e-a0ff-461d9d917579|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-07-26T07:14:40.439Z|665887af-fde5-402e-a0ff-461d9d917579|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 pRcAxjDoyycIhFaH) ...
2022-07-26T07:14:40.440Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T07:14:40.440Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|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-07-26T07:14:40.440Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|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 pRcAxjDoyycIhFaH) ...
2022-07-26T07:14:50.017Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T07:14:50.068Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T07:15:40.437Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T07:15:40.438Z|665887af-fde5-402e-a0ff-461d9d917579|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-07-26T07:15:40.439Z|665887af-fde5-402e-a0ff-461d9d917579|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 pRcAxjDoyycIhFaH) ...
2022-07-26T07:15:40.440Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T07:15:40.441Z||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-07-26T07:15:40.441Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T07:15:50.001Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T07:15:50.006Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T07:16:40.437Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T07:16:40.438Z|665887af-fde5-402e-a0ff-461d9d917579|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-07-26T07:16:40.438Z|665887af-fde5-402e-a0ff-461d9d917579|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 pRcAxjDoyycIhFaH) ...
2022-07-26T07:16:40.440Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T07:16:40.440Z||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-07-26T07:16:40.440Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T07:16:49.995Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T07:16:49.997Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T07:17:40.437Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T07:17:40.438Z|665887af-fde5-402e-a0ff-461d9d917579|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-07-26T07:17:40.438Z|665887af-fde5-402e-a0ff-461d9d917579|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 pRcAxjDoyycIhFaH) ...
2022-07-26T07:17:40.440Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T07:17:40.440Z||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-07-26T07:17:40.440Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T07:17:50.022Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T07:17:50.035Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T07:18:40.438Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T07:18:40.439Z|665887af-fde5-402e-a0ff-461d9d917579|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-07-26T07:18:40.439Z|665887af-fde5-402e-a0ff-461d9d917579|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 pRcAxjDoyycIhFaH) ...
2022-07-26T07:18:40.440Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T07:18:40.440Z||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-07-26T07:18:40.440Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T07:18:50.023Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T07:18:50.024Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T07:19:40.438Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T07:19:40.440Z|665887af-fde5-402e-a0ff-461d9d917579|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-07-26T07:19:40.440Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T07:19:40.440Z|665887af-fde5-402e-a0ff-461d9d917579|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 pRcAxjDoyycIhFaH) ...
2022-07-26T07:19:40.440Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|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-07-26T07:19:40.440Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|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 pRcAxjDoyycIhFaH) ...
2022-07-26T07:19:49.984Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T07:19:49.987Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T07:20:40.437Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T07:20:40.438Z|665887af-fde5-402e-a0ff-461d9d917579|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-07-26T07:20:40.438Z|665887af-fde5-402e-a0ff-461d9d917579|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 pRcAxjDoyycIhFaH) ...
2022-07-26T07:20:40.440Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T07:20:40.440Z||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-07-26T07:20:40.441Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T07:20:50.007Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T07:20:50.063Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T07:21:40.437Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T07:21:40.438Z|665887af-fde5-402e-a0ff-461d9d917579|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-07-26T07:21:40.438Z|665887af-fde5-402e-a0ff-461d9d917579|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 pRcAxjDoyycIhFaH) ...
2022-07-26T07:21:40.440Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T07:21:40.440Z||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-07-26T07:21:40.440Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T07:21:50.015Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T07:21:50.019Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T07:22:40.438Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T07:22:40.438Z||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-07-26T07:22:40.438Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T07:22:40.440Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T07:22:40.441Z||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-07-26T07:22:40.441Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T07:22:49.996Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T07:22:50.000Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T07:23:40.437Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T07:23:40.439Z||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-07-26T07:23:40.439Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T07:23:40.440Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T07:23:40.440Z||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-07-26T07:23:40.440Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T07:23:49.995Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T07:23:50.011Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T07:24:40.437Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T07:24:40.438Z||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-07-26T07:24:40.438Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T07:24:40.440Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T07:24:40.440Z||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-07-26T07:24:40.440Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T07:24:50.004Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T07:24:50.008Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T07:25:40.437Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T07:25:40.438Z||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-07-26T07:25:40.438Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T07:25:40.440Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T07:25:40.440Z|665887af-fde5-402e-a0ff-461d9d917579|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-07-26T07:25:40.440Z|665887af-fde5-402e-a0ff-461d9d917579|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 pRcAxjDoyycIhFaH) ...
2022-07-26T07:25:50.021Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T07:25:50.027Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T07:26:40.438Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T07:26:40.439Z||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-07-26T07:26:40.439Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T07:26:40.440Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T07:26:40.440Z||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-07-26T07:26:40.440Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T07:26:49.997Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T07:26:50.004Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T07:27:40.438Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T07:27:40.439Z||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-07-26T07:27:40.439Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T07:27:40.440Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T07:27:40.440Z||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-07-26T07:27:40.463Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T07:27:50.009Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T07:27:50.021Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T07:28:40.438Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T07:28:40.440Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T07:28:40.440Z||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-07-26T07:28:40.440Z||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-07-26T07:28:40.441Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T07:28:40.441Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T07:28:50.011Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T07:28:50.013Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T07:29:40.437Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T07:29:40.438Z||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-07-26T07:29:40.438Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T07:29:40.440Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T07:29:40.441Z||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-07-26T07:29:40.441Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T07:29:50.012Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T07:29:50.018Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T07:30:40.437Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T07:30:40.438Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-26T07:30:40.438Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pRcAxjDoyycIhFaH) ...
2022-07-26T07:30:40.440Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T07:30:40.440Z|665887af-fde5-402e-a0ff-461d9d917579|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-07-26T07:30:40.440Z|665887af-fde5-402e-a0ff-461d9d917579|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 pRcAxjDoyycIhFaH) ...
2022-07-26T07:30:49.989Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T07:30:49.992Z|665887af-fde5-402e-a0ff-461d9d917579|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T07:31:40.437Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T07:31:40.438Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-26T07:31:40.438Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pRcAxjDoyycIhFaH) ...
2022-07-26T07:31:40.440Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T07:31:40.440Z||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-07-26T07:31:40.440Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T07:31:49.982Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T07:31:49.984Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T07:32:40.437Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T07:32:40.438Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-26T07:32:40.438Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pRcAxjDoyycIhFaH) ...
2022-07-26T07:32:40.440Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T07:32:40.440Z||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-07-26T07:32:40.440Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T07:32:49.988Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T07:32:50.067Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T07:33:40.437Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T07:33:40.438Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-26T07:33:40.439Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pRcAxjDoyycIhFaH) ...
2022-07-26T07:33:40.440Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T07:33:40.440Z||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-07-26T07:33:40.440Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T07:33:49.993Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T07:33:50.001Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T07:34:40.437Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T07:34:40.438Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-26T07:34:40.438Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pRcAxjDoyycIhFaH) ...
2022-07-26T07:34:40.440Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T07:34:40.440Z||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-07-26T07:34:40.440Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T07:34:49.983Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T07:34:49.987Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T07:35:40.437Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T07:35:40.438Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-26T07:35:40.438Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pRcAxjDoyycIhFaH) ...
2022-07-26T07:35:40.440Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T07:35:40.440Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|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-07-26T07:35:40.440Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|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 pRcAxjDoyycIhFaH) ...
2022-07-26T07:35:50.001Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T07:35:50.030Z|94d27fc0-85ea-4cfd-9e37-f956b643f764|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T07:36:40.438Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T07:36:40.439Z||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-07-26T07:36:40.439Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T07:36:40.440Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T07:36:40.440Z||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-07-26T07:36:40.441Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T07:36:49.993Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T07:36:49.995Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T07:37:40.438Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T07:37:40.440Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T07:37:40.440Z||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-07-26T07:37:40.440Z||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-07-26T07:37:40.441Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T07:37:40.441Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T07:37:49.988Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T07:37:49.991Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T07:38:40.437Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T07:38:40.438Z||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-07-26T07:38:40.438Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T07:38:40.440Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T07:38:40.440Z||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-07-26T07:38:40.441Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T07:38:50.010Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T07:38:50.010Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T07:39:40.437Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T07:39:40.438Z||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-07-26T07:39:40.438Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T07:39:40.440Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T07:39:40.440Z||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-07-26T07:39:40.440Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T07:39:50.008Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T07:39:50.018Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T07:40:40.437Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T07:40:40.438Z||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-07-26T07:40:40.438Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T07:40:40.440Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T07:40:40.440Z||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-07-26T07:40:40.440Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T07:40:49.983Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T07:40:49.989Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T07:41:40.437Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T07:41:40.438Z||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-07-26T07:41:40.438Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T07:41:40.440Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T07:41:40.440Z||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-07-26T07:41:40.440Z||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 pRcAxjDoyycIhFaH) ...
2022-07-26T07:41:49.984Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T07:41:49.989Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK