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-03-31T12:04:53.696Z||main|||||INFO|500||The following profiles are active: basic
2022-03-31T12:05:04.475Z||main|||||INFO|500||Starting service [Tomcat]
2022-03-31T12:05:04.476Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-03-31T12:05:04.573Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-03-31T12:05:07.077Z||main|||||INFO|500||catdb-pool - Starting...
2022-03-31T12:05:07.258Z||main|||||INFO|500||catdb-pool - Start completed.
2022-03-31T12:05:07.688Z||main|||||INFO|500||reqdb-pool - Starting...
2022-03-31T12:05:07.695Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-03-31T12:05:07.790Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-03-31T12:05:07.920Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-03-31T12:05:08.328Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-31T12:05:09.194Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-31T12:05:11.277Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-31T12:05:11.322Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-03-31T12:05:11.803Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-31T12:05:12.049Z||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-03-31T12:05:13.449Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-31T12:05:14.475Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-03-31T12:05:14.494Z||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$$1a53e449.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-03-31T12:05:14.495Z||main|||||WARN|500||The sdc end point is not alive
2022-03-31T12:05:17.696Z||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-03-31T12:05:21.010Z||main|||||WARN|500||---
2022-03-31T12:05:21.010Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-03-31T12:05:21.011Z||main|||||WARN|500||---
2022-03-31T12:05:21.486Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-03-31T12:05:26.477Z||main|||||INFO|500||Started Application in 37.811 seconds (JVM running for 39.11)
2022-03-31T12:05:26.492Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-31T12:05:26.493Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-31T12:05:26.537Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-31T12:05:26.565Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-31T12:05:26.639Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3b8ec7cd-9921-44c6-abfc-c8e62caa712b url= /sdc/v1/artifactTypes
2022-03-31T12:05:26.640Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-31T12:05:26.901Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-03-31T12:05:26.923Z||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-03-31T12:05:26.947Z||scheduling-1|||||DEBUG|500||create keys
2022-03-31T12:05:26.955Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-03-31T12:05:27.924Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:05:27.942Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 6d2cfddd-0186-48f9-9c36-3ba3e07a15b1 url= /sdc/v1/registerForDistribution
2022-03-31T12:05:29.344Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 6d2cfddd-0186-48f9-9c36-3ba3e07a15b1 url= /sdc/v1/registerForDistribution
2022-03-31T12:05:29.345Z||scheduling-1|||||INFO|500||start DistributionClient
2022-03-31T12:05:29.356Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:05:29.357Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:05:29.361Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-03-31T12:05:29.363Z||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-03-31T12:05:29.363Z||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-03-31T12:05:29.363Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:05:29.363Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:05:41.337Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:05:41.338Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:06:29.354Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:06:29.355Z||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-03-31T12:06:29.355Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:06:29.355Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:06:29.356Z||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-03-31T12:06:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:06:38.912Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:06:38.915Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:07:29.354Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:07:29.354Z||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-03-31T12:07:29.354Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:07:29.355Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:07:29.357Z||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-03-31T12:07:29.357Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:07:38.908Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:07:38.909Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:08:29.354Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:08:29.355Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:08:29.355Z||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-03-31T12:08:29.355Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:08:29.356Z||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-03-31T12:08:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:08:38.908Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:08:38.911Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:09:29.354Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:09:29.355Z||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-03-31T12:09:29.355Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:09:29.355Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:09:29.356Z||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-03-31T12:09:29.357Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:09:38.908Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:09:38.908Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:10:29.354Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:10:29.354Z||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-03-31T12:10:29.355Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:10:29.355Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:10:29.357Z||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-03-31T12:10:29.357Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:10:38.906Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:10:38.907Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:11:29.354Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:11:29.355Z||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-03-31T12:11:29.355Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:11:29.355Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:11:29.356Z||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-03-31T12:11:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:11:38.908Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:11:38.911Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:12:29.354Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:12:29.355Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:12:29.356Z||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-03-31T12:12:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:12:29.357Z||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-03-31T12:12:29.357Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:12:38.916Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:12:38.916Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:13:29.354Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:13:29.355Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:13:29.359Z||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-03-31T12:13:29.359Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:13:29.359Z||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-03-31T12:13:29.360Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:13:38.915Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:13:38.915Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:14:29.354Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:14:29.355Z||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-03-31T12:14:29.355Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:14:29.355Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:14:29.356Z||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-03-31T12:14:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:14:38.912Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:14:38.915Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:15:02.667Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-31T12:15:29.354Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:15:29.355Z||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-03-31T12:15:29.355Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:15:29.355Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:15:29.356Z||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-03-31T12:15:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:15:38.909Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:15:38.910Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:16:29.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:16:29.354Z||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-03-31T12:16:29.354Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:16:29.355Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:16:29.356Z||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-03-31T12:16:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:16:38.902Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:16:38.904Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:17:29.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:17:29.354Z||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-03-31T12:17:29.354Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:17:29.355Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:17:29.356Z||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-03-31T12:17:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:17:38.905Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:17:38.905Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:18:29.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:18:29.354Z||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-03-31T12:18:29.355Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:18:29.355Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:18:29.356Z||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-03-31T12:18:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:18:38.909Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:18:38.909Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:19:29.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:19:29.354Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:19:29.354Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:19:29.355Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:19:29.356Z||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-03-31T12:19:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:19:38.908Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:19:38.913Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:20:29.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:20:29.354Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:20:29.354Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:20:29.355Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:20:29.356Z||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-03-31T12:20:29.357Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:20:38.905Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:20:38.908Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:21:29.354Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:21:29.355Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:21:29.355Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:21:29.355Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:21:29.356Z||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-03-31T12:21:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:21:38.905Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:21:38.905Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:22:29.354Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:22:29.355Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:22:29.355Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:22:29.355Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:22:29.356Z||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-03-31T12:22:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:22:38.906Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:22:38.914Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:23:29.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:23:29.354Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:23:29.355Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:23:29.355Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:23:29.356Z||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-03-31T12:23:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:23:38.904Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:23:38.913Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:24:29.354Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:24:29.355Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:24:29.355Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:24:29.355Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:24:29.356Z||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-03-31T12:24:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:24:38.906Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:24:38.907Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:25:29.354Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:25:29.354Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:25:29.355Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:25:29.355Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:25:29.357Z||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-03-31T12:25:29.357Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:25:38.899Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:25:38.905Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:26:29.354Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:26:29.354Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:26:29.355Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:26:29.355Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:26:29.356Z||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-03-31T12:26:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:26:38.928Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:26:38.930Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:27:29.354Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:27:29.355Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:27:29.355Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:27:29.355Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:27:29.355Z||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-03-31T12:27:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:27:38.904Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:27:38.904Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:28:29.354Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:28:29.355Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:28:29.355Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:28:29.355Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:28:29.356Z||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-03-31T12:28:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:28:38.906Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:28:38.907Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:29:29.354Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:29:29.354Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:29:29.355Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:29:29.355Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:29:29.356Z||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-03-31T12:29:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:29:38.905Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:29:38.906Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:30:29.354Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:30:29.354Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:30:29.355Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:30:29.355Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:30:29.355Z||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-03-31T12:30:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:30:38.903Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:30:38.904Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:31:29.354Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:31:29.355Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:31:29.355Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:31:29.355Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:31:29.356Z||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-03-31T12:31:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:31:38.905Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:31:38.905Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:32:29.354Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:32:29.355Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:32:29.355Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:32:29.355Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:32:29.356Z||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-03-31T12:32:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:32:38.898Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:32:38.900Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:33:29.354Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:33:29.355Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:33:29.355Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:33:29.355Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:33:29.356Z||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-03-31T12:33:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:33:38.905Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:33:38.906Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:34:29.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:34:29.354Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:34:29.355Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:34:29.356Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:34:29.357Z||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-03-31T12:34:29.357Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:34:38.903Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:34:38.903Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:35:29.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:35:29.354Z||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-03-31T12:35:29.354Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:35:29.355Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:35:29.356Z||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-03-31T12:35:29.357Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:35:38.899Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:35:38.907Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:36:29.354Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:36:29.354Z||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-03-31T12:36:29.354Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:36:29.355Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:36:29.356Z||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-03-31T12:36:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:36:38.904Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:36:38.912Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:37:29.354Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:37:29.355Z||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-03-31T12:37:29.355Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:37:29.355Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:37:29.356Z||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-03-31T12:37:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:37:38.899Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:37:38.900Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:38:29.354Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:38:29.355Z||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-03-31T12:38:29.355Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:38:29.355Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:38:29.356Z||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-03-31T12:38:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:38:38.907Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:38:38.910Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:39:29.354Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:39:29.354Z||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-03-31T12:39:29.355Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:39:29.355Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:39:29.356Z||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-03-31T12:39:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:39:38.906Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:39:38.906Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:40:29.354Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:40:29.354Z||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-03-31T12:40:29.355Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:40:29.355Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:40:29.355Z||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-03-31T12:40:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:40:38.901Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:40:38.902Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:41:29.354Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:41:29.355Z||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-03-31T12:41:29.355Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:41:29.355Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:41:29.355Z||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-03-31T12:41:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:41:38.905Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:41:38.905Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:42:29.354Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:42:29.355Z||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-03-31T12:42:29.355Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:42:29.355Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:42:29.355Z||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-03-31T12:42:29.355Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:42:38.902Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:42:38.904Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:43:29.354Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:43:29.355Z||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-03-31T12:43:29.355Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:43:29.355Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:43:29.356Z||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-03-31T12:43:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:43:38.897Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:43:38.900Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:44:29.355Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:44:29.355Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:44:29.355Z||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-03-31T12:44:29.355Z||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-03-31T12:44:29.357Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:44:29.357Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:44:38.910Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:44:38.911Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:45:29.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:45:29.354Z||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-03-31T12:45:29.354Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:45:29.356Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:45:29.357Z||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-03-31T12:45:29.357Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:45:38.897Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:45:38.902Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:46:29.354Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:46:29.354Z||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-03-31T12:46:29.355Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:46:29.355Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:46:29.355Z||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-03-31T12:46:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:46:38.906Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:46:38.911Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:47:29.354Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:47:29.355Z||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-03-31T12:47:29.355Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:47:29.355Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:47:29.355Z||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-03-31T12:47:29.355Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:47:38.915Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:47:38.917Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:48:29.354Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:48:29.355Z||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-03-31T12:48:29.355Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:48:29.355Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:48:29.355Z||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-03-31T12:48:29.355Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:48:38.907Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:48:38.907Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:49:29.354Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:49:29.354Z||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-03-31T12:49:29.354Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:49:29.355Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:49:29.355Z||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-03-31T12:49:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:49:38.899Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:49:38.900Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:50:29.354Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:50:29.354Z||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-03-31T12:50:29.355Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:50:29.355Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:50:29.356Z||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-03-31T12:50:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:50:38.906Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:50:38.906Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:51:29.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:51:29.354Z||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-03-31T12:51:29.354Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:51:29.355Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:51:29.356Z||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-03-31T12:51:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:51:38.906Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:51:38.906Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:52:29.354Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:52:29.354Z||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-03-31T12:52:29.354Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:52:29.355Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:52:29.356Z||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-03-31T12:52:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:52:38.904Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:52:38.905Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:53:22.659Z||catdb-pool housekeeper|||||WARN|500||catdb-pool - Thread starvation or clock leap detected (housekeeper delta=45s272ms393µs704ns).
2022-03-31T12:53:29.354Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:53:29.354Z||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-03-31T12:53:29.355Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:53:29.355Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:53:29.356Z||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-03-31T12:53:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:53:38.903Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:53:38.904Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:54:29.354Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:54:29.355Z||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-03-31T12:54:29.355Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:54:29.355Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:54:29.356Z||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-03-31T12:54:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:54:38.898Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:54:38.900Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:55:29.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:55:29.354Z||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-03-31T12:55:29.354Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:55:29.355Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:55:29.356Z||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-03-31T12:55:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:55:29.496Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:55:29.498Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T12:55:29.498Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
  "consumerID": "cds",
  "timestamp": 1648731315370,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T12:55:29.517Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T12:55:29.517Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T12:55:29.517Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
  "consumerID": "cds",
  "timestamp": 1648731315370,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/vfw826238ba159a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-31T12:55:29.517Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T12:55:29.517Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T12:55:29.517Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
  "consumerID": "cds",
  "timestamp": 1648731315370,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T12:55:29.518Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T12:55:29.518Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T12:55:29.518Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648731322962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T12:55:29.518Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T12:55:29.518Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T12:55:29.518Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
  "consumerID": "cds",
  "timestamp": 1648731315370,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T12:55:29.518Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T12:55:29.518Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T12:55:29.519Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648731322962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/vfw826238ba159a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-31T12:55:29.519Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T12:55:29.519Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T12:55:29.519Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
  "consumerID": "cds",
  "timestamp": 1648731315370,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T12:55:29.519Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T12:55:29.519Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T12:55:29.519Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648731322962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T12:55:29.519Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T12:55:29.519Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T12:55:29.520Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648731325288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T12:55:29.520Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T12:55:29.520Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T12:55:29.520Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
  "consumerID": "cds",
  "timestamp": 1648731315370,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/artifacts/service-Vfw20220331125319-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T12:55:29.520Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T12:55:29.520Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T12:55:29.520Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648731322962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T12:55:29.521Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T12:55:29.521Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T12:55:29.521Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648731325979,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T12:55:29.521Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T12:55:29.521Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T12:55:29.521Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648731325288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/vfw826238ba159a0_modules.json",
  "status": "NOTIFIED"
}
2022-03-31T12:55:29.521Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T12:55:29.521Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T12:55:29.521Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
  "consumerID": "cds",
  "timestamp": 1648731315370,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/artifacts/service-Vfw20220331125319-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T12:55:29.521Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T12:55:29.522Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T12:55:29.522Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648731322962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T12:55:29.522Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T12:55:29.522Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T12:55:29.522Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648731325979,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/vfw826238ba159a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-31T12:55:29.522Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T12:55:29.522Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T12:55:29.522Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648731325288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-31T12:55:29.523Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T12:55:29.523Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T12:55:29.523Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648731322962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/artifacts/service-Vfw20220331125319-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T12:55:29.523Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T12:55:29.523Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T12:55:29.523Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648731325979,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T12:55:29.523Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T12:55:29.523Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T12:55:29.523Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648731325288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T12:55:29.523Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T12:55:29.986Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:55:29.988Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T12:55:29.988Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"b4c96810-9a0e-4cf2-82d7-be57eb71836e","serviceName":"vFW 2022-03-31 12-53-19","serviceVersion":"1.0","serviceUUID":"f97a699f-454a-4a7e-9765-ed2f2bf0a34b","serviceDescription":"catalog service description","serviceInvariantUUID":"e90c53bc-68d1-4844-9532-cccdb32aa0e2","resources":[{"resourceInstanceName":"vFW 826238ba-159a 0","resourceName":"vFW 826238ba-159a","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f0988c71-4133-4b9f-9fcf-acea89232080","resourceInvariantUUID":"0af89e34-b4e3-49ca-9789-ee8976bd88bc","resourceCustomizationUUID":"00120c3b-1df9-4c1d-9f17-6850f7a313fb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/vf-license-model.xml","artifactChecksum":"Yzc2Y2NjOGRhNGUxYmVmMzE5ZmM2MTllYTkxYWIwMGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3b3beec4-51e5-4814-9fd2-d4ee34edca98","artifactVersion":"1"},{"artifactName":"vfw826238ba159a0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/vfw826238ba159a0_modules.json","artifactChecksum":"NDkxMTU1YjI1MzM0OThhYTdiOTRhY2M2NGNkYWE3MTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4ca32e0b-38a9-4086-8ca4-f6e9219e8eed","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3eb0ccfc-25b6-48bd-b24a-956949f631e0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/vendor-license-model.xml","artifactChecksum":"YWVhY2U3OTQ0YjNkNTAyOWFmMzRlNGNhOGVjYmZmZWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f73da620-77d9-47d0-892f-c6a12b32d973","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8b502a57-cba4-446f-89bf-91f4b417bbcd","artifactVersion":"2","generatedFromUUID":"3eb0ccfc-25b6-48bd-b24a-956949f631e0"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220331125319-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220331125319/1.0/artifacts/service-Vfw20220331125319-template.yml","artifactChecksum":"ZmIzNGQzMDIzNjQ0OTRiYTc2NmYwODdjZDA0ZWZkNTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f080f940-fe8a-4682-83d4-9c8927c1e200","artifactVersion":"1"},{"artifactName":"service-Vfw20220331125319-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220331125319/1.0/artifacts/service-Vfw20220331125319-csar.csar","artifactChecksum":"M2FhYTM0ZDI0NzExYjhjZWE5MjQyN2FiMDAyYzgyOTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"98b14d4d-6e45-412d-a6cd-d6a6c179333e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-31T12:55:29.995Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T12:55:29.999Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-31T12:55:30.008Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T12:55:30.008Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648731329353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T12:55:30.109Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-31T12:55:30.114Z||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-03-31T12:55:30.114Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:55:30.127Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:55:30.128Z||pool-3-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-31T12:55:31.013Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T12:55:31.014Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-31T12:55:31.015Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T12:55:31.015Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648731329353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/vfw826238ba159a0_modules.json",
  "status": "NOTIFIED"
}
2022-03-31T12:55:31.115Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T12:55:31.121Z||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-03-31T12:55:31.122Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:55:31.136Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:55:31.137Z||pool-4-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-31T12:55:32.016Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T12:55:32.017Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-31T12:55:32.019Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T12:55:32.019Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648731329353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-31T12:55:32.119Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T12:55:32.120Z||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-03-31T12:55:32.120Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:55:32.133Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:55:32.134Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-31T12:55:33.019Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T12:55:33.020Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-31T12:55:33.023Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T12:55:33.023Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648731329353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T12:55:33.123Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T12:55:33.125Z||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-03-31T12:55:33.125Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:55:33.142Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:55:33.142Z||pool-6-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-31T12:55:34.024Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T12:55:34.025Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-31T12:55:34.027Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T12:55:34.027Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648731329353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-31T12:55:34.128Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T12:55:34.129Z||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-03-31T12:55:34.129Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:55:34.143Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:55:34.144Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-31T12:55:35.028Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T12:55:35.029Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-31T12:55:35.031Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T12:55:35.031Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648731329353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/artifacts/service-Vfw20220331125319-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T12:55:35.131Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T12:55:35.132Z||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-03-31T12:55:35.132Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:55:35.144Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:55:35.145Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-31T12:55:36.031Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T12:55:36.032Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-31T12:55:36.034Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T12:55:36.034Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648731329353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/artifacts/service-Vfw20220331125319-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T12:55:36.135Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T12:55:36.136Z||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-03-31T12:55:36.136Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:55:36.148Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:55:36.149Z||pool-9-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-31T12:55:37.036Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
  "serviceName": "vFW 2022-03-31 12-53-19",
  "serviceVersion": "1.0",
  "serviceUUID": "f97a699f-454a-4a7e-9765-ed2f2bf0a34b",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e90c53bc-68d1-4844-9532-cccdb32aa0e2",
  "resources": [
    {
      "resourceInstanceName": "vFW 826238ba-159a 0",
      "resourceCustomizationUUID": "00120c3b-1df9-4c1d-9f17-6850f7a313fb",
      "resourceName": "vFW 826238ba-159a",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f0988c71-4133-4b9f-9fcf-acea89232080",
      "resourceInvariantUUID": "0af89e34-b4e3-49ca-9789-ee8976bd88bc",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw826238ba159a0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/vfw826238ba159a0_modules.json",
          "artifactChecksum": "NDkxMTU1YjI1MzM0OThhYTdiOTRhY2M2NGNkYWE3MTQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "4ca32e0b-38a9-4086-8ca4-f6e9219e8eed",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "3eb0ccfc-25b6-48bd-b24a-956949f631e0",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "8b502a57-cba4-446f-89bf-91f4b417bbcd",
            "generatedFromUUID": "3eb0ccfc-25b6-48bd-b24a-956949f631e0"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "8b502a57-cba4-446f-89bf-91f4b417bbcd",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220331125319-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/artifacts/service-Vfw20220331125319-csar.csar",
      "artifactChecksum": "M2FhYTM0ZDI0NzExYjhjZWE5MjQyN2FiMDAyYzgyOTI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "98b14d4d-6e45-412d-a6cd-d6a6c179333e"
    }
  ],
  "workloadContext": "Production"
}
2022-03-31T12:55:37.037Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-31T12:55:37.037Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f97a699f-454a-4a7e-9765-ed2f2bf0a34b ASDC
2022-03-31T12:55:37.151Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:b4c96810-9a0e-4cf2-82d7-be57eb71836e
ServiceName:vFW 2022-03-31 12-53-19
ServiceVersion:1.0
ServiceUUID:f97a699f-454a-4a7e-9765-ed2f2bf0a34b
ServiceInvariantUUID:e90c53bc-68d1-4844-9532-cccdb32aa0e2
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220331125319-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220331125319/1.0/artifacts/service-Vfw20220331125319-csar.csar
ArtifactUUID:98b14d4d-6e45-412d-a6cd-d6a6c179333e
ArtifactChecksum:M2FhYTM0ZDI0NzExYjhjZWE5MjQyN2FiMDAyYzgyOTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 826238ba-159a 0
ResourceCustomizationUUID:00120c3b-1df9-4c1d-9f17-6850f7a313fb
ResourceInvariantUUID:0af89e34-b4e3-49ca-9789-ee8976bd88bc
ResourceName:vFW 826238ba-159a
ResourceType:VF
ResourceUUID:f0988c71-4133-4b9f-9fcf-acea89232080
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw826238ba159a0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/vfw826238ba159a0_modules.json
ArtifactUUID:4ca32e0b-38a9-4086-8ca4-f6e9219e8eed
ArtifactChecksum:NDkxMTU1YjI1MzM0OThhYTdiOTRhY2M2NGNkYWE3MTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_vfw.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.yaml
ArtifactUUID:3eb0ccfc-25b6-48bd-b24a-956949f631e0
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.env
ArtifactUUID:8b502a57-cba4-446f-89bf-91f4b417bbcd
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.env
ArtifactUUID:8b502a57-cba4-446f-89bf-91f4b417bbcd
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-31T12:55:37.152Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f97a699f-454a-4a7e-9765-ed2f2bf0a34b 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-03-31T12:55:37.367Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-31T12:55:37.368Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-31T12:55:37.369Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-31T12:55:37.370Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 98b14d4d-6e45-412d-a6cd-d6a6c179333e from URL: /sdc/v1/catalog/services/Vfw20220331125319/1.0/artifacts/service-Vfw20220331125319-csar.csar
2022-03-31T12:55:37.370Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-31T12:55:37.371Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220331125319/1.0/artifacts/service-Vfw20220331125319-csar.csar
2022-03-31T12:55:37.492Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-31T12:55:37.513Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220331125319/1.0/artifacts/service-Vfw20220331125319-csar.csar 98b14d4d-6e45-412d-a6cd-d6a6c179333e 98931
2022-03-31T12:55:37.514Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220331125319/1.0/artifacts/service-Vfw20220331125319-csar.csar ASDC sendASDCNotification
2022-03-31T12:55:37.515Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220331125319/1.0/artifacts/service-Vfw20220331125319-csar.csar
2022-03-31T12:55:37.515Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T12:55:37.516Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-31T12:55:37.518Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T12:55:37.518Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648731337513,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/artifacts/service-Vfw20220331125319-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T12:55:37.618Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T12:55:37.619Z||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-03-31T12:55:37.619Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:55:37.631Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:55:37.631Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-31T12:55:38.518Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-31T12:55:38.519Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-31T12:55:38.520Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 98b14d4d-6e45-412d-a6cd-d6a6c179333e, URL: /sdc/v1/catalog/services/Vfw20220331125319/1.0/artifacts/service-Vfw20220331125319-csar.csar to file: /app/ASDC/1/service-Vfw20220331125319-csar.csar
2022-03-31T12:55:38.520Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220331125319-csar.csar
2022-03-31T12:55:38.637Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220331125319-csar.csar
2022-03-31T12:55:38.638Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220331125319-csar.csar
2022-03-31T12:55:39.154Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16091494130763601415/Definitions/service-Vfw20220331125319-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-03-31T12:55:41.911Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-31T12:55:41.914Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-03-31T12:55:41.914Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220331125319-csar.csar
2022-03-31T12:55:41.914Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-31T12:55:41.915Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220331125319-csar.csar
2022-03-31T12:55:41.915Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220331125319-csar.csar
2022-03-31T12:55:41.915Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 826238ba-159a 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220331125319-csar.csar
2022-03-31T12:55:41.915Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220331125319-csar.csar
2022-03-31T12:55:41.915Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220331125319-csar.csar
2022-03-31T12:55:41.915Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220331125319-csar.csar
2022-03-31T12:55:41.915Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220331125319-csar.csar
2022-03-31T12:55:41.915Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220331125319-csar.csar
2022-03-31T12:55:41.915Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||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-Vfw20220331125319-csar.csar
2022-03-31T12:55:41.915Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220331125319-csar.csar
2022-03-31T12:55:41.915Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220331125319-csar.csar
2022-03-31T12:55:41.915Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220331125319-csar.csar
2022-03-31T12:55:41.915Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220331125319-csar.csar
2022-03-31T12:55:41.915Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-03-31T12:55:41.920Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T12:55:41.921Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-31 12-53-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T12:55:41.937Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vFW 826238ba-159a 0 is matching search criteria
2022-03-31T12:55:41.937Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-03-31T12:55:41.938Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 826238ba-159a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-31T12:55:41.940Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T12:55:41.940Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-31 12-53-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T12:55:41.940Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vFW 826238ba-159a 0 is matching search criteria
2022-03-31T12:55:41.940Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-03-31T12:55:41.941Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 826238ba-159a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-31T12:55:41.941Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T12:55:41.941Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-31 12-53-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T12:55:41.945Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T12:55:41.945Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vFW 826238ba-159a 0 is not matching search criteria
2022-03-31T12:55:41.945Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-31T12:55:41.946Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-31T12:55:41.946Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-31T12:55:41.946Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-31T12:55:41.946Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-31T12:55:41.946Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-31T12:55:41.946Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-31T12:55:41.947Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-31T12:55:41.947Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-31T12:55:41.947Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-31T12:55:41.947Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-31T12:55:41.947Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-31T12:55:41.947Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-31T12:55:41.947Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-31T12:55:41.947Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-31T12:55:41.948Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-31T12:55:41.948Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T12:55:41.948Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-31 12-53-19 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-31T12:55:41.949Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T12:55:41.950Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vFW 826238ba-159a 0 is matching search criteria
2022-03-31T12:55:41.950Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 826238ba-159a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T12:55:41.950Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T12:55:41.950Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vFW 826238ba-159a 0 is matching search criteria
2022-03-31T12:55:41.950Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 826238ba-159a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T12:55:41.951Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T12:55:41.951Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vFW 826238ba-159a 0 is matching search criteria
2022-03-31T12:55:41.951Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 826238ba-159a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T12:55:41.951Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T12:55:41.951Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vFW 826238ba-159a 0 is not matching search criteria
2022-03-31T12:55:41.951Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-31T12:55:41.952Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-31T12:55:41.952Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-31T12:55:41.952Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-31T12:55:41.952Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-31T12:55:41.952Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-31T12:55:41.952Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-31T12:55:41.952Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-31T12:55:41.952Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-31T12:55:41.953Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-31T12:55:41.953Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-31T12:55:41.953Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e134465e-597b-4099-8586-4f3cc70af75d
2022-03-31T12:55:41.953Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T12:55:41.953Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vFW 826238ba-159a 0 is not matching search criteria
2022-03-31T12:55:41.953Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-31T12:55:41.954Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-31T12:55:41.954Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-31T12:55:41.954Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-31T12:55:41.954Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-31T12:55:41.954Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-31T12:55:41.954Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-31T12:55:41.954Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-31T12:55:41.954Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-31T12:55:41.955Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-31T12:55:41.955Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-31T12:55:41.955Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-31T12:55:41.955Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=1ad4935b-293f-4765-a10c-0fd54e26a6cf
2022-03-31T12:55:41.955Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T12:55:41.955Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vFW 826238ba-159a 0 is not matching search criteria
2022-03-31T12:55:41.955Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-31T12:55:41.956Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-31T12:55:41.956Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-31T12:55:41.956Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-31T12:55:41.956Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-31T12:55:41.956Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-31T12:55:41.956Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-31T12:55:41.956Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-31T12:55:41.957Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-31T12:55:41.957Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-31T12:55:41.957Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-31T12:55:41.957Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-31T12:55:41.957Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=feb1b5a3-8123-46af-aee3-de55a35256b1
2022-03-31T12:55:41.957Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T12:55:41.958Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-31 12-53-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T12:55:41.958Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T12:55:41.958Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-31 12-53-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T12:55:41.958Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T12:55:41.958Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-31 12-53-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T12:55:41.958Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T12:55:41.958Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-31 12-53-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T12:55:41.958Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-31 12-53-19
Description:catalog service description
Model UUID:f97a699f-454a-4a7e-9765-ed2f2bf0a34b
Model Version:NULL
Model InvariantUuid:e90c53bc-68d1-4844-9532-cccdb32aa0e2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 826238ba-159a
Model UUID:bda02ac8-07ac-47cc-84ef-1f816dce7cfa
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0af89e34-b4e3-49ca-9789-ee8976bd88bc
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:00120c3b-1df9-4c1d-9f17-6850f7a313fb
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:52101010-0411-4a42-ae95-6c41e3e62ced
ModelName:Vfw826238ba159a..base_vfw..module-0
ModelUuid:b6ef3412-e45b-4564-a880-96cbdeedbf77
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e134465e-597b-4099-8586-4f3cc70af75d
ModelInvariantUuid:e6f27175-1be6-4838-9ca1-cf14e52e9623
ModelName:vFW 826238ba-159a-nodes.vfwCvfc
ModelUuid:2a295a86-40cc-4384-b3e1-6133cfa1d72d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:8a4f840d-8fb9-4783-9262-aeb7af1f7d4b
ModelInvariantUuid:c72e882d-72b3-4765-b6fe-972797f7dfdc
ModelName:Vfw826238ba159a.compute.nodes.heat.vfw
ModelUuid:1e88b268-e19a-4577-a630-4b0f97d89c85
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:1ad4935b-293f-4765-a10c-0fd54e26a6cf
ModelInvariantUuid:91bf1667-3b2f-4ee3-b3a0-50ac8d195c60
ModelName:vFW 826238ba-159a-nodes.vsnCvfc
ModelUuid:2ea46306-f85f-4141-8b16-f3cb8fdc1e75
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:a30a5538-e3fa-4b54-85d9-4ed82c8d8011
ModelInvariantUuid:1771363a-6591-4c22-815a-ebb4cb357c59
ModelName:Vfw826238ba159a.compute.nodes.heat.vsn
ModelUuid:dc69e80f-3004-40b1-aeb5-5522a906b50f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:feb1b5a3-8123-46af-aee3-de55a35256b1
ModelInvariantUuid:cfe23a26-8c7c-49e1-bf12-f21f7afd3f1c
ModelName:vFW 826238ba-159a-nodes.vpgCvfc
ModelUuid:d53d1a46-bab4-4fb4-a27a-d53ffda45916
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:b2015d48-6de8-4c28-845e-f080c5a9a3ed
ModelInvariantUuid:72902199-f8dd-4352-aca1-9685b9ab27b7
ModelName:Vfw826238ba159a.compute.nodes.heat.vpg
ModelUuid:1cc47108-5800-44d9-825c-a94c6f22111f
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-03-31T12:55:41.981Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: f0988c71-4133-4b9f-9fcf-acea89232080
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-03-31T12:55:42.071Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||vFW 826238ba-159a 0
2022-03-31T12:55:42.076Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f0988c71-4133-4b9f-9fcf-acea89232080
2022-03-31T12:55:42.076Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 4ca32e0b-38a9-4086-8ca4-f6e9219e8eed from URL: /sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/vfw826238ba159a0_modules.json
2022-03-31T12:55:42.076Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-31T12:55:42.077Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/vfw826238ba159a0_modules.json
2022-03-31T12:55:42.125Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-31T12:55:42.126Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/vfw826238ba159a0_modules.json 4ca32e0b-38a9-4086-8ca4-f6e9219e8eed 785
2022-03-31T12:55:42.126Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/vfw826238ba159a0_modules.json ASDC sendASDCNotification
2022-03-31T12:55:42.126Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/vfw826238ba159a0_modules.json
2022-03-31T12:55:42.126Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T12:55:42.127Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-31T12:55:42.129Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T12:55:42.130Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648731342126,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/vfw826238ba159a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-31T12:55:42.230Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T12:55:42.230Z||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-03-31T12:55:42.231Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:55:42.242Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:55:42.242Z||pool-11-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-31T12:55:43.131Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw826238ba159a..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "52101010-0411-4a42-ae95-6c41e3e62ced",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b6ef3412-e45b-4564-a880-96cbdeedbf77",
    "vfModuleModelCustomizationUUID": "7ee48080-1138-4a33-ab83-43f6e5aa4038",
    "isBase": true,
    "artifacts": [
      "3eb0ccfc-25b6-48bd-b24a-956949f631e0",
      "8b502a57-cba4-446f-89bf-91f4b417bbcd"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-31T12:55:43.148Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw826238ba159a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b6ef3412-e45b-4564-a880-96cbdeedbf77
VfModuleModelInvariantUUID:52101010-0411-4a42-ae95-6c41e3e62ced
VfModuleModelDescription:NULL
Artifacts UUID List:{
3eb0ccfc-25b6-48bd-b24a-956949f631e0
,
8b502a57-cba4-446f-89bf-91f4b417bbcd

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

isBase:true


}

2022-03-31T12:55:43.151Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw826238ba159a..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "52101010-0411-4a42-ae95-6c41e3e62ced",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b6ef3412-e45b-4564-a880-96cbdeedbf77",
    "vfModuleModelCustomizationUUID": "7ee48080-1138-4a33-ab83-43f6e5aa4038",
    "isBase": true,
    "artifacts": [
      "3eb0ccfc-25b6-48bd-b24a-956949f631e0",
      "8b502a57-cba4-446f-89bf-91f4b417bbcd"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-31T12:55:43.151Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw826238ba159a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b6ef3412-e45b-4564-a880-96cbdeedbf77
VfModuleModelInvariantUUID:52101010-0411-4a42-ae95-6c41e3e62ced
VfModuleModelDescription:NULL
Artifacts UUID List:{
3eb0ccfc-25b6-48bd-b24a-956949f631e0
,
8b502a57-cba4-446f-89bf-91f4b417bbcd

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

isBase:true


}

2022-03-31T12:55:43.151Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3eb0ccfc-25b6-48bd-b24a-956949f631e0 from URL: /sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.yaml
2022-03-31T12:55:43.151Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-31T12:55:43.151Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.yaml
2022-03-31T12:55:43.203Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-31T12:55:43.205Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.yaml 3eb0ccfc-25b6-48bd-b24a-956949f631e0 20368
2022-03-31T12:55:43.206Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-31T12:55:43.206Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.yaml
2022-03-31T12:55:43.206Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T12:55:43.207Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-31T12:55:43.209Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T12:55:43.210Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648731343206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-31T12:55:43.310Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T12:55:43.311Z||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-03-31T12:55:43.311Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:55:43.323Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:55:43.323Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-31T12:55:44.210Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 8b502a57-cba4-446f-89bf-91f4b417bbcd from URL: /sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.env
2022-03-31T12:55:44.211Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-31T12:55:44.212Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.env
2022-03-31T12:55:44.286Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-31T12:55:44.286Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.env 8b502a57-cba4-446f-89bf-91f4b417bbcd 2098
2022-03-31T12:55:44.287Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-31T12:55:44.287Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.env
2022-03-31T12:55:44.287Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T12:55:44.287Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-31T12:55:44.290Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T12:55:44.290Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648731344287,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-31T12:55:44.390Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T12:55:44.391Z||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-03-31T12:55:44.391Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:55:44.404Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:55:44.404Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-31T12:55:45.291Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: f97a699f-454a-4a7e-9765-ed2f2bf0a34b
2022-03-31T12:55:45.292Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 826238ba-159a 0 f0988c71-4133-4b9f-9fcf-acea89232080 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T12:55:45.331Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6ff56373, org.onap.sdc.toscaparser.api.parameters.Input@595cfb38, org.onap.sdc.toscaparser.api.parameters.Input@77603c5a, org.onap.sdc.toscaparser.api.parameters.Input@4c476839, org.onap.sdc.toscaparser.api.parameters.Input@86d7439]
2022-03-31T12:55:45.334Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T12:55:45.334Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-31 12-53-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T12:55:45.334Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-03-31T12:55:45.335Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 00120c3b-1df9-4c1d-9f17-6850f7a313fb
2022-03-31T12:55:45.335Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 00120c3b-1df9-4c1d-9f17-6850f7a313fb matches Tosca VF Customization UUID: 00120c3b-1df9-4c1d-9f17-6850f7a313fb
2022-03-31T12:55:45.335Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 00120c3b-1df9-4c1d-9f17-6850f7a313fb  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-03-31T12:55:45.341Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T12:55:45.341Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-31 12-53-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T12:55:45.342Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 00120c3b-1df9-4c1d-9f17-6850f7a313fb: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-03-31T12:55:45.342Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1e5b64c4
2022-03-31T12:55:45.342Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T12:55:45.342Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-31 12-53-19 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-31T12:55:45.343Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7ee48080-1138-4a33-ab83-43f6e5aa4038
2022-03-31T12:55:45.343Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7ee48080-1138-4a33-ab83-43f6e5aa4038
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-03-31T12:55:45.348Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T12:55:45.348Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vFW 826238ba-159a 0 is matching search criteria
2022-03-31T12:55:45.348Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 826238ba-159a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T12:55:45.349Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T12:55:45.349Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vFW 826238ba-159a 0 is matching search criteria
2022-03-31T12:55:45.349Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 826238ba-159a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T12:55:45.349Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T12:55:45.350Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vFW 826238ba-159a 0 is not matching search criteria
2022-03-31T12:55:45.350Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-31T12:55:45.350Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-31T12:55:45.350Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-31T12:55:45.350Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-31T12:55:45.350Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-31T12:55:45.350Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-31T12:55:45.350Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-31T12:55:45.350Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-31T12:55:45.350Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-31T12:55:45.351Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-31T12:55:45.351Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-31T12:55:45.351Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e134465e-597b-4099-8586-4f3cc70af75d
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-03-31T12:55:45.361Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T12:55:45.361Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vFW 826238ba-159a 0 is matching search criteria
2022-03-31T12:55:45.361Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 826238ba-159a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T12:55:45.361Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T12:55:45.361Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vFW 826238ba-159a 0 is not matching search criteria
2022-03-31T12:55:45.361Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-31T12:55:45.362Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-31T12:55:45.362Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-31T12:55:45.362Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-31T12:55:45.362Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-31T12:55:45.362Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-31T12:55:45.362Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-31T12:55:45.362Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-31T12:55:45.362Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-31T12:55:45.362Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-31T12:55:45.362Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-31T12:55:45.363Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-31T12:55:45.363Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=1ad4935b-293f-4765-a10c-0fd54e26a6cf
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-03-31T12:55:45.364Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T12:55:45.365Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vFW 826238ba-159a 0 is matching search criteria
2022-03-31T12:55:45.365Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 826238ba-159a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T12:55:45.367Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T12:55:45.367Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vFW 826238ba-159a 0 is not matching search criteria
2022-03-31T12:55:45.367Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-31T12:55:45.367Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-31T12:55:45.367Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-31T12:55:45.367Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-31T12:55:45.367Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-31T12:55:45.367Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-31T12:55:45.367Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-31T12:55:45.368Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-31T12:55:45.368Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-31T12:55:45.368Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-31T12:55:45.368Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-31T12:55:45.368Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-31T12:55:45.368Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=feb1b5a3-8123-46af-aee3-de55a35256b1
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-03-31T12:55:45.370Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T12:55:45.370Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vFW 826238ba-159a 0 is matching search criteria
2022-03-31T12:55:45.370Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 826238ba-159a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T12:55:45.370Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T12:55:45.370Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vFW 826238ba-159a 0 is matching search criteria
2022-03-31T12:55:45.370Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 826238ba-159a 0] matching following query criteria: sdcType=VF, customizationUUID=00120c3b-1df9-4c1d-9f17-6850f7a313fb
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-03-31T12:55:45.372Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T12:55:45.372Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-31 12-53-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T12:55:45.372Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid f97a699f-454a-4a7e-9765-ed2f2bf0a34b: vFW 826238ba-159a
2022-03-31T12:55:45.372Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T12:55:45.373Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-31 12-53-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T12:55:45.373Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T12:55:45.373Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-31 12-53-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T12:55:45.373Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T12:55:45.373Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-31 12-53-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T12:55:45.373Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T12:55:45.374Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-31 12-53-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T12:55:45.374Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T12:55:45.374Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-31 12-53-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T12:55:45.374Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-03-31 12-53-19 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T12:55:45.688Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 826238ba-159a f0988c71-4133-4b9f-9fcf-acea89232080 1 ASDC deployResourceStructure
2022-03-31T12:55:45.688Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/vfw826238ba159a0_modules.json ASDC sendASDCNotification
2022-03-31T12:55:45.689Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/vfw826238ba159a0_modules.json
2022-03-31T12:55:45.689Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T12:55:45.689Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-31T12:55:45.691Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T12:55:45.691Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648731345688,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/vfw826238ba159a0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-31T12:55:45.791Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T12:55:45.792Z||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-03-31T12:55:45.792Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:55:45.804Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:55:45.805Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-31T12:55:46.692Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-31T12:55:46.692Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.yaml
2022-03-31T12:55:46.693Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T12:55:46.693Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-31T12:55:46.694Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T12:55:46.694Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648731346692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-31T12:55:46.795Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-31T12:55:46.797Z||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-03-31T12:55:46.797Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:55:46.811Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:55:46.812Z||pool-15-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-31T12:55:47.695Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-31T12:55:47.696Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.env
2022-03-31T12:55:47.696Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T12:55:47.696Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-31T12:55:47.698Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T12:55:47.698Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648731347695,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-31T12:55:47.798Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T12:55:47.799Z||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-03-31T12:55:47.799Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:55:47.811Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:55:47.811Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-31T12:55:48.699Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220331125319/1.0/artifacts/service-Vfw20220331125319-csar.csar ASDC sendASDCNotification
2022-03-31T12:55:48.699Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220331125319/1.0/artifacts/service-Vfw20220331125319-csar.csar
2022-03-31T12:55:48.700Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T12:55:48.700Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-31T12:55:48.702Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T12:55:48.703Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648731348698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/artifacts/service-Vfw20220331125319-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T12:55:48.803Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T12:55:48.804Z||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-03-31T12:55:48.804Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:55:48.816Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:55:48.816Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-31T12:55:49.704Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4c96810-9a0e-4cf2-82d7-be57eb71836e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-31T12:55:49.728Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4c96810-9a0e-4cf2-82d7-be57eb71836e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T12:55:49.730Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T12:55:49.730Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-31T12:55:49.730Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-31T12:56:19.731Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4c96810-9a0e-4cf2-82d7-be57eb71836e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-31T12:56:19.743Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4c96810-9a0e-4cf2-82d7-be57eb71836e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T12:56:19.746Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T12:56:19.746Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-31T12:56:19.746Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-31T12:56:29.355Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:56:29.356Z||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-03-31T12:56:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:56:29.382Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:56:29.383Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:56:29.383Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
  "consumerID": "cds",
  "timestamp": 1648731329267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/artifacts/service-Vfw20220331125319-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T12:56:29.384Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T12:56:49.747Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4c96810-9a0e-4cf2-82d7-be57eb71836e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-31T12:56:49.758Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4c96810-9a0e-4cf2-82d7-be57eb71836e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T12:56:49.760Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T12:56:49.761Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-31T12:56:49.761Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-31T12:57:19.761Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4c96810-9a0e-4cf2-82d7-be57eb71836e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-31T12:57:19.772Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4c96810-9a0e-4cf2-82d7-be57eb71836e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T12:57:19.775Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T12:57:19.775Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-31T12:57:19.775Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-31T12:57:29.355Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:57:29.356Z||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-03-31T12:57:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:57:29.381Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:57:29.381Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:57:29.381Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648731322962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/artifacts/service-Vfw20220331125319-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T12:57:29.383Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-31T12:57:49.776Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4c96810-9a0e-4cf2-82d7-be57eb71836e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-31T12:57:49.788Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4c96810-9a0e-4cf2-82d7-be57eb71836e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T12:57:49.791Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T12:57:49.791Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-31T12:57:49.791Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-31T12:58:19.791Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4c96810-9a0e-4cf2-82d7-be57eb71836e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-31T12:58:19.802Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4c96810-9a0e-4cf2-82d7-be57eb71836e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T12:58:19.804Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T12:58:19.804Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-31T12:58:19.804Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-31T12:58:29.355Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:58:29.356Z||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-03-31T12:58:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:58:29.882Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:58:29.887Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:58:29.887Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648731325979,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T12:58:29.888Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-31T12:58:29.888Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:58:29.888Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648731325288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-31T12:58:29.888Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-31T12:58:29.888Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:58:29.888Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648731329353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T12:58:29.889Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-31T12:58:29.889Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:58:29.889Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
  "consumerID": "cds",
  "timestamp": 1648731330280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/artifacts/service-Vfw20220331125319-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-03-31T12:58:29.898Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b4c96810-9a0e-4cf2-82d7-be57eb71836e
2022-03-31T12:58:29.898Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4c96810-9a0e-4cf2-82d7-be57eb71836e 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-03-31T12:58:29.907Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:58:29.907Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648731325979,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T12:58:29.907Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-31T12:58:29.907Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:58:29.907Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648731325288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/artifacts/service-Vfw20220331125319-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T12:58:29.908Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-31T12:58:29.908Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:58:29.908Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648731329353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/vfw826238ba159a0_modules.json",
  "status": "NOTIFIED"
}
2022-03-31T12:58:29.908Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-31T12:58:29.908Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:58:29.908Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648731325979,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/artifacts/service-Vfw20220331125319-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T12:58:29.908Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-31T12:58:29.908Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:58:29.908Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648731325288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/artifacts/service-Vfw20220331125319-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T12:58:29.909Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-31T12:58:29.909Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:58:29.909Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648731329353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-31T12:58:29.909Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-31T12:58:29.909Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:58:29.910Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648731325979,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/artifacts/service-Vfw20220331125319-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T12:58:29.910Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-31T12:58:29.910Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:58:29.910Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648731329353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T12:58:29.910Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-31T12:58:29.911Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:58:29.911Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648731333574,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/vfw826238ba159a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-31T12:58:29.911Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T12:58:29.911Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:58:29.911Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648731329353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-31T12:58:29.912Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-31T12:58:29.912Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:58:29.913Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648731334201,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/artifacts/service-Vfw20220331125319-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T12:58:29.913Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T12:58:29.913Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:58:29.913Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
  "consumerID": "aai-ml",
  "timestamp": 1648731333756,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T12:58:29.914Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-31T12:58:29.914Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:58:29.914Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648731334780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-31T12:58:29.914Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T12:58:29.914Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:58:29.914Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648731329353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/artifacts/service-Vfw20220331125319-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T12:58:29.915Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-31T12:58:29.915Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:58:29.915Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
  "consumerID": "aai-ml",
  "timestamp": 1648731333756,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/vfw826238ba159a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-31T12:58:29.915Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-31T12:58:29.915Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:58:29.916Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648731335842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-31T12:58:29.916Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T12:58:29.916Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:58:29.916Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648731329353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/artifacts/service-Vfw20220331125319-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T12:58:29.916Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-31T12:58:29.917Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:58:29.917Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
  "consumerID": "aai-ml",
  "timestamp": 1648731333756,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T12:58:29.917Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-31T12:58:29.917Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:58:29.917Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648731336936,
  "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-03-31T12:58:29.924Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b4c96810-9a0e-4cf2-82d7-be57eb71836e
2022-03-31T12:58:29.924Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4c96810-9a0e-4cf2-82d7-be57eb71836e 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-03-31T12:58:29.935Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:58:29.935Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
  "consumerID": "aai-ml",
  "timestamp": 1648731333756,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T12:58:29.935Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-31T12:58:29.935Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:58:29.935Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648731337513,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/artifacts/service-Vfw20220331125319-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T12:58:29.936Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T12:58:29.936Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:58:29.936Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648731337941,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/vfw826238ba159a0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-31T12:58:29.936Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T12:58:29.936Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:58:29.936Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
  "consumerID": "aai-ml",
  "timestamp": 1648731333756,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T12:58:29.936Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-31T12:58:29.936Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:58:29.936Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
  "consumerID": "aai-ml",
  "timestamp": 1648731333756,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/artifacts/service-Vfw20220331125319-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T12:58:29.936Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-31T12:58:29.937Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:58:29.937Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648731339442,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/artifacts/service-Vfw20220331125319-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T12:58:29.937Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T12:58:29.937Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:58:29.937Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
  "consumerID": "aai-ml",
  "timestamp": 1648731333756,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/artifacts/service-Vfw20220331125319-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T12:58:29.937Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-31T12:58:29.937Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:58:29.937Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648731340448,
  "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-03-31T12:58:29.942Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b4c96810-9a0e-4cf2-82d7-be57eb71836e
2022-03-31T12:58:29.942Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4c96810-9a0e-4cf2-82d7-be57eb71836e 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-03-31T12:58:29.952Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:58:29.952Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
  "consumerID": "aai-ml",
  "timestamp": 1648731341567,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/artifacts/service-Vfw20220331125319-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T12:58:29.952Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T12:58:29.952Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:58:29.952Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648731342126,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/vfw826238ba159a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-31T12:58:29.952Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T12:58:29.953Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:58:29.953Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648731343206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-31T12:58:29.953Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T12:58:29.953Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:58:29.953Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648731344287,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-31T12:58:29.953Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T12:58:29.953Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:58:29.953Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648731345688,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/vfw826238ba159a0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-31T12:58:29.953Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T12:58:29.954Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:58:29.954Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648731346692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-31T12:58:29.954Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T12:58:29.954Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:58:29.954Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648731347695,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-31T12:58:29.954Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T12:58:29.954Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:58:29.954Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648731348698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/artifacts/service-Vfw20220331125319-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T12:58:29.954Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T12:58:29.954Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:58:29.954Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
  "consumerID": "aai-ml",
  "timestamp": 1648731357167,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/artifacts/service-Vfw20220331125319-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T12:58:29.955Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T12:58:29.955Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:58:29.955Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
  "consumerID": "aai-ml",
  "timestamp": 1648731358171,
  "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-03-31T12:58:29.960Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b4c96810-9a0e-4cf2-82d7-be57eb71836e
2022-03-31T12:58:29.960Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4c96810-9a0e-4cf2-82d7-be57eb71836e 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-03-31T12:58:49.804Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4c96810-9a0e-4cf2-82d7-be57eb71836e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-31T12:58:49.819Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4c96810-9a0e-4cf2-82d7-be57eb71836e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T12:58:49.822Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T12:58:49.822Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-31T12:58:49.822Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-31T12:58:49.823Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-31T12:58:49.823Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T12:58:49.823Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T12:58:49.823Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T12:58:49.823Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T12:58:49.823Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T12:58:49.823Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T12:58:49.830Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-31T12:59:19.830Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b4c96810-9a0e-4cf2-82d7-be57eb71836e 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-03-31T12:59:19.841Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b4c96810-9a0e-4cf2-82d7-be57eb71836e and serviceModelVersionId: f97a699f-454a-4a7e-9765-ed2f2bf0a34b
2022-03-31T12:59:19.841Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e90c53bc-68d1-4844-9532-cccdb32aa0e2
2022-03-31T12:59:29.355Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:59:29.356Z||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-03-31T12:59:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:59:32.799Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e90c53bc-68d1-4844-9532-cccdb32aa0e2/model-vers/model-ver/f97a699f-454a-4a7e-9765-ed2f2bf0a34b?depth=0
2022-03-31T12:59:32.883Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-03-31T12:59:33.343Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90c53bc-68d1-4844-9532-cccdb32aa0e2/model-vers/model-ver/f97a699f-454a-4a7e-9765-ed2f2bf0a34b?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-03-31T12:59:33.348Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90c53bc-68d1-4844-9532-cccdb32aa0e2/model-vers/model-ver/f97a699f-454a-4a7e-9765-ed2f2bf0a34b?depth=0|INFO|500||Invoke
2022-03-31T12:59:33.545Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90c53bc-68d1-4844-9532-cccdb32aa0e2/model-vers/model-ver/f97a699f-454a-4a7e-9765-ed2f2bf0a34b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-31T12:59:33.985Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90c53bc-68d1-4844-9532-cccdb32aa0e2/model-vers/model-ver/f97a699f-454a-4a7e-9765-ed2f2bf0a34b?depth=0|INFO|500||InvokeReturn
2022-03-31T12:59:33.986Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90c53bc-68d1-4844-9532-cccdb32aa0e2/model-vers/model-ver/f97a699f-454a-4a7e-9765-ed2f2bf0a34b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220331-12:59:33:553-1473], vertex-id=[151560], Content-Length=[0], Date=[Thu, 31 Mar 2022 12:59:33 GMT], Content-Type=[application/json]}
2022-03-31T12:59:33.987Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-03-31T12:59:33.991Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-31T12:59:33.991Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T12:59:33.999Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-31T12:59:34.008Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b4c96810-9a0e-4cf2-82d7-be57eb71836e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-31T12:59:34.009Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-31T12:59:34.010Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-31T12:59:34.012Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T12:59:34.012Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648731574008,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-31T12:59:34.113Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T12:59:34.114Z||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-03-31T12:59:34.114Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:59:34.128Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:59:34.129Z||pool-18-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-31T12:59:34.800Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:59:34.800Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:59:34.800Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648731574008,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-31T12:59:34.801Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-31T12:59:35.032Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:59:35.033Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|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-03-31T12:59:35.033Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:59:46.913Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:59:46.914Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:59:46.915Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|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-03-31T12:59:46.915Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:59:56.455Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T12:59:56.455Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:59:56.456Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|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-03-31T12:59:56.456Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:00:05.998Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:00:05.998Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:00:05.999Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|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-03-31T13:00:06.000Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:00:15.544Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:00:29.353Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:00:29.354Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|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-03-31T13:00:29.355Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:00:29.355Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:00:29.356Z||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-03-31T13:00:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:00:38.914Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:00:38.914Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:01:29.354Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:01:29.354Z||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-03-31T13:01:29.355Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:01:29.355Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:01:29.357Z||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-03-31T13:01:29.357Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:01:38.903Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:01:38.903Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:02:29.354Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:02:29.354Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:02:29.354Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:02:29.355Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:02:29.357Z||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-03-31T13:02:29.357Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:02:38.901Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:02:38.904Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:03:29.353Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:03:29.354Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:03:29.354Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:03:29.355Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:03:29.355Z||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-03-31T13:03:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:03:38.898Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:03:38.916Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:04:29.354Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:04:29.354Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:04:29.355Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:04:29.355Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:04:29.356Z||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-03-31T13:04:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:04:38.904Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:04:38.905Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:05:29.353Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:05:29.354Z||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-03-31T13:05:29.354Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:05:29.355Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:05:29.356Z||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-03-31T13:05:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:05:38.900Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:05:38.907Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:06:29.353Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:06:29.354Z||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-03-31T13:06:29.354Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:06:29.355Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:06:29.355Z||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-03-31T13:06:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:06:38.898Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:06:38.901Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:07:29.353Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:07:29.354Z||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-03-31T13:07:29.354Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:07:29.355Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:07:29.356Z||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-03-31T13:07:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:07:29.988Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:07:29.989Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:07:29.990Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-31T13:07:29.990Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"95c8fedf-72d9-41d4-9ec7-d47323bb42f3","serviceName":"basic_onboard_WQIUHh","serviceVersion":"1.0","serviceUUID":"50284bec-4a9f-4610-8ae2-e75e9cc3c62c","serviceDescription":"service","serviceInvariantUUID":"4812f470-2c39-4742-a3e8-c595bea4b886","resources":[{"resourceInstanceName":"basic_onboard_WQIUHh 0","resourceName":"basic_onboard_WQIUHh","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e155eb3a-d4e3-497f-a295-c8059a826436","resourceInvariantUUID":"e21b55da-28df-465c-a39e-9b3c298a8513","resourceCustomizationUUID":"bd269d68-ae79-4062-ae6c-f531304cd688","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/vf-license-model.xml","artifactChecksum":"NzRiODNiY2JlYzE3MGRlZmNmYzYzN2MxMGY2YzU0YmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"af5f3b24-caef-4774-89e4-e94c5fcbc235","artifactVersion":"1"},{"artifactName":"basic_onboard_wqiuhh0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/basic_onboard_wqiuhh0_modules.json","artifactChecksum":"YWU3ZmE5NTBmZjkxNmZiNmM3MGU3YjAxMzI5ZTA5MjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fcd6001a-23ac-4b45-b373-481ad61b1bbf","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"849c998d-a347-4b20-b4de-8eafb5fd8ba7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3737c637-e967-4b36-aef1-3d1eb8259c6b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bf28ea5d-7876-4d2a-b958-05e5495c8102","artifactVersion":"2","generatedFromUUID":"849c998d-a347-4b20-b4de-8eafb5fd8ba7"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardWqiuhh-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/artifacts/service-BasicOnboardWqiuhh-template.yml","artifactChecksum":"Y2VkMjZhNGFjZmE5NTg3NmU4MzYxZWYwMWYzMjUyMzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"196c98da-6831-434a-9d36-eb1b4755c5f9","artifactVersion":"1"},{"artifactName":"service-BasicOnboardWqiuhh-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/artifacts/service-BasicOnboardWqiuhh-csar.csar","artifactChecksum":"NGZiZTZjNGJkNThlM2YxZTQzOTA3M2I5MTk5YmE1MmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b11cf616-dbaf-4e45-929c-2a76250d6930","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-31T13:07:29.991Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:29.992Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648732022962,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:07:29.992Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:07:29.992Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:29.992Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
  "consumerID": "aai-ml",
  "timestamp": 1648732023756,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:07:29.992Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:07:29.993Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:29.993Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
  "consumerID": "cds",
  "timestamp": 1648732020370,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:07:29.993Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:07:29.993Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:29.993Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648732015979,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:07:29.993Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:07:29.993Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:29.993Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
  "consumerID": "cds",
  "timestamp": 1648732020370,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/basic_onboard_wqiuhh0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:07:29.993Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:07:29.993Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:07:29.993Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:29.993Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:07:29.993Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648732022962,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/basic_onboard_wqiuhh0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:07:29.994Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:07:29.994Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:29.994Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
  "consumerID": "aai-ml",
  "timestamp": 1648732023756,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/basic_onboard_wqiuhh0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:07:29.994Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:07:29.994Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:29.994Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648732015979,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/basic_onboard_wqiuhh0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:07:29.994Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:07:29.994Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:29.994Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648732025288,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:07:29.994Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:07:29.994Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:29.994Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
  "consumerID": "cds",
  "timestamp": 1648732020370,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:07:29.994Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:07:29.994Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:29.994Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
  "consumerID": "aai-ml",
  "timestamp": 1648732023756,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:07:29.995Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:07:29.995Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:29.995Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648732015979,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:07:29.995Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:07:29.995Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:29.995Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648732022962,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:07:29.995Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:07:29.995Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:29.995Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648732025288,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/basic_onboard_wqiuhh0_modules.json",
  "status": "NOTIFIED"
}
2022-03-31T13:07:29.995Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:07:29.995Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:29.995Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
  "consumerID": "aai-ml",
  "timestamp": 1648732023756,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:07:29.995Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:07:29.995Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:29.996Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
  "consumerID": "cds",
  "timestamp": 1648732020370,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:07:29.996Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:07:29.996Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:29.996Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648732022962,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:07:29.996Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:07:29.996Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:07:29.996Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648732049353,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:07:29.996Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:29.996Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648732015979,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:07:29.996Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:07:29.996Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:29.996Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648732025288,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-31T13:07:29.996Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:07:29.996Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:29.996Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
  "consumerID": "cds",
  "timestamp": 1648732020370,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:07:29.996Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:07:29.996Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:29.996Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648732022962,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:07:29.996Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:07:29.996Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:29.997Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
  "consumerID": "aai-ml",
  "timestamp": 1648732023756,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:07:29.997Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:07:29.997Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:29.997Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648732015979,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:07:29.997Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:07:29.997Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:29.997Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648732025288,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:07:29.997Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:07:29.997Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:29.997Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
  "consumerID": "cds",
  "timestamp": 1648732020370,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/artifacts/service-BasicOnboardWqiuhh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:07:29.997Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:07:29.997Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:29.997Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
  "consumerID": "aai-ml",
  "timestamp": 1648732023756,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/artifacts/service-BasicOnboardWqiuhh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:07:29.997Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:07:29.997Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:29.997Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648732022962,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/artifacts/service-BasicOnboardWqiuhh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:07:29.998Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:07:29.998Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:29.998Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648732015979,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/artifacts/service-BasicOnboardWqiuhh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:07:29.998Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:07:29.998Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:29.998Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648732025288,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-31T13:07:29.998Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:07:29.998Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:29.998Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
  "consumerID": "aai-ml",
  "timestamp": 1648732023756,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/artifacts/service-BasicOnboardWqiuhh-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T13:07:29.998Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:07:29.998Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:29.998Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648732022962,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/artifacts/service-BasicOnboardWqiuhh-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:07:29.998Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:07:29.998Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:29.998Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
  "consumerID": "cds",
  "timestamp": 1648732020370,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/artifacts/service-BasicOnboardWqiuhh-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T13:07:29.998Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:07:29.998Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:29.998Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648732015979,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/artifacts/service-BasicOnboardWqiuhh-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T13:07:29.998Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:07:29.999Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:29.999Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648732025288,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/artifacts/service-BasicOnboardWqiuhh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:07:29.999Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:07:29.999Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:29.999Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
  "consumerID": "cds",
  "timestamp": 1648732031885,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/artifacts/service-BasicOnboardWqiuhh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:07:29.999Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:07:29.999Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:29.999Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
  "consumerID": "aai-ml",
  "timestamp": 1648732031887,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/artifacts/service-BasicOnboardWqiuhh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:07:29.999Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:07:29.999Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:29.999Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648732031887,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/artifacts/service-BasicOnboardWqiuhh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:07:29.999Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:07:29.999Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:29.999Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648732025288,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/artifacts/service-BasicOnboardWqiuhh-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T13:07:29.999Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:07:29.999Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:29.999Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
  "consumerID": "cds",
  "timestamp": 1648732032890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/artifacts/service-BasicOnboardWqiuhh-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-03-31T13:07:30.021Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 95c8fedf-72d9-41d4-9ec7-d47323bb42f3
2022-03-31T13:07:30.021Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95c8fedf-72d9-41d4-9ec7-d47323bb42f3 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-03-31T13:07:30.032Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:30.032Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648732033067,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/basic_onboard_wqiuhh0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:07:30.032Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:07:30.032Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:30.032Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648732034115,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:07:30.032Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:07:30.033Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:30.033Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648732034640,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/artifacts/service-BasicOnboardWqiuhh-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T13:07:30.033Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:07:30.033Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:30.033Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648732035165,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:07:30.033Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:07:30.033Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:30.033Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648732035644,
  "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-03-31T13:07:30.040Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 95c8fedf-72d9-41d4-9ec7-d47323bb42f3
2022-03-31T13:07:30.040Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95c8fedf-72d9-41d4-9ec7-d47323bb42f3 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-03-31T13:07:30.051Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:30.051Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648732036195,
  "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-03-31T13:07:30.060Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 95c8fedf-72d9-41d4-9ec7-d47323bb42f3
2022-03-31T13:07:30.060Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95c8fedf-72d9-41d4-9ec7-d47323bb42f3 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-03-31T13:07:30.071Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:30.071Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648732037198,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/basic_onboard_wqiuhh0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-31T13:07:30.072Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:07:30.072Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:30.072Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
  "consumerID": "aai-ml",
  "timestamp": 1648732037899,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/artifacts/service-BasicOnboardWqiuhh-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T13:07:30.072Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:07:30.072Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:30.072Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
  "consumerID": "aai-ml",
  "timestamp": 1648732038903,
  "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-03-31T13:07:30.078Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 95c8fedf-72d9-41d4-9ec7-d47323bb42f3
2022-03-31T13:07:30.079Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95c8fedf-72d9-41d4-9ec7-d47323bb42f3 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-03-31T13:07:30.096Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:07:30.097Z||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-03-31T13:07:30.097Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:07:30.121Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:07:30.122Z||pool-19-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-03-31T13:07:30.996Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:07:30.997Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:07:30.999Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:07:30.999Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648732049353,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/basic_onboard_wqiuhh0_modules.json",
  "status": "NOTIFIED"
}
2022-03-31T13:07:31.099Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:07:31.100Z||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-03-31T13:07:31.100Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:07:31.112Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:07:31.113Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:07:32.000Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:07:32.000Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:07:32.002Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:07:32.002Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648732049353,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-31T13:07:32.103Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:07:32.103Z||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-03-31T13:07:32.103Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:07:32.116Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:07:32.116Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:07:33.003Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:07:33.004Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:07:33.006Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:07:33.006Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648732049353,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:07:33.106Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:07:33.107Z||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-03-31T13:07:33.107Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:07:33.120Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:07:33.121Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:07:34.007Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:07:34.007Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:07:34.009Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:07:34.009Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648732049353,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-31T13:07:34.110Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:07:34.110Z||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-03-31T13:07:34.111Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:07:34.123Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:07:34.123Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:07:35.010Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:07:35.011Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:07:35.013Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:07:35.013Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648732049353,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/artifacts/service-BasicOnboardWqiuhh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:07:35.113Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:07:35.114Z||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-03-31T13:07:35.115Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:07:35.127Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:07:35.128Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:07:36.014Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:07:36.014Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:07:36.017Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:07:36.017Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648732049353,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/artifacts/service-BasicOnboardWqiuhh-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T13:07:36.117Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:07:36.118Z||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-03-31T13:07:36.118Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:07:36.131Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:07:36.131Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:07:37.019Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
  "serviceName": "basic_onboard_WQIUHh",
  "serviceVersion": "1.0",
  "serviceUUID": "50284bec-4a9f-4610-8ae2-e75e9cc3c62c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "4812f470-2c39-4742-a3e8-c595bea4b886",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_WQIUHh 0",
      "resourceCustomizationUUID": "bd269d68-ae79-4062-ae6c-f531304cd688",
      "resourceName": "basic_onboard_WQIUHh",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e155eb3a-d4e3-497f-a295-c8059a826436",
      "resourceInvariantUUID": "e21b55da-28df-465c-a39e-9b3c298a8513",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_wqiuhh0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/basic_onboard_wqiuhh0_modules.json",
          "artifactChecksum": "YWU3ZmE5NTBmZjkxNmZiNmM3MGU3YjAxMzI5ZTA5MjU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "fcd6001a-23ac-4b45-b373-481ad61b1bbf",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "849c998d-a347-4b20-b4de-8eafb5fd8ba7",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "bf28ea5d-7876-4d2a-b958-05e5495c8102",
            "generatedFromUUID": "849c998d-a347-4b20-b4de-8eafb5fd8ba7"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "bf28ea5d-7876-4d2a-b958-05e5495c8102",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardWqiuhh-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/artifacts/service-BasicOnboardWqiuhh-csar.csar",
      "artifactChecksum": "NGZiZTZjNGJkNThlM2YxZTQzOTA3M2I5MTk5YmE1MmE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b11cf616-dbaf-4e45-929c-2a76250d6930"
    }
  ],
  "workloadContext": "Production"
}
2022-03-31T13:07:37.019Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-31T13:07:37.019Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 50284bec-4a9f-4610-8ae2-e75e9cc3c62c ASDC
2022-03-31T13:07:37.020Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:95c8fedf-72d9-41d4-9ec7-d47323bb42f3
ServiceName:basic_onboard_WQIUHh
ServiceVersion:1.0
ServiceUUID:50284bec-4a9f-4610-8ae2-e75e9cc3c62c
ServiceInvariantUUID:4812f470-2c39-4742-a3e8-c595bea4b886
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardWqiuhh-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/artifacts/service-BasicOnboardWqiuhh-csar.csar
ArtifactUUID:b11cf616-dbaf-4e45-929c-2a76250d6930
ArtifactChecksum:NGZiZTZjNGJkNThlM2YxZTQzOTA3M2I5MTk5YmE1MmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_WQIUHh 0
ResourceCustomizationUUID:bd269d68-ae79-4062-ae6c-f531304cd688
ResourceInvariantUUID:e21b55da-28df-465c-a39e-9b3c298a8513
ResourceName:basic_onboard_WQIUHh
ResourceType:VF
ResourceUUID:e155eb3a-d4e3-497f-a295-c8059a826436
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_wqiuhh0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/basic_onboard_wqiuhh0_modules.json
ArtifactUUID:fcd6001a-23ac-4b45-b373-481ad61b1bbf
ArtifactChecksum:YWU3ZmE5NTBmZjkxNmZiNmM3MGU3YjAxMzI5ZTA5MjU=
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/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.yaml
ArtifactUUID:849c998d-a347-4b20-b4de-8eafb5fd8ba7
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/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.env
ArtifactUUID:bf28ea5d-7876-4d2a-b958-05e5495c8102
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/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.env
ArtifactUUID:bf28ea5d-7876-4d2a-b958-05e5495c8102
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-31T13:07:37.020Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 50284bec-4a9f-4610-8ae2-e75e9cc3c62c 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-03-31T13:07:37.060Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-31T13:07:37.061Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-31T13:07:37.061Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-31T13:07:37.061Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b11cf616-dbaf-4e45-929c-2a76250d6930 from URL: /sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/artifacts/service-BasicOnboardWqiuhh-csar.csar
2022-03-31T13:07:37.061Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-31T13:07:37.061Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/artifacts/service-BasicOnboardWqiuhh-csar.csar
2022-03-31T13:07:37.128Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-31T13:07:37.130Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/artifacts/service-BasicOnboardWqiuhh-csar.csar b11cf616-dbaf-4e45-929c-2a76250d6930 71578
2022-03-31T13:07:37.131Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/artifacts/service-BasicOnboardWqiuhh-csar.csar ASDC sendASDCNotification
2022-03-31T13:07:37.131Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/artifacts/service-BasicOnboardWqiuhh-csar.csar
2022-03-31T13:07:37.131Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T13:07:37.131Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:07:37.133Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:07:37.133Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648732057131,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/artifacts/service-BasicOnboardWqiuhh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:07:37.233Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:07:37.234Z||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-03-31T13:07:37.235Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:07:37.247Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:07:37.247Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:07:38.133Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-31T13:07:38.134Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-31T13:07:38.135Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: b11cf616-dbaf-4e45-929c-2a76250d6930, URL: /sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/artifacts/service-BasicOnboardWqiuhh-csar.csar to file: /app/ASDC/1/service-BasicOnboardWqiuhh-csar.csar
2022-03-31T13:07:38.135Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardWqiuhh-csar.csar
2022-03-31T13:07:38.136Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardWqiuhh-csar.csar
2022-03-31T13:07:38.136Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardWqiuhh-csar.csar
2022-03-31T13:07:38.274Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6611037700267570299/Definitions/service-BasicOnboardWqiuhh-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-03-31T13:07:39.479Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-31T13:07:39.480Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-31T13:07:39.545Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardWqiuhh-csar.csar
2022-03-31T13:07:39.545Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-31T13:07:39.545Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||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-BasicOnboardWqiuhh-csar.csar
2022-03-31T13:07:39.545Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||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-BasicOnboardWqiuhh-csar.csar
2022-03-31T13:07:39.545Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||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-BasicOnboardWqiuhh-csar.csar
2022-03-31T13:07:39.545Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||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-BasicOnboardWqiuhh-csar.csar
2022-03-31T13:07:39.545Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardWqiuhh-csar.csar
2022-03-31T13:07:39.546Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardWqiuhh-csar.csar
2022-03-31T13:07:39.546Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||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-BasicOnboardWqiuhh-csar.csar
2022-03-31T13:07:39.546Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||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-BasicOnboardWqiuhh-csar.csar
2022-03-31T13:07:39.546Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_WQIUHh 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-BasicOnboardWqiuhh-csar.csar
2022-03-31T13:07:39.546Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-31T13:07:39.546Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:07:39.546Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WQIUHh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:07:39.546Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_WQIUHh 0 is matching search criteria
2022-03-31T13:07:39.546Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-31T13:07:39.547Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_WQIUHh 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-31T13:07:39.547Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:07:39.547Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WQIUHh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:07:39.547Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_WQIUHh 0 is matching search criteria
2022-03-31T13:07:39.547Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-31T13:07:39.547Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_WQIUHh 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-31T13:07:39.547Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:07:39.547Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WQIUHh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:07:39.548Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:07:39.548Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_WQIUHh 0 is not matching search criteria
2022-03-31T13:07:39.548Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-31T13:07:39.548Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-31T13:07:39.548Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-31T13:07:39.548Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-31T13:07:39.548Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-31T13:07:39.548Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:07:39.548Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WQIUHh is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-31T13:07:39.548Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:07:39.549Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_WQIUHh 0 is matching search criteria
2022-03-31T13:07:39.549Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_WQIUHh 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T13:07:39.549Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:07:39.549Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_WQIUHh 0 is matching search criteria
2022-03-31T13:07:39.549Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_WQIUHh 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T13:07:39.549Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:07:39.550Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_WQIUHh 0 is matching search criteria
2022-03-31T13:07:39.550Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_WQIUHh 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T13:07:39.550Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:07:39.550Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_WQIUHh 0 is not matching search criteria
2022-03-31T13:07:39.550Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-31T13:07:39.550Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-31T13:07:39.550Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=656befe5-261d-497d-abc3-311680e5fd69
2022-03-31T13:07:39.550Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:07:39.551Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WQIUHh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:07:39.551Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:07:39.551Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WQIUHh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:07:39.551Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:07:39.551Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WQIUHh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:07:39.551Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:07:39.551Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WQIUHh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:07:39.551Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_WQIUHh
Description:service
Model UUID:50284bec-4a9f-4610-8ae2-e75e9cc3c62c
Model Version:NULL
Model InvariantUuid:4812f470-2c39-4742-a3e8-c595bea4b886
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_WQIUHh
Model UUID:6579b3cb-ccc2-4fe0-9fc2-dec1ddd21ec4
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e21b55da-28df-465c-a39e-9b3c298a8513
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:bd269d68-ae79-4062-ae6c-f531304cd688
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:8bb97eb3-bb49-46ee-8541-2e5e607f1f41
ModelName:BasicOnboardWqiuhh..base_ubuntu18..module-0
ModelUuid:b84d42de-5852-4224-9959-3ede4bd466ca
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:656befe5-261d-497d-abc3-311680e5fd69
ModelInvariantUuid:3848bc17-0bea-4117-9de3-1c3ab4b0b220
ModelName:basic_onboard_WQIUHh-nodes.ubuntu18Cvfc
ModelUuid:c5839448-fbe5-4b38-aeb6-ee0e61710852
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:73cb8078-3883-46f9-b972-d0daf783ce25
ModelInvariantUuid:86b14de2-3152-469c-8d8a-35fb56c500d9
ModelName:BasicOnboardWqiuhh.compute.nodes.heat.ubuntu18
ModelUuid:86a0ebd3-e3c1-46ef-8bcf-076740dfc835
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-03-31T13:07:39.561Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: e155eb3a-d4e3-497f-a295-c8059a826436
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-03-31T13:07:39.564Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||basic_onboard_WQIUHh 0
2022-03-31T13:07:39.565Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e155eb3a-d4e3-497f-a295-c8059a826436
2022-03-31T13:07:39.565Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: fcd6001a-23ac-4b45-b373-481ad61b1bbf from URL: /sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/basic_onboard_wqiuhh0_modules.json
2022-03-31T13:07:39.565Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-31T13:07:39.566Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/basic_onboard_wqiuhh0_modules.json
2022-03-31T13:07:39.615Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-31T13:07:39.615Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/basic_onboard_wqiuhh0_modules.json fcd6001a-23ac-4b45-b373-481ad61b1bbf 798
2022-03-31T13:07:39.615Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/basic_onboard_wqiuhh0_modules.json ASDC sendASDCNotification
2022-03-31T13:07:39.615Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/basic_onboard_wqiuhh0_modules.json
2022-03-31T13:07:39.615Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T13:07:39.616Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:07:39.617Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:07:39.617Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648732059615,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/basic_onboard_wqiuhh0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:07:39.717Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:07:39.718Z||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-03-31T13:07:39.718Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:07:39.731Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:07:39.732Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:07:40.618Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardWqiuhh..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "8bb97eb3-bb49-46ee-8541-2e5e607f1f41",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b84d42de-5852-4224-9959-3ede4bd466ca",
    "vfModuleModelCustomizationUUID": "eb002cc7-1539-471a-827a-43867367d7af",
    "isBase": true,
    "artifacts": [
      "849c998d-a347-4b20-b4de-8eafb5fd8ba7",
      "bf28ea5d-7876-4d2a-b958-05e5495c8102"
    ],
    "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-03-31T13:07:40.623Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardWqiuhh..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b84d42de-5852-4224-9959-3ede4bd466ca
VfModuleModelInvariantUUID:8bb97eb3-bb49-46ee-8541-2e5e607f1f41
VfModuleModelDescription:NULL
Artifacts UUID List:{
849c998d-a347-4b20-b4de-8eafb5fd8ba7
,
bf28ea5d-7876-4d2a-b958-05e5495c8102

}
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-03-31T13:07:40.626Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardWqiuhh..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "8bb97eb3-bb49-46ee-8541-2e5e607f1f41",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b84d42de-5852-4224-9959-3ede4bd466ca",
    "vfModuleModelCustomizationUUID": "eb002cc7-1539-471a-827a-43867367d7af",
    "isBase": true,
    "artifacts": [
      "849c998d-a347-4b20-b4de-8eafb5fd8ba7",
      "bf28ea5d-7876-4d2a-b958-05e5495c8102"
    ],
    "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-03-31T13:07:40.626Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardWqiuhh..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b84d42de-5852-4224-9959-3ede4bd466ca
VfModuleModelInvariantUUID:8bb97eb3-bb49-46ee-8541-2e5e607f1f41
VfModuleModelDescription:NULL
Artifacts UUID List:{
849c998d-a347-4b20-b4de-8eafb5fd8ba7
,
bf28ea5d-7876-4d2a-b958-05e5495c8102

}
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-03-31T13:07:40.626Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 849c998d-a347-4b20-b4de-8eafb5fd8ba7 from URL: /sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.yaml
2022-03-31T13:07:40.627Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-31T13:07:40.627Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.yaml
2022-03-31T13:07:40.675Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-31T13:07:40.676Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.yaml 849c998d-a347-4b20-b4de-8eafb5fd8ba7 5033
2022-03-31T13:07:40.676Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-31T13:07:40.676Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.yaml
2022-03-31T13:07:40.676Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T13:07:40.676Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:07:40.678Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:07:40.678Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648732060676,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:07:40.778Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:07:40.780Z||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-03-31T13:07:40.780Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:07:40.791Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:07:40.792Z||pool-28-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:07:41.680Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: bf28ea5d-7876-4d2a-b958-05e5495c8102 from URL: /sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.env
2022-03-31T13:07:41.680Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-31T13:07:41.680Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.env
2022-03-31T13:07:41.725Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-31T13:07:41.725Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.env bf28ea5d-7876-4d2a-b958-05e5495c8102 909
2022-03-31T13:07:41.725Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-31T13:07:41.726Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.env
2022-03-31T13:07:41.726Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T13:07:41.726Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:07:41.727Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:07:41.728Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648732061725,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:07:41.828Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:07:41.828Z||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-03-31T13:07:41.829Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:07:41.841Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:07:41.841Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:07:42.728Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 50284bec-4a9f-4610-8ae2-e75e9cc3c62c
2022-03-31T13:07:42.729Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_WQIUHh 0 e155eb3a-d4e3-497f-a295-c8059a826436 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-03-31T13:07:42.745Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@50c1e3f7, org.onap.sdc.toscaparser.api.parameters.Input@4c2eb62a, org.onap.sdc.toscaparser.api.parameters.Input@3258470a, org.onap.sdc.toscaparser.api.parameters.Input@3677ee9d, org.onap.sdc.toscaparser.api.parameters.Input@69766dff]
2022-03-31T13:07:42.747Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:07:42.747Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WQIUHh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:07:42.747Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-03-31T13:07:42.747Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= bd269d68-ae79-4062-ae6c-f531304cd688
2022-03-31T13:07:42.748Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bd269d68-ae79-4062-ae6c-f531304cd688 matches Tosca VF Customization UUID: bd269d68-ae79-4062-ae6c-f531304cd688
2022-03-31T13:07:42.748Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: bd269d68-ae79-4062-ae6c-f531304cd688  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-03-31T13:07:42.751Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:07:42.751Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WQIUHh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:07:42.752Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id bd269d68-ae79-4062-ae6c-f531304cd688: {\"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-03-31T13:07:42.752Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@29ca6589
2022-03-31T13:07:42.752Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:07:42.753Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WQIUHh is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-31T13:07:42.753Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : eb002cc7-1539-471a-827a-43867367d7af
2022-03-31T13:07:42.753Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID eb002cc7-1539-471a-827a-43867367d7af
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-03-31T13:07:42.757Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:07:42.757Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_WQIUHh 0 is matching search criteria
2022-03-31T13:07:42.757Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_WQIUHh 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T13:07:42.757Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:07:42.757Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_WQIUHh 0 is matching search criteria
2022-03-31T13:07:42.758Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_WQIUHh 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T13:07:42.758Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:07:42.758Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_WQIUHh 0 is not matching search criteria
2022-03-31T13:07:42.758Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-31T13:07:42.758Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-31T13:07:42.758Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=656befe5-261d-497d-abc3-311680e5fd69
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-03-31T13:07:42.760Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:07:42.760Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_WQIUHh 0 is matching search criteria
2022-03-31T13:07:42.760Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_WQIUHh 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T13:07:42.760Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:07:42.760Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_WQIUHh 0 is matching search criteria
2022-03-31T13:07:42.760Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_WQIUHh 0] matching following query criteria: sdcType=VF, customizationUUID=bd269d68-ae79-4062-ae6c-f531304cd688
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-03-31T13:07:42.762Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:07:42.762Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WQIUHh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:07:42.762Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 50284bec-4a9f-4610-8ae2-e75e9cc3c62c: basic_onboard_WQIUHh
2022-03-31T13:07:42.762Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:07:42.762Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WQIUHh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:07:42.762Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:07:42.763Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WQIUHh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:07:42.763Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:07:42.763Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WQIUHh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:07:42.763Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:07:42.763Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WQIUHh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:07:42.763Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:07:42.763Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WQIUHh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:07:42.763Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_WQIUHh 
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-03-31T13:07:42.853Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_WQIUHh e155eb3a-d4e3-497f-a295-c8059a826436 1 ASDC deployResourceStructure
2022-03-31T13:07:42.853Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/basic_onboard_wqiuhh0_modules.json ASDC sendASDCNotification
2022-03-31T13:07:42.853Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/basic_onboard_wqiuhh0_modules.json
2022-03-31T13:07:42.854Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T13:07:42.854Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:07:42.856Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:07:42.856Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648732062853,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/basic_onboard_wqiuhh0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-31T13:07:42.957Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:07:42.958Z||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-03-31T13:07:42.958Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:07:42.971Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:07:42.971Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-31T13:07:43.857Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-31T13:07:43.858Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.yaml
2022-03-31T13:07:43.858Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T13:07:43.859Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:07:43.862Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:07:43.862Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648732063857,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-31T13:07:43.962Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:07:43.963Z||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-03-31T13:07:43.963Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:07:43.975Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:07:43.976Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:07:44.862Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-31T13:07:44.863Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.env
2022-03-31T13:07:44.863Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T13:07:44.863Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:07:44.865Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:07:44.866Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648732064862,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-31T13:07:44.966Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:07:44.966Z||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-03-31T13:07:44.967Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:07:44.979Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:07:44.980Z||pool-32-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:07:45.866Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/artifacts/service-BasicOnboardWqiuhh-csar.csar ASDC sendASDCNotification
2022-03-31T13:07:45.867Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/artifacts/service-BasicOnboardWqiuhh-csar.csar
2022-03-31T13:07:45.867Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T13:07:45.867Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:07:45.870Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:07:45.870Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648732065866,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/artifacts/service-BasicOnboardWqiuhh-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T13:07:45.971Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:07:45.971Z||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-03-31T13:07:45.972Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:07:45.985Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:07:45.985Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-31T13:07:46.871Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 95c8fedf-72d9-41d4-9ec7-d47323bb42f3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-31T13:07:46.887Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 95c8fedf-72d9-41d4-9ec7-d47323bb42f3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T13:07:46.890Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T13:07:46.890Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-31T13:07:46.891Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-31T13:07:46.891Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-31T13:07:46.891Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T13:07:46.891Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T13:07:46.891Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T13:07:46.891Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T13:07:46.891Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T13:07:46.891Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||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-03-31T13:07:46.897Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-31T13:08:16.898Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 95c8fedf-72d9-41d4-9ec7-d47323bb42f3 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-03-31T13:08:16.906Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 95c8fedf-72d9-41d4-9ec7-d47323bb42f3 and serviceModelVersionId: 50284bec-4a9f-4610-8ae2-e75e9cc3c62c
2022-03-31T13:08:16.906Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4812f470-2c39-4742-a3e8-c595bea4b886
2022-03-31T13:08:16.907Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4812f470-2c39-4742-a3e8-c595bea4b886/model-vers/model-ver/50284bec-4a9f-4610-8ae2-e75e9cc3c62c?depth=0
2022-03-31T13:08:16.928Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-03-31T13:08:16.978Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4812f470-2c39-4742-a3e8-c595bea4b886/model-vers/model-ver/50284bec-4a9f-4610-8ae2-e75e9cc3c62c?depth=0|INFO|500||Invoke
2022-03-31T13:08:16.979Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4812f470-2c39-4742-a3e8-c595bea4b886/model-vers/model-ver/50284bec-4a9f-4610-8ae2-e75e9cc3c62c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4812f470-2c39-4742-a3e8-c595bea4b886/model-vers/model-ver/50284bec-4a9f-4610-8ae2-e75e9cc3c62c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[95c8fedf-72d9-41d4-9ec7-d47323bb42f3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b83e0b5c-5446-4761-a406-d09f8913f7b6], X-ECOMP-RequestID=[95c8fedf-72d9-41d4-9ec7-d47323bb42f3], X-TransactionId=[], X-ONAP-RequestID=[95c8fedf-72d9-41d4-9ec7-d47323bb42f3], Content-Type=[application/merge-patch+json]}
2022-03-31T13:08:17.002Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4812f470-2c39-4742-a3e8-c595bea4b886/model-vers/model-ver/50284bec-4a9f-4610-8ae2-e75e9cc3c62c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-31T13:08:17.085Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4812f470-2c39-4742-a3e8-c595bea4b886/model-vers/model-ver/50284bec-4a9f-4610-8ae2-e75e9cc3c62c?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/4812f470-2c39-4742-a3e8-c595bea4b886/model-vers/model-ver/50284bec-4a9f-4610-8ae2-e75e9cc3c62c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220331-13:08:17:011-28226], vertex-id=[188592], Content-Length=[0], Date=[Thu, 31 Mar 2022 13:08:17 GMT], Content-Type=[application/json]}
2022-03-31T13:08:17.086Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4812f470-2c39-4742-a3e8-c595bea4b886/model-vers/model-ver/50284bec-4a9f-4610-8ae2-e75e9cc3c62c?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-31T13:08:17.086Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4812f470-2c39-4742-a3e8-c595bea4b886/model-vers/model-ver/50284bec-4a9f-4610-8ae2-e75e9cc3c62c?depth=0|INFO|500||InvokeReturn
2022-03-31T13:08:17.087Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-31T13:08:17.087Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||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-03-31T13:08:17.094Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||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-03-31T13:08:17.094Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 95c8fedf-72d9-41d4-9ec7-d47323bb42f3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-31T13:08:17.095Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-31T13:08:17.095Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:08:17.096Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:08:17.096Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648732097094,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-31T13:08:17.197Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-31T13:08:17.198Z||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-03-31T13:08:17.198Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:08:17.212Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:08:17.212Z||pool-34-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-03-31T13:08:29.353Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:08:29.354Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|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-03-31T13:08:29.354Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:08:29.355Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:08:29.355Z||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-03-31T13:08:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:08:29.478Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:08:29.479Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:08:29.479Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648732049353,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:08:29.479Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:08:38.900Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:09:29.353Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:09:29.354Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|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-03-31T13:09:29.354Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:09:29.355Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:09:29.356Z||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-03-31T13:09:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:09:29.883Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:09:29.884Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:09:29.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648732049353,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/basic_onboard_wqiuhh0_modules.json",
  "status": "NOTIFIED"
}
2022-03-31T13:09:29.885Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:09:29.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:09:29.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648732049353,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-31T13:09:29.885Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:09:29.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:09:29.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648732049353,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:09:29.886Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:09:29.886Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:09:29.886Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648732049353,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-31T13:09:29.886Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:09:29.886Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:09:29.887Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648732049353,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/artifacts/service-BasicOnboardWqiuhh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:09:29.887Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:09:29.887Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:09:29.890Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648732049353,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/artifacts/service-BasicOnboardWqiuhh-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T13:09:29.890Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:09:29.890Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:09:29.890Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648732057131,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/artifacts/service-BasicOnboardWqiuhh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:09:29.890Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:09:29.890Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:09:29.891Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648732059615,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/basic_onboard_wqiuhh0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:09:29.891Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:09:29.891Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:09:29.891Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648732060676,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:09:29.891Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:09:29.891Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:09:29.892Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648732061725,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:09:29.892Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:09:29.892Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:09:29.892Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648732062853,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/basic_onboard_wqiuhh0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-31T13:09:29.892Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:09:29.892Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:09:29.893Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648732063857,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-31T13:09:29.893Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:09:29.893Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:09:29.893Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648732064862,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-31T13:09:29.893Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:09:29.893Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:09:29.894Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648732065866,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/artifacts/service-BasicOnboardWqiuhh-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T13:09:29.894Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:09:29.894Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:09:29.894Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648732097094,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-31T13:09:29.894Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:09:38.906Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:10:29.353Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:10:29.354Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|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-03-31T13:10:29.354Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:10:29.355Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:10:29.356Z||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-03-31T13:10:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:10:38.911Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:10:38.911Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:11:29.353Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:11:29.354Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|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-03-31T13:11:29.354Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:11:29.355Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:11:29.356Z||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-03-31T13:11:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:11:38.901Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:11:38.902Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:12:29.353Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:12:29.354Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|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-03-31T13:12:29.354Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:12:29.355Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:12:29.356Z||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-03-31T13:12:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:12:38.903Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:12:38.903Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:13:29.353Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:13:29.354Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|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-03-31T13:13:29.354Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:13:29.355Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:13:29.356Z||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-03-31T13:13:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:13:38.899Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:13:38.899Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:14:29.353Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:14:29.354Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|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-03-31T13:14:29.354Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:14:29.355Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:14:29.356Z||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-03-31T13:14:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:14:38.902Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:14:38.902Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:15:29.353Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:15:29.354Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|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-03-31T13:15:29.354Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:15:29.355Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:15:29.356Z||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-03-31T13:15:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:15:38.901Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:15:38.902Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:16:29.353Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:16:29.354Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|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-03-31T13:16:29.354Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:16:29.355Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:16:29.356Z||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-03-31T13:16:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:16:38.900Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:16:38.900Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:17:29.353Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:17:29.354Z||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-03-31T13:17:29.354Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:17:29.355Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:17:29.356Z||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-03-31T13:17:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:17:38.901Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:17:38.904Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:18:29.354Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:18:29.355Z||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-03-31T13:18:29.355Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:18:29.355Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:18:29.356Z||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-03-31T13:18:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:18:38.902Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:18:38.903Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:19:29.354Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:19:29.355Z||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-03-31T13:19:29.356Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:19:29.357Z||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-03-31T13:19:29.355Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:19:29.357Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:19:38.903Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:19:38.906Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:20:29.354Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:20:29.355Z||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-03-31T13:20:29.355Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:20:29.355Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:20:29.355Z||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-03-31T13:20:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:20:29.751Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:20:29.752Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:20:29.753Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648732822962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:20:29.754Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:20:29.754Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:20:29.754Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
  "consumerID": "cds",
  "timestamp": 1648732815370,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:20:29.754Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:20:29.754Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:20:29.754Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648732825288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:20:29.754Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:20:29.755Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:20:29.755Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648732822962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:20:29.755Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:20:29.755Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:20:29.755Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
  "consumerID": "cds",
  "timestamp": 1648732815370,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:20:29.755Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:20:29.755Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:20:29.755Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648732825979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:20:29.755Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:20:29.755Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:20:29.755Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648732825288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:20:29.755Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:20:29.755Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:20:29.755Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648732822962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:20:29.755Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:20:29.755Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:20:29.755Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
  "consumerID": "cds",
  "timestamp": 1648732815370,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:20:29.755Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:20:29.755Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:20:29.756Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648732825979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:20:29.756Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:20:29.756Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:20:29.756Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648732825288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:20:29.756Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:20:29.756Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:20:29.756Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648732822962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:20:29.756Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:20:29.756Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:20:29.756Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
  "consumerID": "cds",
  "timestamp": 1648732815370,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:20:29.756Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:20:29.756Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:20:29.756Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648732825979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:20:29.757Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:20:29.757Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:20:29.757Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648732825288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:20:29.757Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:20:29.757Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:20:29.757Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648732822962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:20:29.757Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:20:29.757Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:20:29.757Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
  "consumerID": "cds",
  "timestamp": 1648732815370,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:20:29.757Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:20:29.987Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:20:29.988Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T13:20:29.989Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"7bd483be-66d4-4d69-80e5-e798f5bd7bcd","serviceName":"Demo_pNF_9p8fjRUIPIIFcb5wzs68","serviceVersion":"1.0","serviceUUID":"7d6ca28e-86ef-430c-919d-6ff7182fd266","serviceDescription":"catalog service description","serviceInvariantUUID":"083f4770-e8ff-4d38-8d5b-25dc342170ae","resources":[{"resourceInstanceName":"pNF 60299c41-bece 0","resourceName":"pNF 60299c41-bece","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"edd35a62-172b-4fbc-8727-b225cea0d00a","resourceInvariantUUID":"10a4fa68-ca6b-490d-925a-d5654ade836c","resourceCustomizationUUID":"bbd7a5a2-d5ff-47d3-ba7b-2c56a7f5ce14","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/vf-license-model.xml","artifactChecksum":"MmEwYjA0M2QwNjk3ZGUwMDI2YTI1NWUwMjU4NmRkYjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"eb21b85d-bb95-4224-bf81-89e5dcafe08f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/pNF.csar","artifactChecksum":"MzU4ZTNiYzFjZmFlNjIzMmRlZWE0MTU1OTY5OGYxYmQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c20937f5-d8df-4bcf-8de7-d943e67fdfb4","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"815dcab1-4384-4fb2-bf68-a27cdfe5f1fa","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/vendor-license-model.xml","artifactChecksum":"MjhjYWRmZjM1MmZiMDA0NDIxYzllYTkxMDI0NjhjZGE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8c12f358-0773-4ee4-8884-deb6a1272f80","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"de9daf58-035d-45b7-9c12-3fd99ec81d1c","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e99f21d2-0753-4e2a-ac63-226234c7425d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf9p8fjruipiifcb5wzs68-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/artifacts/service-DemoPnf9p8fjruipiifcb5wzs68-template.yml","artifactChecksum":"ODZiYTM0NGEzNzU3MWZiY2I2ZDFhMzFkYWQ1ZmYzM2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6d03a4f9-a377-4f6f-b199-d95f3639cf12","artifactVersion":"1"},{"artifactName":"service-DemoPnf9p8fjruipiifcb5wzs68-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/artifacts/service-DemoPnf9p8fjruipiifcb5wzs68-csar.csar","artifactChecksum":"M2MzOThhY2QxZDE0MzhiOTAwMzZkNDFkMTlmY2FmY2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7ed57f24-e98b-42d2-9c01-978a5656cc36","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-31T13:20:29.991Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:20:29.992Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:20:29.995Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:20:29.995Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648732829353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:20:30.095Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:20:30.096Z||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-03-31T13:20:30.096Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:20:30.111Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:20:30.111Z||pool-35-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:20:30.995Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:20:30.996Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:20:30.998Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:20:30.999Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648732829353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:20:31.099Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:20:31.100Z||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-03-31T13:20:31.100Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:20:31.112Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:20:31.112Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:20:31.999Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:20:32.000Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:20:32.003Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:20:32.003Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648732829353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:20:32.103Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:20:32.105Z||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-03-31T13:20:32.105Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:20:32.116Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:20:32.116Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:20:33.003Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:20:33.005Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:20:33.007Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:20:33.007Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648732829353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:20:33.107Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:20:33.108Z||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-03-31T13:20:33.108Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:20:33.120Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:20:33.121Z||pool-38-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:20:34.008Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:20:34.009Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:20:34.011Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:20:34.011Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648732829353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:20:34.111Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:20:34.112Z||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-03-31T13:20:34.112Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:20:34.124Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:20:34.124Z||pool-39-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:20:35.012Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:20:35.013Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:20:35.015Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:20:35.015Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648732829353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:20:35.116Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:20:35.117Z||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-03-31T13:20:35.117Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:20:35.128Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:20:35.129Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:20:36.016Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:20:36.017Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:20:36.020Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:20:36.020Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648732829353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/artifacts/service-DemoPnf9p8fjruipiifcb5wzs68-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:20:36.120Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:20:36.121Z||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-03-31T13:20:36.121Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:20:36.132Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:20:36.133Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:20:37.021Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:20:37.022Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:20:37.024Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:20:37.024Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648732829353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/artifacts/service-DemoPnf9p8fjruipiifcb5wzs68-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T13:20:37.124Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:20:37.125Z||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-03-31T13:20:37.125Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:20:37.135Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:20:37.136Z||pool-42-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:20:38.026Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
  "serviceName": "Demo_pNF_9p8fjRUIPIIFcb5wzs68",
  "serviceVersion": "1.0",
  "serviceUUID": "7d6ca28e-86ef-430c-919d-6ff7182fd266",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "083f4770-e8ff-4d38-8d5b-25dc342170ae",
  "resources": [
    {
      "resourceInstanceName": "pNF 60299c41-bece 0",
      "resourceCustomizationUUID": "bbd7a5a2-d5ff-47d3-ba7b-2c56a7f5ce14",
      "resourceName": "pNF 60299c41-bece",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "edd35a62-172b-4fbc-8727-b225cea0d00a",
      "resourceInvariantUUID": "10a4fa68-ca6b-490d-925a-d5654ade836c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf9p8fjruipiifcb5wzs68-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/artifacts/service-DemoPnf9p8fjruipiifcb5wzs68-csar.csar",
      "artifactChecksum": "M2MzOThhY2QxZDE0MzhiOTAwMzZkNDFkMTlmY2FmY2Q\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7ed57f24-e98b-42d2-9c01-978a5656cc36"
    }
  ],
  "workloadContext": "Production"
}
2022-03-31T13:20:38.026Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-31T13:20:38.026Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7d6ca28e-86ef-430c-919d-6ff7182fd266 ASDC
2022-03-31T13:20:38.027Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:7bd483be-66d4-4d69-80e5-e798f5bd7bcd
ServiceName:Demo_pNF_9p8fjRUIPIIFcb5wzs68
ServiceVersion:1.0
ServiceUUID:7d6ca28e-86ef-430c-919d-6ff7182fd266
ServiceInvariantUUID:083f4770-e8ff-4d38-8d5b-25dc342170ae
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf9p8fjruipiifcb5wzs68-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/artifacts/service-DemoPnf9p8fjruipiifcb5wzs68-csar.csar
ArtifactUUID:7ed57f24-e98b-42d2-9c01-978a5656cc36
ArtifactChecksum:M2MzOThhY2QxZDE0MzhiOTAwMzZkNDFkMTlmY2FmY2Q=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 60299c41-bece 0
ResourceCustomizationUUID:bbd7a5a2-d5ff-47d3-ba7b-2c56a7f5ce14
ResourceInvariantUUID:10a4fa68-ca6b-490d-925a-d5654ade836c
ResourceName:pNF 60299c41-bece
ResourceType:PNF
ResourceUUID:edd35a62-172b-4fbc-8727-b225cea0d00a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-31T13:20:38.027Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7d6ca28e-86ef-430c-919d-6ff7182fd266 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-03-31T13:20:38.059Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-31T13:20:38.060Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-31T13:20:38.060Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-31T13:20:38.060Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7ed57f24-e98b-42d2-9c01-978a5656cc36 from URL: /sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/artifacts/service-DemoPnf9p8fjruipiifcb5wzs68-csar.csar
2022-03-31T13:20:38.060Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-31T13:20:38.060Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/artifacts/service-DemoPnf9p8fjruipiifcb5wzs68-csar.csar
2022-03-31T13:20:38.185Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-31T13:20:38.191Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/artifacts/service-DemoPnf9p8fjruipiifcb5wzs68-csar.csar 7ed57f24-e98b-42d2-9c01-978a5656cc36 82635
2022-03-31T13:20:38.191Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/artifacts/service-DemoPnf9p8fjruipiifcb5wzs68-csar.csar ASDC sendASDCNotification
2022-03-31T13:20:38.191Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/artifacts/service-DemoPnf9p8fjruipiifcb5wzs68-csar.csar
2022-03-31T13:20:38.191Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T13:20:38.191Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:20:38.194Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:20:38.194Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648732838191,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/artifacts/service-DemoPnf9p8fjruipiifcb5wzs68-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:20:38.294Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:20:38.295Z||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-03-31T13:20:38.295Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:20:38.307Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:20:38.308Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:20:39.194Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-31T13:20:39.195Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-31T13:20:39.195Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 7ed57f24-e98b-42d2-9c01-978a5656cc36, URL: /sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/artifacts/service-DemoPnf9p8fjruipiifcb5wzs68-csar.csar to file: /app/ASDC/1/service-DemoPnf9p8fjruipiifcb5wzs68-csar.csar
2022-03-31T13:20:39.196Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf9p8fjruipiifcb5wzs68-csar.csar
2022-03-31T13:20:39.196Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf9p8fjruipiifcb5wzs68-csar.csar
2022-03-31T13:20:39.196Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf9p8fjruipiifcb5wzs68-csar.csar
2022-03-31T13:20:39.327Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4717867858097749047/Definitions/service-DemoPnf9p8fjruipiifcb5wzs68-template.yml
2022-03-31T13:20:39.999Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-31T13:20:39.999Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-31T13:20:39.999Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf9p8fjruipiifcb5wzs68-csar.csar
2022-03-31T13:20:39.999Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-31T13:20:39.999Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf9p8fjruipiifcb5wzs68-csar.csar
2022-03-31T13:20:39.999Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf9p8fjruipiifcb5wzs68-csar.csar
2022-03-31T13:20:39.999Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9p8fjruipiifcb5wzs68-csar.csar
2022-03-31T13:20:39.999Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9p8fjruipiifcb5wzs68-csar.csar
2022-03-31T13:20:39.999Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9p8fjruipiifcb5wzs68-csar.csar
2022-03-31T13:20:39.999Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 60299c41-bece 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-DemoPnf9p8fjruipiifcb5wzs68-csar.csar
2022-03-31T13:20:39.999Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9p8fjruipiifcb5wzs68-csar.csar
2022-03-31T13:20:39.999Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-31T13:20:40.000Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:20:40.000Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9p8fjRUIPIIFcb5wzs68 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:20:40.000Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Node template pNF 60299c41-bece 0 is matching search criteria
2022-03-31T13:20:40.000Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-31T13:20:40.000Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 60299c41-bece 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-31T13:20:40.000Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:20:40.000Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9p8fjRUIPIIFcb5wzs68 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:20:40.000Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Node template pNF 60299c41-bece 0 is matching search criteria
2022-03-31T13:20:40.000Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-31T13:20:40.000Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 60299c41-bece 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-31T13:20:40.000Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:20:40.001Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9p8fjRUIPIIFcb5wzs68 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:20:40.001Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:20:40.001Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9p8fjRUIPIIFcb5wzs68 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:20:40.001Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:20:40.001Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9p8fjRUIPIIFcb5wzs68 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:20:40.001Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:20:40.001Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9p8fjRUIPIIFcb5wzs68 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:20:40.001Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:20:40.001Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9p8fjRUIPIIFcb5wzs68 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:20:40.001Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_9p8fjRUIPIIFcb5wzs68
Description:catalog service description
Model UUID:7d6ca28e-86ef-430c-919d-6ff7182fd266
Model Version:NULL
Model InvariantUuid:083f4770-e8ff-4d38-8d5b-25dc342170ae
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-03-31T13:20:40.007Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: edd35a62-172b-4fbc-8727-b225cea0d00a
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-03-31T13:20:40.010Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||pNF 60299c41-bece 0
2022-03-31T13:20:40.010Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: edd35a62-172b-4fbc-8727-b225cea0d00a
2022-03-31T13:20:40.011Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 7d6ca28e-86ef-430c-919d-6ff7182fd266
2022-03-31T13:20:40.011Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 7d6ca28e-86ef-430c-919d-6ff7182fd266
2022-03-31T13:20:40.011Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 60299c41-bece 0 edd35a62-172b-4fbc-8727-b225cea0d00a 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-03-31T13:20:40.015Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5ec468bc, org.onap.sdc.toscaparser.api.parameters.Input@67a96d0b, org.onap.sdc.toscaparser.api.parameters.Input@7f2898d9, org.onap.sdc.toscaparser.api.parameters.Input@2acf162c, org.onap.sdc.toscaparser.api.parameters.Input@57b31a41]
2022-03-31T13:20:40.015Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:20:40.015Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9p8fjRUIPIIFcb5wzs68 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:20:40.015Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 7d6ca28e-86ef-430c-919d-6ff7182fd266: pNF 60299c41-bece
2022-03-31T13:20:40.015Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||Processing PNF resource: edd35a62-172b-4fbc-8727-b225cea0d00a
2022-03-31T13:20:40.015Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:20:40.016Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9p8fjRUIPIIFcb5wzs68 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:20:40.016Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||Resource customization UUID: bbd7a5a2-d5ff-47d3-ba7b-2c56a7f5ce14 is the same as notified resource customizationUUID: bbd7a5a2-d5ff-47d3-ba7b-2c56a7f5ce14
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-03-31T13:20:40.082Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 60299c41-bece edd35a62-172b-4fbc-8727-b225cea0d00a 0 ASDC deployResourceStructure
2022-03-31T13:20:40.082Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/artifacts/service-DemoPnf9p8fjruipiifcb5wzs68-csar.csar ASDC sendASDCNotification
2022-03-31T13:20:40.082Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/artifacts/service-DemoPnf9p8fjruipiifcb5wzs68-csar.csar
2022-03-31T13:20:40.082Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T13:20:40.083Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:20:40.084Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:20:40.085Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648732840082,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/artifacts/service-DemoPnf9p8fjruipiifcb5wzs68-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T13:20:40.185Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:20:40.186Z||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-03-31T13:20:40.186Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:20:40.199Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:20:40.200Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:20:41.086Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7bd483be-66d4-4d69-80e5-e798f5bd7bcd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-31T13:20:41.100Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7bd483be-66d4-4d69-80e5-e798f5bd7bcd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T13:20:41.102Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T13:20:41.102Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-31T13:20:41.102Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-31T13:21:11.103Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7bd483be-66d4-4d69-80e5-e798f5bd7bcd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-31T13:21:11.115Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7bd483be-66d4-4d69-80e5-e798f5bd7bcd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T13:21:11.118Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T13:21:11.119Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-31T13:21:11.119Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-31T13:21:29.355Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:21:29.356Z||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-03-31T13:21:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:21:29.381Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:21:29.382Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:21:29.382Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648732825979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:21:29.384Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:21:41.119Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7bd483be-66d4-4d69-80e5-e798f5bd7bcd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-31T13:21:41.130Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7bd483be-66d4-4d69-80e5-e798f5bd7bcd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T13:21:41.134Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T13:21:41.134Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-31T13:21:41.134Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-31T13:22:11.135Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7bd483be-66d4-4d69-80e5-e798f5bd7bcd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-31T13:22:11.147Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7bd483be-66d4-4d69-80e5-e798f5bd7bcd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T13:22:11.149Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T13:22:11.149Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-31T13:22:11.149Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-31T13:22:29.355Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:22:29.356Z||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-03-31T13:22:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:22:29.380Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:22:29.380Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:22:29.380Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648732825288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:22:29.381Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:22:41.149Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7bd483be-66d4-4d69-80e5-e798f5bd7bcd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-31T13:22:41.159Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7bd483be-66d4-4d69-80e5-e798f5bd7bcd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T13:22:41.161Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T13:22:41.161Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-31T13:22:41.162Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-31T13:23:11.162Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7bd483be-66d4-4d69-80e5-e798f5bd7bcd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-31T13:23:11.175Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7bd483be-66d4-4d69-80e5-e798f5bd7bcd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T13:23:11.177Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T13:23:11.177Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-31T13:23:11.177Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-31T13:23:29.355Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:23:29.356Z||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-03-31T13:23:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:23:29.386Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:23:29.388Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:23:29.388Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648732829353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:23:29.389Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:23:29.389Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:23:29.389Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648732822962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-31T13:23:29.389Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:23:29.389Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:23:29.389Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
  "consumerID": "cds",
  "timestamp": 1648732815370,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:23:29.390Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:23:29.390Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:23:29.390Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648732825979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:23:29.390Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:23:29.390Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:23:29.390Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648732825288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:23:29.390Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:23:29.390Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:23:29.390Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648732829353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:23:29.390Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:23:29.391Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:23:29.391Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648732822962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/artifacts/service-DemoPnf9p8fjruipiifcb5wzs68-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:23:29.391Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:23:29.391Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:23:29.391Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
  "consumerID": "cds",
  "timestamp": 1648732815370,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/artifacts/service-DemoPnf9p8fjruipiifcb5wzs68-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:23:29.391Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:23:29.391Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:23:29.391Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648732825979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:23:29.392Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:23:29.392Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:23:29.392Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648732825288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/artifacts/service-DemoPnf9p8fjruipiifcb5wzs68-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:23:29.392Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:23:29.392Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:23:29.392Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648732829353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:23:29.392Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:23:29.392Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:23:29.392Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648732822962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/artifacts/service-DemoPnf9p8fjruipiifcb5wzs68-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:23:29.392Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:23:29.393Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:23:29.393Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
  "consumerID": "cds",
  "timestamp": 1648732815370,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/artifacts/service-DemoPnf9p8fjruipiifcb5wzs68-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T13:23:29.393Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:23:29.393Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:23:29.393Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648732825979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/artifacts/service-DemoPnf9p8fjruipiifcb5wzs68-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:23:29.393Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:23:29.393Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:23:29.393Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648732825288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/artifacts/service-DemoPnf9p8fjruipiifcb5wzs68-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T13:23:29.393Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:23:29.393Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:23:29.393Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648732829353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:23:29.394Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:23:29.394Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:23:29.394Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
  "consumerID": "cds",
  "timestamp": 1648732833261,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/artifacts/service-DemoPnf9p8fjruipiifcb5wzs68-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:23:29.394Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:23:29.394Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:23:29.394Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648732833570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:23:29.394Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:23:29.394Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:23:29.394Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648732825979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/artifacts/service-DemoPnf9p8fjruipiifcb5wzs68-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T13:23:29.394Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:23:29.394Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:23:29.394Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648732829353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:23:29.395Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:23:29.395Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:23:29.395Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
  "consumerID": "cds",
  "timestamp": 1648732834267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/artifacts/service-DemoPnf9p8fjruipiifcb5wzs68-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-03-31T13:23:29.402Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7bd483be-66d4-4d69-80e5-e798f5bd7bcd
2022-03-31T13:23:29.402Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7bd483be-66d4-4d69-80e5-e798f5bd7bcd 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-03-31T13:23:29.411Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:23:29.412Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
  "consumerID": "aai-ml",
  "timestamp": 1648732833756,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:23:29.412Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:23:29.412Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:23:29.412Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648732834871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/artifacts/service-DemoPnf9p8fjruipiifcb5wzs68-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:23:29.412Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:23:29.412Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:23:29.412Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648732834875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-31T13:23:29.412Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:23:29.412Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:23:29.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648732829353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:23:29.413Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:23:29.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:23:29.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
  "consumerID": "aai-ml",
  "timestamp": 1648732833756,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:23:29.413Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:23:29.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:23:29.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648732835879,
  "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-03-31T13:23:29.419Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 7bd483be-66d4-4d69-80e5-e798f5bd7bcd
2022-03-31T13:23:29.419Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7bd483be-66d4-4d69-80e5-e798f5bd7bcd 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-03-31T13:23:29.427Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:23:29.428Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648732829353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/artifacts/service-DemoPnf9p8fjruipiifcb5wzs68-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:23:29.428Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:23:29.428Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:23:29.428Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
  "consumerID": "aai-ml",
  "timestamp": 1648732833756,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:23:29.428Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:23:29.428Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:23:29.428Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648732836753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/artifacts/service-DemoPnf9p8fjruipiifcb5wzs68-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T13:23:29.428Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:23:29.429Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:23:29.429Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648732829353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/artifacts/service-DemoPnf9p8fjruipiifcb5wzs68-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T13:23:29.429Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:23:29.429Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:23:29.429Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
  "consumerID": "aai-ml",
  "timestamp": 1648732833756,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:23:29.429Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:23:29.429Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:23:29.429Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648732837758,
  "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-03-31T13:23:29.434Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7bd483be-66d4-4d69-80e5-e798f5bd7bcd
2022-03-31T13:23:29.434Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7bd483be-66d4-4d69-80e5-e798f5bd7bcd 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-03-31T13:23:29.442Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:23:29.442Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648732838191,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/artifacts/service-DemoPnf9p8fjruipiifcb5wzs68-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:23:29.442Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:23:29.442Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:23:29.442Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
  "consumerID": "aai-ml",
  "timestamp": 1648732833756,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:23:29.443Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:23:29.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:23:29.443Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
  "consumerID": "aai-ml",
  "timestamp": 1648732833756,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:23:29.443Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:23:29.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:23:29.443Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648732840082,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/artifacts/service-DemoPnf9p8fjruipiifcb5wzs68-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T13:23:29.443Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:23:29.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:23:29.443Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
  "consumerID": "aai-ml",
  "timestamp": 1648732833756,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/artifacts/service-DemoPnf9p8fjruipiifcb5wzs68-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:23:29.443Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:23:29.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:23:29.443Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
  "consumerID": "aai-ml",
  "timestamp": 1648732833756,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/artifacts/service-DemoPnf9p8fjruipiifcb5wzs68-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T13:23:29.443Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:23:29.444Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:23:29.444Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
  "consumerID": "aai-ml",
  "timestamp": 1648732842486,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/artifacts/service-DemoPnf9p8fjruipiifcb5wzs68-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:23:29.444Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:23:29.444Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:23:29.444Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
  "consumerID": "aai-ml",
  "timestamp": 1648732846426,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/artifacts/service-DemoPnf9p8fjruipiifcb5wzs68-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T13:23:29.444Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:23:29.444Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:23:29.444Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
  "consumerID": "aai-ml",
  "timestamp": 1648732847430,
  "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-03-31T13:23:29.448Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7bd483be-66d4-4d69-80e5-e798f5bd7bcd
2022-03-31T13:23:29.449Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7bd483be-66d4-4d69-80e5-e798f5bd7bcd 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-03-31T13:23:41.178Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7bd483be-66d4-4d69-80e5-e798f5bd7bcd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-31T13:23:41.192Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7bd483be-66d4-4d69-80e5-e798f5bd7bcd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T13:23:41.195Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T13:23:41.195Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-31T13:23:41.195Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-31T13:23:41.196Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-31T13:23:41.196Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T13:23:41.196Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T13:23:41.196Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T13:23:41.196Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T13:23:41.196Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T13:23:41.196Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T13:23:41.202Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-31T13:24:11.202Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7bd483be-66d4-4d69-80e5-e798f5bd7bcd 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-03-31T13:24:11.208Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7bd483be-66d4-4d69-80e5-e798f5bd7bcd and serviceModelVersionId: 7d6ca28e-86ef-430c-919d-6ff7182fd266
2022-03-31T13:24:11.209Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 083f4770-e8ff-4d38-8d5b-25dc342170ae
2022-03-31T13:24:11.210Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/083f4770-e8ff-4d38-8d5b-25dc342170ae/model-vers/model-ver/7d6ca28e-86ef-430c-919d-6ff7182fd266?depth=0
2022-03-31T13:24:11.216Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-03-31T13:24:11.253Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/083f4770-e8ff-4d38-8d5b-25dc342170ae/model-vers/model-ver/7d6ca28e-86ef-430c-919d-6ff7182fd266?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-03-31T13:24:11.254Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/083f4770-e8ff-4d38-8d5b-25dc342170ae/model-vers/model-ver/7d6ca28e-86ef-430c-919d-6ff7182fd266?depth=0|INFO|500||Invoke
2022-03-31T13:24:11.280Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/083f4770-e8ff-4d38-8d5b-25dc342170ae/model-vers/model-ver/7d6ca28e-86ef-430c-919d-6ff7182fd266?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-31T13:24:11.362Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/083f4770-e8ff-4d38-8d5b-25dc342170ae/model-vers/model-ver/7d6ca28e-86ef-430c-919d-6ff7182fd266?depth=0|INFO|500||InvokeReturn
2022-03-31T13:24:11.362Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/083f4770-e8ff-4d38-8d5b-25dc342170ae/model-vers/model-ver/7d6ca28e-86ef-430c-919d-6ff7182fd266?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220331-13:24:11:287-15277], vertex-id=[180360], Content-Length=[0], Date=[Thu, 31 Mar 2022 13:24:11 GMT], Content-Type=[application/json]}
2022-03-31T13:24:11.362Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-03-31T13:24:11.363Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-31T13:24:11.363Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T13:24:11.370Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-31T13:24:11.370Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7bd483be-66d4-4d69-80e5-e798f5bd7bcd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-31T13:24:11.370Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-31T13:24:11.370Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:24:11.372Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:24:11.372Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733051370,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-31T13:24:11.472Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:24:11.473Z||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-03-31T13:24:11.473Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:24:11.507Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:24:11.508Z||pool-45-thread-1|||||INFO|500||cambria reply ok (35 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-03-31T13:24:12.387Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:24:12.387Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|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-03-31T13:24:12.387Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:24:18.351Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:24:18.352Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T13:24:18.352Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"bb1b17b0-0e59-4a36-ab7e-9be37dfd0478","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"1967c595-853b-4eec-b0b2-a9a3711bc50f","serviceDescription":"service","serviceInvariantUUID":"d8ce03a7-a5f8-468f-a8aa-d8d6952484e8","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"719a72eb-8966-49ad-971d-e44e68877ff2","resourceInvariantUUID":"d60df9c1-c0d7-4849-b2c4-4711197a6451","resourceCustomizationUUID":"49aad0fc-503f-4268-a22e-0748e9f5dc5b","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":"NTllOTRkZWE2ZmU5MDQ2NmFlZTA2YmVlZmYwNWY3YTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5c5550d2-12c6-480f-851c-9c5d54841a4a","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":"NDAzMjgxZGYxNTUwNDMxZWU5NTcyNGVkOTkzODZkOWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e7062d43-c1c5-409a-91e5-08420ee99215","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":"08016017-b1e7-41d4-9a9c-7a50dcec5dc0","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":"4d558fda-b7a0-4cde-87db-7b57c16d9f95","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":"a6589ec0-4c08-4c1f-9495-309298717cc9","artifactVersion":"2","generatedFromUUID":"08016017-b1e7-41d4-9a9c-7a50dcec5dc0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZmQ2NmI0MDFmZmM5MTU1ZDk2NTQwYzBhOGU1NDJmNmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"66ae7567-5aa1-4d67-9238-05662784334b","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"M2VlNzM5OTRkNDY1NTkwODViMzk4ODEwM2RmMThhZTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a5043017-824d-4572-a6fa-024aad646398","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-31T13:24:18.356Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:24:18.356Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:24:18.358Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:24:18.358Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733052386,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:24:18.458Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:24:18.459Z||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-03-31T13:24:18.459Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:24:18.473Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:24:18.473Z||pool-46-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:24:19.359Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:24:19.360Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:24:19.361Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:24:19.361Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733052386,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-03-31T13:24:19.462Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-31T13:24:19.463Z||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-03-31T13:24:19.463Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:24:19.476Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:24:19.476Z||pool-47-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-31T13:24:20.362Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:24:20.363Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:24:20.366Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:24:20.366Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733052386,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-31T13:24:20.466Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:24:20.467Z||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-03-31T13:24:20.467Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:24:20.480Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:24:20.480Z||pool-48-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:24:21.367Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:24:21.367Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:24:21.369Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:24:21.369Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733052386,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:24:21.469Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:24:21.470Z||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-03-31T13:24:21.470Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:24:21.482Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:24:21.483Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:24:22.370Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:24:22.370Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:24:22.372Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:24:22.372Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733052386,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-31T13:24:22.472Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:24:22.473Z||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-03-31T13:24:22.473Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:24:22.486Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:24:22.487Z||pool-50-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:24:23.372Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:24:23.373Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:24:23.375Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:24:23.375Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733052386,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:24:23.475Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:24:23.476Z||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-03-31T13:24:23.476Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:24:23.486Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:24:23.487Z||pool-51-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:24:24.376Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:24:24.377Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:24:24.378Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:24:24.378Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733052386,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T13:24:24.479Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:24:24.480Z||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-03-31T13:24:24.480Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:24:24.492Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:24:24.493Z||pool-52-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:24:25.380Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "1967c595-853b-4eec-b0b2-a9a3711bc50f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d8ce03a7-a5f8-468f-a8aa-d8d6952484e8",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "49aad0fc-503f-4268-a22e-0748e9f5dc5b",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "719a72eb-8966-49ad-971d-e44e68877ff2",
      "resourceInvariantUUID": "d60df9c1-c0d7-4849-b2c4-4711197a6451",
      "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": "NDAzMjgxZGYxNTUwNDMxZWU5NTcyNGVkOTkzODZkOWE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e7062d43-c1c5-409a-91e5-08420ee99215",
          "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": "08016017-b1e7-41d4-9a9c-7a50dcec5dc0",
          "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": "a6589ec0-4c08-4c1f-9495-309298717cc9",
            "generatedFromUUID": "08016017-b1e7-41d4-9a9c-7a50dcec5dc0"
          },
          "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": "a6589ec0-4c08-4c1f-9495-309298717cc9",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "M2VlNzM5OTRkNDY1NTkwODViMzk4ODEwM2RmMThhZTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a5043017-824d-4572-a6fa-024aad646398"
    }
  ],
  "workloadContext": "Production"
}
2022-03-31T13:24:25.381Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-31T13:24:25.381Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1967c595-853b-4eec-b0b2-a9a3711bc50f ASDC
2022-03-31T13:24:25.381Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:bb1b17b0-0e59-4a36-ab7e-9be37dfd0478
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:1967c595-853b-4eec-b0b2-a9a3711bc50f
ServiceInvariantUUID:d8ce03a7-a5f8-468f-a8aa-d8d6952484e8
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:a5043017-824d-4572-a6fa-024aad646398
ArtifactChecksum:M2VlNzM5OTRkNDY1NTkwODViMzk4ODEwM2RmMThhZTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:49aad0fc-503f-4268-a22e-0748e9f5dc5b
ResourceInvariantUUID:d60df9c1-c0d7-4849-b2c4-4711197a6451
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:719a72eb-8966-49ad-971d-e44e68877ff2
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:e7062d43-c1c5-409a-91e5-08420ee99215
ArtifactChecksum:NDAzMjgxZGYxNTUwNDMxZWU5NTcyNGVkOTkzODZkOWE=
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:08016017-b1e7-41d4-9a9c-7a50dcec5dc0
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:a6589ec0-4c08-4c1f-9495-309298717cc9
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:a6589ec0-4c08-4c1f-9495-309298717cc9
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-31T13:24:25.381Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1967c595-853b-4eec-b0b2-a9a3711bc50f 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-03-31T13:24:25.410Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-31T13:24:25.411Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-31T13:24:25.411Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-31T13:24:25.411Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a5043017-824d-4572-a6fa-024aad646398 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-03-31T13:24:25.411Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-31T13:24:25.411Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-03-31T13:24:25.736Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-31T13:24:25.739Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar a5043017-824d-4572-a6fa-024aad646398 71055
2022-03-31T13:24:25.739Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-03-31T13:24:25.740Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-03-31T13:24:25.740Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T13:24:25.740Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:24:25.741Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:24:25.742Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733065739,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:24:25.842Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:24:25.843Z||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-03-31T13:24:25.843Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:24:25.855Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:24:25.856Z||pool-53-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:24:26.742Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-31T13:24:26.744Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-31T13:24:26.744Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: a5043017-824d-4572-a6fa-024aad646398, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-03-31T13:24:26.744Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-03-31T13:24:26.745Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-03-31T13:24:26.745Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-03-31T13:24:27.278Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2907609561322688188/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-03-31T13:24:28.251Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-31T13:24:28.251Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-31T13:24:28.251Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-31T13:24:28.251Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-31T13:24:28.252Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||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-03-31T13:24:28.252Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||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-03-31T13:24:28.252Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-31T13:24:28.252Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||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-03-31T13:24:28.252Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-31T13:24:28.252Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-31T13:24:28.252Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-31T13:24:28.252Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||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-03-31T13:24:28.252Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-31T13:24:28.252Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-31T13:24:28.252Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:24:28.252Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:24:28.252Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-31T13:24:28.253Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-31T13:24:28.253Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-31T13:24:28.253Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:24:28.253Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:24:28.253Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-31T13:24:28.253Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-31T13:24:28.253Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-31T13:24:28.253Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:24:28.254Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:24:28.254Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:24:28.254Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-03-31T13:24:28.254Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-03-31T13:24:28.254Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-03-31T13:24:28.254Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-03-31T13:24:28.254Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-31T13:24:28.254Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-31T13:24:28.254Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:24:28.255Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-31T13:24:28.255Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:24:28.255Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-31T13:24:28.255Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T13:24:28.255Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:24:28.255Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-31T13:24:28.255Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T13:24:28.255Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:24:28.255Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-31T13:24:28.255Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T13:24:28.256Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:24:28.256Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-03-31T13:24:28.256Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-31T13:24:28.256Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-31T13:24:28.256Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c33e9221-6691-4a55-a934-f7ee0d3999ce
2022-03-31T13:24:28.256Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:24:28.256Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:24:28.256Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:24:28.256Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:24:28.256Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:24:28.256Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:24:28.257Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:24:28.257Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:24:28.257Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:1967c595-853b-4eec-b0b2-a9a3711bc50f
Model Version:NULL
Model InvariantUuid:d8ce03a7-a5f8-468f-a8aa-d8d6952484e8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:36aa78a0-eaf6-4df1-af74-779b7defd576
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d60df9c1-c0d7-4849-b2c4-4711197a6451
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:49aad0fc-503f-4268-a22e-0748e9f5dc5b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6080831b-24fe-404f-92ec-f8da42cf73d6
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:1c119f8f-d207-4e01-a761-ed103f52211e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c33e9221-6691-4a55-a934-f7ee0d3999ce
ModelInvariantUuid:d15823f1-37a3-4930-b380-c2d53685eeba
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:e0e7fea7-2c9e-4042-8520-c7a9bc175030
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:44fd9ad2-5aca-455c-a48a-9896cba2853d
ModelInvariantUuid:e3c56c55-f9cd-4473-b944-767b24738b7a
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:f6f9f998-9687-4f83-ae43-4b2e976371d7
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-03-31T13:24:28.266Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 719a72eb-8966-49ad-971d-e44e68877ff2
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-03-31T13:24:28.268Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||basic_vm 0
2022-03-31T13:24:28.269Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 719a72eb-8966-49ad-971d-e44e68877ff2
2022-03-31T13:24:28.269Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e7062d43-c1c5-409a-91e5-08420ee99215 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-03-31T13:24:28.269Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-31T13:24:28.269Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-03-31T13:24:29.142Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-31T13:24:29.143Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json e7062d43-c1c5-409a-91e5-08420ee99215 787
2022-03-31T13:24:29.143Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-03-31T13:24:29.143Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-03-31T13:24:29.143Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T13:24:29.143Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:24:29.145Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:24:29.145Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733069143,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:24:29.245Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:24:29.246Z||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-03-31T13:24:29.246Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:24:29.259Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:24:29.260Z||pool-54-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-31T13:24:29.355Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:24:29.356Z||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-03-31T13:24:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:24:29.387Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:24:29.389Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:24:29.389Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
  "consumerID": "cds",
  "timestamp": 1648732995370,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:24:29.389Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:24:29.390Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:24:29.390Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
  "consumerID": "cds",
  "timestamp": 1648732995370,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:24:29.390Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:24:29.390Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:24:29.390Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
  "consumerID": "cds",
  "timestamp": 1648732995370,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:24:29.390Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:24:29.390Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:24:29.391Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
  "consumerID": "cds",
  "timestamp": 1648732995370,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:24:29.391Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:24:29.391Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:24:29.391Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
  "consumerID": "cds",
  "timestamp": 1648732995370,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:24:29.391Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:24:29.391Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:24:29.391Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
  "consumerID": "cds",
  "timestamp": 1648732995370,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:24:29.392Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:24:29.392Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:24:29.392Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648733002962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:24:29.392Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:24:29.392Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:24:29.392Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
  "consumerID": "cds",
  "timestamp": 1648732995370,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T13:24:29.392Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:24:29.392Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:24:29.392Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648733002962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:24:29.392Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:24:29.392Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:24:29.392Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648733002962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:24:29.393Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:24:29.393Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:24:29.393Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648733005288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:24:29.393Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:24:29.393Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:24:29.393Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
  "consumerID": "cds",
  "timestamp": 1648733006267,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:24:29.393Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:24:29.393Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:24:29.393Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648733002962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:24:29.393Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:24:29.393Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:24:29.393Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648733005979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:24:29.393Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:24:29.394Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:24:29.394Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648733005288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-03-31T13:24:29.394Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:24:29.394Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:24:29.394Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
  "consumerID": "cds",
  "timestamp": 1648733007271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T13:24:29.401Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bb1b17b0-0e59-4a36-ab7e-9be37dfd0478
2022-03-31T13:24:29.401Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb1b17b0-0e59-4a36-ab7e-9be37dfd0478 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-03-31T13:24:29.411Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:24:29.411Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648733002962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:24:29.412Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:24:29.412Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:24:29.412Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648733005979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:24:29.412Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:24:29.412Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:24:29.412Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648733005288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-31T13:24:29.412Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:24:29.412Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:24:29.412Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648733002962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:24:29.412Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:24:29.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:24:29.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648733005979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:24:29.413Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:24:29.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:24:29.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648733005288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:24:29.413Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:24:30.146Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "6080831b-24fe-404f-92ec-f8da42cf73d6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1c119f8f-d207-4e01-a761-ed103f52211e",
    "vfModuleModelCustomizationUUID": "165a489e-89ba-4104-966b-7bdfd5d3d12d",
    "isBase": true,
    "artifacts": [
      "08016017-b1e7-41d4-9a9c-7a50dcec5dc0",
      "a6589ec0-4c08-4c1f-9495-309298717cc9"
    ],
    "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-03-31T13:24:30.151Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1c119f8f-d207-4e01-a761-ed103f52211e
VfModuleModelInvariantUUID:6080831b-24fe-404f-92ec-f8da42cf73d6
VfModuleModelDescription:NULL
Artifacts UUID List:{
08016017-b1e7-41d4-9a9c-7a50dcec5dc0
,
a6589ec0-4c08-4c1f-9495-309298717cc9

}
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-03-31T13:24:30.154Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "6080831b-24fe-404f-92ec-f8da42cf73d6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1c119f8f-d207-4e01-a761-ed103f52211e",
    "vfModuleModelCustomizationUUID": "165a489e-89ba-4104-966b-7bdfd5d3d12d",
    "isBase": true,
    "artifacts": [
      "08016017-b1e7-41d4-9a9c-7a50dcec5dc0",
      "a6589ec0-4c08-4c1f-9495-309298717cc9"
    ],
    "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-03-31T13:24:30.154Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1c119f8f-d207-4e01-a761-ed103f52211e
VfModuleModelInvariantUUID:6080831b-24fe-404f-92ec-f8da42cf73d6
VfModuleModelDescription:NULL
Artifacts UUID List:{
08016017-b1e7-41d4-9a9c-7a50dcec5dc0
,
a6589ec0-4c08-4c1f-9495-309298717cc9

}
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-03-31T13:24:30.154Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 08016017-b1e7-41d4-9a9c-7a50dcec5dc0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-03-31T13:24:30.154Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-31T13:24:30.155Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-03-31T13:24:30.856Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-31T13:24:30.857Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 08016017-b1e7-41d4-9a9c-7a50dcec5dc0 5033
2022-03-31T13:24:30.857Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-03-31T13:24:30.857Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-03-31T13:24:30.857Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T13:24:30.858Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:24:30.859Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:24:30.859Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733070857,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:24:30.960Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-31T13:24:30.960Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:24:30.961Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:24:30.973Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:24:30.974Z||pool-55-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:24:31.860Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a6589ec0-4c08-4c1f-9495-309298717cc9 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-03-31T13:24:31.861Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-31T13:24:31.861Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-03-31T13:24:32.247Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-31T13:24:32.247Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env a6589ec0-4c08-4c1f-9495-309298717cc9 903
2022-03-31T13:24:32.247Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-03-31T13:24:32.247Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-03-31T13:24:32.247Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T13:24:32.248Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:24:32.250Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:24:32.250Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733072247,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:24:32.350Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:24:32.351Z||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-03-31T13:24:32.351Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:24:32.363Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:24:32.364Z||pool-56-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:24:33.250Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 1967c595-853b-4eec-b0b2-a9a3711bc50f
2022-03-31T13:24:33.251Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 719a72eb-8966-49ad-971d-e44e68877ff2 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-03-31T13:24:33.267Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@432761b3, org.onap.sdc.toscaparser.api.parameters.Input@2c4b3c2c, org.onap.sdc.toscaparser.api.parameters.Input@1028f5b5, org.onap.sdc.toscaparser.api.parameters.Input@227ea386, org.onap.sdc.toscaparser.api.parameters.Input@5aac7483]
2022-03-31T13:24:33.268Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:24:33.268Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:24:33.269Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-03-31T13:24:33.269Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 49aad0fc-503f-4268-a22e-0748e9f5dc5b
2022-03-31T13:24:33.269Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 49aad0fc-503f-4268-a22e-0748e9f5dc5b matches Tosca VF Customization UUID: 49aad0fc-503f-4268-a22e-0748e9f5dc5b
2022-03-31T13:24:33.269Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 49aad0fc-503f-4268-a22e-0748e9f5dc5b  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-03-31T13:24:33.271Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:24:33.271Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:24:33.271Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 49aad0fc-503f-4268-a22e-0748e9f5dc5b: {\"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-03-31T13:24:33.272Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2f94baa1
2022-03-31T13:24:33.272Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:24:33.272Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-31T13:24:33.272Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 165a489e-89ba-4104-966b-7bdfd5d3d12d
2022-03-31T13:24:33.272Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 165a489e-89ba-4104-966b-7bdfd5d3d12d
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-03-31T13:24:33.274Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:24:33.274Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-31T13:24:33.274Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T13:24:33.274Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:24:33.274Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-31T13:24:33.275Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T13:24:33.275Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:24:33.275Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-03-31T13:24:33.275Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-31T13:24:33.275Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-31T13:24:33.275Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c33e9221-6691-4a55-a934-f7ee0d3999ce
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-03-31T13:24:33.277Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:24:33.277Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-31T13:24:33.277Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T13:24:33.278Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:24:33.278Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-31T13:24:33.278Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=49aad0fc-503f-4268-a22e-0748e9f5dc5b
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-03-31T13:24:33.279Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:24:33.280Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:24:33.280Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 1967c595-853b-4eec-b0b2-a9a3711bc50f: basic_vm
2022-03-31T13:24:33.280Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:24:33.280Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:24:33.280Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:24:33.280Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:24:33.280Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:24:33.280Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:24:33.281Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:24:33.281Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:24:33.281Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:24:33.281Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:24:33.281Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T13:24:33.374Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 719a72eb-8966-49ad-971d-e44e68877ff2 1 ASDC deployResourceStructure
2022-03-31T13:24:33.375Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-03-31T13:24:33.375Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-03-31T13:24:33.375Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T13:24:33.375Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:24:33.378Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:24:33.378Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733073375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-31T13:24:33.478Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:24:33.479Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:24:33.479Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:24:33.491Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:24:33.491Z||pool-57-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:24:34.379Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-03-31T13:24:34.380Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-03-31T13:24:34.380Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T13:24:34.380Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:24:34.382Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:24:34.382Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733074379,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-03-31T13:24:34.482Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:24:34.483Z||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-03-31T13:24:34.483Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:24:34.496Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:24:34.496Z||pool-58-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-31T13:24:35.383Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-03-31T13:24:35.383Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-03-31T13:24:35.384Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T13:24:35.384Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:24:35.385Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:24:35.385Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733075383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-03-31T13:24:35.486Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-31T13:24:35.486Z||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-03-31T13:24:35.486Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:24:35.500Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:24:35.500Z||pool-59-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-31T13:24:36.386Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-03-31T13:24:36.386Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-03-31T13:24:36.386Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T13:24:36.387Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:24:36.389Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:24:36.389Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733076386,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T13:24:36.489Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:24:36.490Z||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-03-31T13:24:36.490Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:24:36.503Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:24:36.503Z||pool-60-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:24:37.389Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bb1b17b0-0e59-4a36-ab7e-9be37dfd0478
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-31T13:24:37.402Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bb1b17b0-0e59-4a36-ab7e-9be37dfd0478
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T13:24:37.405Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T13:24:37.405Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-31T13:24:37.405Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-31T13:25:07.406Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bb1b17b0-0e59-4a36-ab7e-9be37dfd0478
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-31T13:25:07.419Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bb1b17b0-0e59-4a36-ab7e-9be37dfd0478
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T13:25:07.422Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T13:25:07.422Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-31T13:25:07.422Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-31T13:25:29.355Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:25:29.356Z||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-03-31T13:25:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:25:29.380Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:25:29.381Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:25:29.381Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648733002962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:25:29.381Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:25:37.422Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bb1b17b0-0e59-4a36-ab7e-9be37dfd0478
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-31T13:25:37.435Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bb1b17b0-0e59-4a36-ab7e-9be37dfd0478
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T13:25:37.437Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T13:25:37.438Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-31T13:25:37.438Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-31T13:26:07.438Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bb1b17b0-0e59-4a36-ab7e-9be37dfd0478
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-31T13:26:07.449Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bb1b17b0-0e59-4a36-ab7e-9be37dfd0478
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T13:26:07.451Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T13:26:07.451Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-31T13:26:07.451Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-31T13:26:29.355Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:26:29.356Z||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-03-31T13:26:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:26:29.385Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:26:29.386Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T13:26:29.386Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648733005979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:26:29.386Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:26:29.387Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T13:26:29.387Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648733005288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-31T13:26:29.387Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:26:29.387Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T13:26:29.387Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648733005979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:26:29.387Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:26:29.387Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T13:26:29.387Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648733005288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:26:29.387Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:26:29.387Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T13:26:29.387Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648733005979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:26:29.387Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:26:29.387Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T13:26:29.387Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648733005288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T13:26:29.387Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:26:29.387Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T13:26:29.387Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648733005979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T13:26:29.387Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:26:29.387Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T13:26:29.388Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648733013442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:26:29.388Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:26:29.388Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T13:26:29.388Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648733014256,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:26:29.388Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:26:29.388Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T13:26:29.388Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
  "consumerID": "aai-ml",
  "timestamp": 1648733013756,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:26:29.388Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:26:29.388Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T13:26:29.388Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648733014667,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:26:29.388Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:26:29.388Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T13:26:29.388Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
  "consumerID": "aai-ml",
  "timestamp": 1648733013756,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:26:29.388Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:26:29.388Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T13:26:29.388Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648733015863,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:26:29.388Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:26:29.388Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T13:26:29.388Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
  "consumerID": "aai-ml",
  "timestamp": 1648733013756,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:26:29.388Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:26:29.388Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T13:26:29.388Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648733016856,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T13:26:29.389Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:26:29.389Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T13:26:29.389Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648733016890,
  "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-03-31T13:26:29.399Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bb1b17b0-0e59-4a36-ab7e-9be37dfd0478
2022-03-31T13:26:29.399Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb1b17b0-0e59-4a36-ab7e-9be37dfd0478 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-03-31T13:26:29.408Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T13:26:29.408Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
  "consumerID": "aai-ml",
  "timestamp": 1648733013756,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:26:29.409Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:26:29.409Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T13:26:29.409Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648733017859,
  "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-03-31T13:26:29.414Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bb1b17b0-0e59-4a36-ab7e-9be37dfd0478
2022-03-31T13:26:29.414Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb1b17b0-0e59-4a36-ab7e-9be37dfd0478 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-03-31T13:26:29.422Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T13:26:29.423Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648733017893,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-31T13:26:29.423Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:26:29.423Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T13:26:29.423Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
  "consumerID": "aai-ml",
  "timestamp": 1648733013756,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:26:29.423Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:26:29.423Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T13:26:29.423Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
  "consumerID": "aai-ml",
  "timestamp": 1648733013756,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:26:29.423Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:26:29.423Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T13:26:29.423Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
  "consumerID": "aai-ml",
  "timestamp": 1648733013756,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T13:26:29.423Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:26:29.423Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T13:26:29.424Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
  "consumerID": "aai-ml",
  "timestamp": 1648733021476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:26:29.424Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:26:29.424Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T13:26:29.424Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
  "consumerID": "aai-ml",
  "timestamp": 1648733027018,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T13:26:29.424Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:26:29.424Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T13:26:29.424Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
  "consumerID": "aai-ml",
  "timestamp": 1648733028021,
  "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-03-31T13:26:29.430Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bb1b17b0-0e59-4a36-ab7e-9be37dfd0478
2022-03-31T13:26:29.430Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb1b17b0-0e59-4a36-ab7e-9be37dfd0478 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-03-31T13:26:29.439Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T13:26:29.439Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc081289-c095-4849-bf16-0740ab657c2c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648733035979,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:26:29.439Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:26:29.439Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T13:26:29.439Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc081289-c095-4849-bf16-0740ab657c2c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648733035979,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T13:26:29.439Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:26:29.439Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T13:26:29.439Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc081289-c095-4849-bf16-0740ab657c2c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648733040972,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:26:29.440Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:26:29.440Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T13:26:29.440Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc081289-c095-4849-bf16-0740ab657c2c",
  "consumerID": "cds",
  "timestamp": 1648733040370,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:26:29.440Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:26:29.440Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T13:26:29.440Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc081289-c095-4849-bf16-0740ab657c2c",
  "consumerID": "cds",
  "timestamp": 1648733040370,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T13:26:29.440Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:26:29.440Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T13:26:29.440Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc081289-c095-4849-bf16-0740ab657c2c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648733042473,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T13:26:29.440Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:26:29.440Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T13:26:29.440Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc081289-c095-4849-bf16-0740ab657c2c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648733043477,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T13:26:29.453Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dc081289-c095-4849-bf16-0740ab657c2c
2022-03-31T13:26:29.453Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc081289-c095-4849-bf16-0740ab657c2c 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-03-31T13:26:29.462Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T13:26:29.463Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc081289-c095-4849-bf16-0740ab657c2c",
  "consumerID": "cds",
  "timestamp": 1648733043483,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:26:29.463Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:26:29.463Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T13:26:29.463Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc081289-c095-4849-bf16-0740ab657c2c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648733042962,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:26:29.463Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:26:29.463Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T13:26:29.463Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc081289-c095-4849-bf16-0740ab657c2c",
  "consumerID": "aai-ml",
  "timestamp": 1648733043756,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:26:29.463Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:26:29.463Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T13:26:29.463Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc081289-c095-4849-bf16-0740ab657c2c",
  "consumerID": "cds",
  "timestamp": 1648733044487,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T13:26:29.470Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dc081289-c095-4849-bf16-0740ab657c2c
2022-03-31T13:26:29.470Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc081289-c095-4849-bf16-0740ab657c2c 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-03-31T13:26:29.480Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T13:26:29.480Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc081289-c095-4849-bf16-0740ab657c2c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648733042962,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:26:29.481Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:26:29.481Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T13:26:29.481Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc081289-c095-4849-bf16-0740ab657c2c",
  "consumerID": "aai-ml",
  "timestamp": 1648733043756,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T13:26:29.481Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:26:29.481Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T13:26:29.481Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc081289-c095-4849-bf16-0740ab657c2c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648733045288,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:26:29.481Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:26:29.481Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T13:26:29.481Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc081289-c095-4849-bf16-0740ab657c2c",
  "consumerID": "aai-ml",
  "timestamp": 1648733046477,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:26:29.481Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:26:29.482Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T13:26:29.482Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc081289-c095-4849-bf16-0740ab657c2c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648733045288,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T13:26:29.482Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:26:29.482Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T13:26:29.482Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc081289-c095-4849-bf16-0740ab657c2c",
  "consumerID": "aai-ml",
  "timestamp": 1648733049393,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T13:26:29.482Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:26:29.482Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T13:26:29.482Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc081289-c095-4849-bf16-0740ab657c2c",
  "consumerID": "aai-ml",
  "timestamp": 1648733050396,
  "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-03-31T13:26:29.487Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dc081289-c095-4849-bf16-0740ab657c2c
2022-03-31T13:26:29.487Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc081289-c095-4849-bf16-0740ab657c2c 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-03-31T13:26:29.496Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T13:26:29.497Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733051370,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-31T13:26:29.497Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:26:29.497Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T13:26:29.497Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733052386,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:26:29.497Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:26:29.498Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T13:26:29.498Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733052386,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-03-31T13:26:29.498Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:26:29.498Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T13:26:29.498Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733052386,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-31T13:26:29.498Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:26:29.498Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T13:26:29.498Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733052386,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:26:29.498Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:26:29.498Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T13:26:29.498Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733052386,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-31T13:26:29.498Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:26:29.498Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T13:26:29.499Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733052386,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:26:29.499Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:26:29.499Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T13:26:29.499Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733052386,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T13:26:29.499Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:26:29.499Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T13:26:29.499Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733065739,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:26:29.499Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:26:29.499Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T13:26:29.499Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733069143,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:26:29.499Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:26:37.452Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bb1b17b0-0e59-4a36-ab7e-9be37dfd0478
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-31T13:26:37.462Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bb1b17b0-0e59-4a36-ab7e-9be37dfd0478
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T13:26:37.465Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T13:26:37.466Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-31T13:26:37.466Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-31T13:26:37.466Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-31T13:26:37.466Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T13:26:37.466Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T13:26:37.466Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T13:26:37.466Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T13:26:37.466Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T13:26:37.466Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T13:26:37.472Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-31T13:27:07.472Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bb1b17b0-0e59-4a36-ab7e-9be37dfd0478 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-03-31T13:27:07.478Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bb1b17b0-0e59-4a36-ab7e-9be37dfd0478 and serviceModelVersionId: 1967c595-853b-4eec-b0b2-a9a3711bc50f
2022-03-31T13:27:07.478Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d8ce03a7-a5f8-468f-a8aa-d8d6952484e8
2022-03-31T13:27:07.479Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d8ce03a7-a5f8-468f-a8aa-d8d6952484e8/model-vers/model-ver/1967c595-853b-4eec-b0b2-a9a3711bc50f?depth=0
2022-03-31T13:27:07.484Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-03-31T13:27:07.522Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d8ce03a7-a5f8-468f-a8aa-d8d6952484e8/model-vers/model-ver/1967c595-853b-4eec-b0b2-a9a3711bc50f?depth=0|INFO|500||Invoke
2022-03-31T13:27:07.522Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d8ce03a7-a5f8-468f-a8aa-d8d6952484e8/model-vers/model-ver/1967c595-853b-4eec-b0b2-a9a3711bc50f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d8ce03a7-a5f8-468f-a8aa-d8d6952484e8/model-vers/model-ver/1967c595-853b-4eec-b0b2-a9a3711bc50f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bb1b17b0-0e59-4a36-ab7e-9be37dfd0478], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[be64446d-8c03-423d-bdfe-9a6c409c0d76], X-ECOMP-RequestID=[bb1b17b0-0e59-4a36-ab7e-9be37dfd0478], X-TransactionId=[], X-ONAP-RequestID=[bb1b17b0-0e59-4a36-ab7e-9be37dfd0478], Content-Type=[application/merge-patch+json]}
2022-03-31T13:27:07.542Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d8ce03a7-a5f8-468f-a8aa-d8d6952484e8/model-vers/model-ver/1967c595-853b-4eec-b0b2-a9a3711bc50f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-31T13:27:07.628Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d8ce03a7-a5f8-468f-a8aa-d8d6952484e8/model-vers/model-ver/1967c595-853b-4eec-b0b2-a9a3711bc50f?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/d8ce03a7-a5f8-468f-a8aa-d8d6952484e8/model-vers/model-ver/1967c595-853b-4eec-b0b2-a9a3711bc50f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220331-13:27:07:548-67012], vertex-id=[204928], Content-Length=[0], Date=[Thu, 31 Mar 2022 13:27:07 GMT], Content-Type=[application/json]}
2022-03-31T13:27:07.628Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d8ce03a7-a5f8-468f-a8aa-d8d6952484e8/model-vers/model-ver/1967c595-853b-4eec-b0b2-a9a3711bc50f?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-31T13:27:07.629Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d8ce03a7-a5f8-468f-a8aa-d8d6952484e8/model-vers/model-ver/1967c595-853b-4eec-b0b2-a9a3711bc50f?depth=0|INFO|500||InvokeReturn
2022-03-31T13:27:07.629Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-31T13:27:07.629Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T13:27:07.635Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-31T13:27:07.635Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bb1b17b0-0e59-4a36-ab7e-9be37dfd0478 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-31T13:27:07.635Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-31T13:27:07.636Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:27:07.638Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:27:07.638Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733227635,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-31T13:27:07.743Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-03-31T13:27:07.744Z||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-03-31T13:27:07.744Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:27:07.759Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:27:07.759Z||pool-61-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-31T13:27:08.652Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T13:27:08.652Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"dc081289-c095-4849-bf16-0740ab657c2c","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"cf0b8455-6557-411f-ac91-e6f2801d7ea5","serviceDescription":"service","serviceInvariantUUID":"ceecc7d4-4f6e-4faf-afac-eb43f708ac36","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"c0c675f9-dd54-432a-8e76-ed6ddb3c44cf","resourceInvariantUUID":"4e22bd1b-ef93-43dd-814e-c39b9294eabc","resourceCustomizationUUID":"27d659a9-eb38-47b5-9fe1-a36bd04b3235","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":"NDNiNzk3NTAzOWQyY2M1MzZhNTQ2ZmVkYmI0OWY0MzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1f11f1bd-597c-4b32-b397-e560cdffa629","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YzkxNDY4YmU0YjdlMDVlNGQ3YzFiZGE1ZjMzNDJjNzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"beb3892d-7703-4b65-94ef-1e0d0574f768","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-31T13:27:08.652Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:27:08.653Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:27:08.655Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:27:08.655Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "dc081289-c095-4849-bf16-0740ab657c2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733052386,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:27:08.755Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:27:08.755Z||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-03-31T13:27:08.756Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:27:08.768Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:27:08.768Z||pool-62-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:27:09.655Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:27:09.656Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:27:09.658Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:27:09.658Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "dc081289-c095-4849-bf16-0740ab657c2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733052386,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T13:27:09.758Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:27:09.759Z||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-03-31T13:27:09.759Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:27:09.773Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:27:09.773Z||pool-63-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:27:10.660Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "dc081289-c095-4849-bf16-0740ab657c2c",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "cf0b8455-6557-411f-ac91-e6f2801d7ea5",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ceecc7d4-4f6e-4faf-afac-eb43f708ac36",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "27d659a9-eb38-47b5-9fe1-a36bd04b3235",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "c0c675f9-dd54-432a-8e76-ed6ddb3c44cf",
      "resourceInvariantUUID": "4e22bd1b-ef93-43dd-814e-c39b9294eabc",
      "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": "YzkxNDY4YmU0YjdlMDVlNGQ3YzFiZGE1ZjMzNDJjNzM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "beb3892d-7703-4b65-94ef-1e0d0574f768"
    }
  ],
  "workloadContext": "Production"
}
2022-03-31T13:27:10.660Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-31T13:27:10.660Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 cf0b8455-6557-411f-ac91-e6f2801d7ea5 ASDC
2022-03-31T13:27:10.660Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:dc081289-c095-4849-bf16-0740ab657c2c
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:cf0b8455-6557-411f-ac91-e6f2801d7ea5
ServiceInvariantUUID:ceecc7d4-4f6e-4faf-afac-eb43f708ac36
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:beb3892d-7703-4b65-94ef-1e0d0574f768
ArtifactChecksum:YzkxNDY4YmU0YjdlMDVlNGQ3YzFiZGE1ZjMzNDJjNzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:27d659a9-eb38-47b5-9fe1-a36bd04b3235
ResourceInvariantUUID:4e22bd1b-ef93-43dd-814e-c39b9294eabc
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:c0c675f9-dd54-432a-8e76-ed6ddb3c44cf
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-03-31T13:27:10.661Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cf0b8455-6557-411f-ac91-e6f2801d7ea5 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-03-31T13:27:10.688Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-31T13:27:10.689Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-31T13:27:10.689Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-31T13:27:10.689Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: beb3892d-7703-4b65-94ef-1e0d0574f768 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-31T13:27:10.689Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-31T13:27:10.689Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-31T13:27:10.821Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-31T13:27:10.824Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar beb3892d-7703-4b65-94ef-1e0d0574f768 52504
2022-03-31T13:27:10.824Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-03-31T13:27:10.824Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-31T13:27:10.824Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T13:27:10.824Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:27:10.826Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:27:10.826Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "dc081289-c095-4849-bf16-0740ab657c2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733230824,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:27:10.927Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:27:10.927Z||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-03-31T13:27:10.927Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:27:10.940Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:27:10.941Z||pool-64-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:27:11.827Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-31T13:27:11.828Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-31T13:27:11.828Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: beb3892d-7703-4b65-94ef-1e0d0574f768, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-31T13:27:11.828Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-03-31T13:27:11.829Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-31T13:27:11.829Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-31T13:27:11.917Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3880391851882625490/Definitions/service-BasicNetwork-template.yml
2022-03-31T13:27:12.301Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-31T13:27:12.301Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-31T13:27:12.301Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-31T13:27:12.302Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-03-31T13:27:12.302Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-31T13:27:12.302Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-31T13:27:12.302Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-31T13:27:12.302Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-31T13:27:12.302Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-31T13:27:12.302Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-31T13:27:12.302Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-31T13:27:12.302Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-31T13:27:12.302Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-31T13:27:12.302Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:27:12.302Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:27:12.302Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-31T13:27:12.302Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-31T13:27:12.302Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-31T13:27:12.302Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:27:12.302Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:27:12.303Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-31T13:27:12.303Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-31T13:27:12.303Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-31T13:27:12.303Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:27:12.303Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:27:12.303Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:27:12.303Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:27:12.303Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:27:12.303Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:27:12.303Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:27:12.303Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:27:12.304Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:27:12.304Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:27:12.304Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:cf0b8455-6557-411f-ac91-e6f2801d7ea5
Model Version:NULL
Model InvariantUuid:ceecc7d4-4f6e-4faf-afac-eb43f708ac36
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:4e22bd1b-ef93-43dd-814e-c39b9294eabc
Model UUID:71e88a84-8cbf-4398-8cc6-36034ae3c9b3
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:27d659a9-eb38-47b5-9fe1-a36bd04b3235
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-03-31T13:27:12.311Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: c0c675f9-dd54-432a-8e76-ed6ddb3c44cf
2022-03-31T13:27:12.312Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||INFO|500||No resources found for Service: cf0b8455-6557-411f-ac91-e6f2801d7ea5
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-03-31T13:27:12.315Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||INFO|500||
2022-03-31T13:27:12.315Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-03-31T13:27:12.315Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||No resources found for Service: cf0b8455-6557-411f-ac91-e6f2801d7ea5
2022-03-31T13:27:12.316Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: cf0b8455-6557-411f-ac91-e6f2801d7ea5
2022-03-31T13:27:12.316Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-03-31T13:27:12.316Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T13:27:12.322Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@94b5104, org.onap.sdc.toscaparser.api.parameters.Input@46b7d47d, org.onap.sdc.toscaparser.api.parameters.Input@18a06cd4, org.onap.sdc.toscaparser.api.parameters.Input@798b78ea, org.onap.sdc.toscaparser.api.parameters.Input@2a1bd5ae]
2022-03-31T13:27:12.323Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:27:12.324Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:27:12.324Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:27:12.324Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:27:12.324Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid cf0b8455-6557-411f-ac91-e6f2801d7ea5: Generic NeutronNet
2022-03-31T13:27:12.324Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:27:12.324Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:27:12.324Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:27:12.324Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-03-31T13:27:12.361Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:27:12.361Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:27:12.361Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:27:12.361Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:27:12.361Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:27:12.362Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:27:12.362Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-03-31T13:27:12.408Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-03-31T13:27:12.409Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-03-31T13:27:12.409Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-31T13:27:12.409Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T13:27:12.409Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:27:12.411Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:27:12.411Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "dc081289-c095-4849-bf16-0740ab657c2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733232409,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T13:27:12.511Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:27:12.512Z||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-03-31T13:27:12.512Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:27:12.523Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:27:12.523Z||pool-65-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:27:13.412Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dc081289-c095-4849-bf16-0740ab657c2c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-31T13:27:13.424Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dc081289-c095-4849-bf16-0740ab657c2c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T13:27:13.427Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T13:27:13.427Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-31T13:27:13.428Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-31T13:27:13.428Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-31T13:27:13.428Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T13:27:13.428Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T13:27:13.428Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T13:27:13.428Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T13:27:13.428Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T13:27:13.436Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-31T13:27:29.355Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:27:29.356Z||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-03-31T13:27:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:27:29.382Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:27:29.383Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T13:27:29.383Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733070857,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:27:29.384Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:27:29.384Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T13:27:29.384Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733072247,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:27:29.384Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:27:29.384Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T13:27:29.384Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733073375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-31T13:27:29.384Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:27:29.384Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T13:27:29.384Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733074379,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-03-31T13:27:29.384Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:27:29.384Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T13:27:29.384Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733075383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-03-31T13:27:29.384Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:27:29.384Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T13:27:29.385Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733076386,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T13:27:29.385Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:27:43.437Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dc081289-c095-4849-bf16-0740ab657c2c 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-03-31T13:27:43.444Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dc081289-c095-4849-bf16-0740ab657c2c and serviceModelVersionId: cf0b8455-6557-411f-ac91-e6f2801d7ea5
2022-03-31T13:27:43.445Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ceecc7d4-4f6e-4faf-afac-eb43f708ac36
2022-03-31T13:27:43.446Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ceecc7d4-4f6e-4faf-afac-eb43f708ac36/model-vers/model-ver/cf0b8455-6557-411f-ac91-e6f2801d7ea5?depth=0
2022-03-31T13:27:43.450Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-03-31T13:27:43.484Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ceecc7d4-4f6e-4faf-afac-eb43f708ac36/model-vers/model-ver/cf0b8455-6557-411f-ac91-e6f2801d7ea5?depth=0|INFO|500||Invoke
2022-03-31T13:27:43.484Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ceecc7d4-4f6e-4faf-afac-eb43f708ac36/model-vers/model-ver/cf0b8455-6557-411f-ac91-e6f2801d7ea5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ceecc7d4-4f6e-4faf-afac-eb43f708ac36/model-vers/model-ver/cf0b8455-6557-411f-ac91-e6f2801d7ea5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dc081289-c095-4849-bf16-0740ab657c2c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[990142d7-bae8-4aff-9012-8c1cf8cfaff7], X-ECOMP-RequestID=[dc081289-c095-4849-bf16-0740ab657c2c], X-TransactionId=[], X-ONAP-RequestID=[dc081289-c095-4849-bf16-0740ab657c2c], Content-Type=[application/merge-patch+json]}
2022-03-31T13:27:43.514Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ceecc7d4-4f6e-4faf-afac-eb43f708ac36/model-vers/model-ver/cf0b8455-6557-411f-ac91-e6f2801d7ea5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-31T13:27:43.595Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ceecc7d4-4f6e-4faf-afac-eb43f708ac36/model-vers/model-ver/cf0b8455-6557-411f-ac91-e6f2801d7ea5?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/ceecc7d4-4f6e-4faf-afac-eb43f708ac36/model-vers/model-ver/cf0b8455-6557-411f-ac91-e6f2801d7ea5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220331-13:27:43:522-33994], vertex-id=[180232], Content-Length=[0], Date=[Thu, 31 Mar 2022 13:27:43 GMT], Content-Type=[application/json]}
2022-03-31T13:27:43.595Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ceecc7d4-4f6e-4faf-afac-eb43f708ac36/model-vers/model-ver/cf0b8455-6557-411f-ac91-e6f2801d7ea5?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-31T13:27:43.596Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ceecc7d4-4f6e-4faf-afac-eb43f708ac36/model-vers/model-ver/cf0b8455-6557-411f-ac91-e6f2801d7ea5?depth=0|INFO|500||InvokeReturn
2022-03-31T13:27:43.597Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-31T13:27:43.597Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T13:27:43.603Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-31T13:27:43.604Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dc081289-c095-4849-bf16-0740ab657c2c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-31T13:27:43.604Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-31T13:27:43.604Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:27:43.606Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:27:43.606Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "dc081289-c095-4849-bf16-0740ab657c2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733263604,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-31T13:27:43.706Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:27:43.707Z||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-03-31T13:27:43.707Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:27:43.721Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:27:43.721Z||pool-66-thread-1|||||INFO|500||cambria reply ok (14 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-03-31T13:27:44.620Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:27:44.621Z|dc081289-c095-4849-bf16-0740ab657c2c|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-03-31T13:27:44.621Z|dc081289-c095-4849-bf16-0740ab657c2c|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:27:56.028Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:27:56.028Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:27:56.029Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:27:56.029Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:28:05.583Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:28:05.584Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:28:05.584Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:28:05.584Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:28:15.131Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:28:15.131Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:28:15.131Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:28:15.132Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:28:24.678Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:28:24.679Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:28:24.679Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:28:24.679Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:28:29.355Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:28:29.356Z||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-03-31T13:28:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:28:29.383Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:28:29.383Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:28:29.383Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733227635,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-31T13:28:29.384Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:28:29.384Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:28:29.384Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc081289-c095-4849-bf16-0740ab657c2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733052386,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:28:29.384Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:28:29.384Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:28:29.384Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc081289-c095-4849-bf16-0740ab657c2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733052386,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T13:28:29.384Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:28:29.384Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:28:29.384Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc081289-c095-4849-bf16-0740ab657c2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733230824,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:28:29.384Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:28:29.385Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:28:29.385Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc081289-c095-4849-bf16-0740ab657c2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733232409,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T13:28:29.385Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:28:34.221Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:28:34.221Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:28:34.222Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:28:34.222Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:28:43.766Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:28:43.766Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:28:43.767Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:28:43.767Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:28:53.309Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:29:29.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:29:29.354Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:29:29.354Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:29:29.355Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:29:29.356Z||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-03-31T13:29:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:29:29.381Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:29:29.382Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:29:29.382Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc081289-c095-4849-bf16-0740ab657c2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733263604,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-31T13:29:29.382Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:29:29.980Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:29:29.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:29:29.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"e5f61056-b859-4b6f-aa13-ab1374e2b88a","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"7d511e88-d5a2-4eff-89d1-fccffad973a4","serviceDescription":"service","serviceInvariantUUID":"e2c77956-e2cb-4d2f-a7de-7837dad42246","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6461c614-aa01-46c6-be7b-e2c4f7d98db2","resourceInvariantUUID":"381a03ad-ae7c-40dd-9ee2-dcb9f2301a9c","resourceCustomizationUUID":"ec7ebb37-b6c5-4e94-a95b-175a1afe509e","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":"NjE3MmZkNGM2ZGYzNzBjNGI5MjIzYmY5ZTM5NDQ3ZmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"122cc5d4-47af-4559-8d43-bc516a7b62f5","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":"282474cc-b0f1-4759-8821-01f8e3ac9c9c","artifactVersion":"2","generatedFromUUID":"1681a65b-2a8f-4ee8-8412-7759014768b0"},{"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":"1681a65b-2a8f-4ee8-8412-7759014768b0","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":"ZGNlZjE3MzUyZWE4NDZiNjQ4OWVhY2I1MmJmM2Y1N2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ba71132a-1c21-4ae1-80d0-d0233d4d5a03","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":"e0503761-7b54-4427-b371-4d50b0601c3e","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":"41ebbe24-1412-4225-9fe4-0de65fb71969","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":"e10a7067-9a81-48a7-ad66-1ae4f0004129","artifactVersion":"2","generatedFromUUID":"e0503761-7b54-4427-b371-4d50b0601c3e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZDhlMDE3NTEzODdlMzYzMTI1OGQ0MDRhMzAzNzQ2NDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fa2e70e1-e388-4332-be24-c6402d437cd3","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZjEwOTM3MmU3MjA4ZWUyZjNlYTA0ZGI4NzFmN2JkM2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5771b820-3a91-4d4f-9689-b6c57e8565b2","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-31T13:29:29.983Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:29:29.984Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:29:29.986Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:29:29.986Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733369353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:29:30.086Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:29:30.087Z||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-03-31T13:29:30.087Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:29:30.097Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:29:30.097Z||pool-67-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:29:30.986Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:29:30.987Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:29:30.988Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:29:30.988Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733369353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-03-31T13:29:31.089Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:29:31.090Z||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-03-31T13:29:31.090Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:29:31.100Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:29:31.100Z||pool-68-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:29:31.989Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:29:31.990Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:29:31.992Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:29:31.992Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733369353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-03-31T13:29:32.092Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-31T13:29:32.093Z||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-03-31T13:29:32.093Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:29:32.104Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:29:32.104Z||pool-69-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:29:32.993Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:29:32.994Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:29:32.995Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:29:32.995Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733369353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-31T13:29:33.096Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-31T13:29:33.096Z||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-03-31T13:29:33.096Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:29:33.108Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:29:33.108Z||pool-70-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:29:33.996Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:29:33.997Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:29:33.998Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:29:33.999Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733369353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-31T13:29:34.099Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:29:34.099Z||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-03-31T13:29:34.100Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:29:34.112Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:29:34.112Z||pool-71-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:29:34.999Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:29:35.000Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:29:35.002Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:29:35.002Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733369353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:29:35.102Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:29:35.103Z||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-03-31T13:29:35.103Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:29:35.116Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:29:35.117Z||pool-72-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:29:36.002Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:29:36.003Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:29:36.005Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:29:36.005Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733369353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-03-31T13:29:36.105Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:29:36.106Z||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-03-31T13:29:36.107Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:29:36.120Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:29:36.120Z||pool-73-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-31T13:29:37.006Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:29:37.007Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:29:37.009Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:29:37.009Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733369353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:29:37.109Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:29:37.110Z||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-03-31T13:29:37.110Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:29:37.121Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:29:37.122Z||pool-74-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:29:38.009Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:29:38.010Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:29:38.012Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:29:38.012Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733369353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T13:29:38.112Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:29:38.113Z||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-03-31T13:29:38.113Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:29:38.124Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:29:38.125Z||pool-75-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:29:39.014Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "7d511e88-d5a2-4eff-89d1-fccffad973a4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e2c77956-e2cb-4d2f-a7de-7837dad42246",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "ec7ebb37-b6c5-4e94-a95b-175a1afe509e",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6461c614-aa01-46c6-be7b-e2c4f7d98db2",
      "resourceInvariantUUID": "381a03ad-ae7c-40dd-9ee2-dcb9f2301a9c",
      "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": "282474cc-b0f1-4759-8821-01f8e3ac9c9c",
          "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": "1681a65b-2a8f-4ee8-8412-7759014768b0",
          "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": "ZGNlZjE3MzUyZWE4NDZiNjQ4OWVhY2I1MmJmM2Y1N2M\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ba71132a-1c21-4ae1-80d0-d0233d4d5a03",
          "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": "e0503761-7b54-4427-b371-4d50b0601c3e",
          "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": "e10a7067-9a81-48a7-ad66-1ae4f0004129",
            "generatedFromUUID": "e0503761-7b54-4427-b371-4d50b0601c3e"
          },
          "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": "e10a7067-9a81-48a7-ad66-1ae4f0004129",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "ZjEwOTM3MmU3MjA4ZWUyZjNlYTA0ZGI4NzFmN2JkM2I\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5771b820-3a91-4d4f-9689-b6c57e8565b2"
    }
  ],
  "workloadContext": "Production"
}
2022-03-31T13:29:39.014Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-31T13:29:39.014Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 7d511e88-d5a2-4eff-89d1-fccffad973a4 ASDC
2022-03-31T13:29:39.014Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:e5f61056-b859-4b6f-aa13-ab1374e2b88a
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:7d511e88-d5a2-4eff-89d1-fccffad973a4
ServiceInvariantUUID:e2c77956-e2cb-4d2f-a7de-7837dad42246
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:5771b820-3a91-4d4f-9689-b6c57e8565b2
ArtifactChecksum:ZjEwOTM3MmU3MjA4ZWUyZjNlYTA0ZGI4NzFmN2JkM2I=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:ec7ebb37-b6c5-4e94-a95b-175a1afe509e
ResourceInvariantUUID:381a03ad-ae7c-40dd-9ee2-dcb9f2301a9c
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:6461c614-aa01-46c6-be7b-e2c4f7d98db2
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:282474cc-b0f1-4759-8821-01f8e3ac9c9c
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:1681a65b-2a8f-4ee8-8412-7759014768b0
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:ba71132a-1c21-4ae1-80d0-d0233d4d5a03
ArtifactChecksum:ZGNlZjE3MzUyZWE4NDZiNjQ4OWVhY2I1MmJmM2Y1N2M=
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:e0503761-7b54-4427-b371-4d50b0601c3e
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:e10a7067-9a81-48a7-ad66-1ae4f0004129
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:e10a7067-9a81-48a7-ad66-1ae4f0004129
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-31T13:29:39.015Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7d511e88-d5a2-4eff-89d1-fccffad973a4 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-03-31T13:29:39.049Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-31T13:29:39.049Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-31T13:29:39.049Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-31T13:29:39.049Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5771b820-3a91-4d4f-9689-b6c57e8565b2 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-31T13:29:39.050Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-31T13:29:39.050Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-31T13:29:39.110Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-31T13:29:39.114Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 5771b820-3a91-4d4f-9689-b6c57e8565b2 68944
2022-03-31T13:29:39.114Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-03-31T13:29:39.114Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-31T13:29:39.114Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T13:29:39.114Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:29:39.116Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:29:39.116Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733379114,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:29:39.216Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-31T13:29:39.217Z||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-03-31T13:29:39.217Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:29:39.231Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:29:39.231Z||pool-76-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:29:40.117Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-31T13:29:40.118Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-31T13:29:40.118Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 5771b820-3a91-4d4f-9689-b6c57e8565b2, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-31T13:29:40.119Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-03-31T13:29:40.119Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-31T13:29:40.119Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-31T13:29:40.225Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14357573598774635637/Definitions/service-BasicCnf-template.yml
2022-03-31T13:29:41.212Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-31T13:29:41.213Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-03-31T13:29:41.213Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-31T13:29:41.213Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-03-31T13:29:41.213Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||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-03-31T13:29:41.213Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||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-03-31T13:29:41.213Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||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-03-31T13:29:41.213Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||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-03-31T13:29:41.213Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-03-31T13:29:41.213Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:29:41.217Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:29:41.217Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-31T13:29:41.218Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-03-31T13:29:41.218Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-31T13:29:41.218Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:29:41.218Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:29:41.218Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-31T13:29:41.218Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-03-31T13:29:41.218Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-31T13:29:41.218Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:29:41.218Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:29:41.218Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:29:41.218Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-31T13:29:41.218Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-03-31T13:29:41.219Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Node template dummy is not matching search criteria
2022-03-31T13:29:41.219Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-31T13:29:41.219Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:29:41.219Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-31T13:29:41.219Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:29:41.219Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-31T13:29:41.219Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T13:29:41.219Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:29:41.219Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-31T13:29:41.220Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T13:29:41.220Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:29:41.220Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-31T13:29:41.220Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T13:29:41.220Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:29:41.220Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-31T13:29:41.220Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-03-31T13:29:41.220Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=cfeeb510-d463-4145-9c2a-53f94f06efe2
2022-03-31T13:29:41.220Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:29:41.220Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:29:41.221Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:29:41.221Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:29:41.221Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:29:41.221Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:29:41.221Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:29:41.221Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:29:41.221Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:7d511e88-d5a2-4eff-89d1-fccffad973a4
Model Version:NULL
Model InvariantUuid:e2c77956-e2cb-4d2f-a7de-7837dad42246
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:632a63c8-a3ce-4fbd-80ac-1cb8c7565a72
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:381a03ad-ae7c-40dd-9ee2-dcb9f2301a9c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ec7ebb37-b6c5-4e94-a95b-175a1afe509e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:5bf215cc-e49b-4b41-a080-0a03a5b51d5e
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:77f32197-5c56-4e4b-ae5a-768bafa25767
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cfeeb510-d463-4145-9c2a-53f94f06efe2
ModelInvariantUuid:859fefc5-2fd4-4c21-ab19-7516fffa26f0
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:0cab3e1d-b338-4bcd-9a21-3e1de5aaa591
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:3385e768-73fa-47b5-9eba-6c576fb067da
ModelInvariantUuid:9760070a-6bb0-472c-a055-28f21d94cfcd
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:7a1651a6-391a-4cfa-9bf9-b6fb578cb380
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-03-31T13:29:41.229Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 6461c614-aa01-46c6-be7b-e2c4f7d98db2
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-03-31T13:29:41.232Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||INFO|500||basic_cnf 0
2022-03-31T13:29:41.232Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6461c614-aa01-46c6-be7b-e2c4f7d98db2
2022-03-31T13:29:41.232Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 282474cc-b0f1-4759-8821-01f8e3ac9c9c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-03-31T13:29:41.232Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-31T13:29:41.233Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||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-03-31T13:29:41.275Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-31T13:29:41.276Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 282474cc-b0f1-4759-8821-01f8e3ac9c9c 12
2022-03-31T13:29:41.276Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||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-03-31T13:29:41.276Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||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-03-31T13:29:41.276Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T13:29:41.276Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:29:41.278Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:29:41.278Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733381276,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:29:41.378Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:29:41.379Z||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-03-31T13:29:41.379Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:29:41.393Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:29:41.394Z||pool-77-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-31T13:29:42.279Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1681a65b-2a8f-4ee8-8412-7759014768b0 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-03-31T13:29:42.279Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-31T13:29:42.279Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||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-03-31T13:29:42.334Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-31T13:29:42.335Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 1681a65b-2a8f-4ee8-8412-7759014768b0 2688
2022-03-31T13:29:42.335Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||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-03-31T13:29:42.335Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||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-03-31T13:29:42.335Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T13:29:42.335Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:29:42.338Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:29:42.338Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733382335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:29:42.438Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:29:42.438Z||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-03-31T13:29:42.438Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:29:42.450Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:29:42.450Z||pool-78-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:29:43.339Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ba71132a-1c21-4ae1-80d0-d0233d4d5a03 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-03-31T13:29:43.339Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-31T13:29:43.340Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||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-03-31T13:29:43.382Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-31T13:29:43.382Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ba71132a-1c21-4ae1-80d0-d0233d4d5a03 828
2022-03-31T13:29:43.383Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||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-03-31T13:29:43.383Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||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-03-31T13:29:43.383Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T13:29:43.384Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:29:43.385Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:29:43.385Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733383383,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:29:43.486Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-31T13:29:43.486Z||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-03-31T13:29:43.486Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:29:43.497Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:29:43.497Z||pool-79-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-03-31T13:29:44.386Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "5bf215cc-e49b-4b41-a080-0a03a5b51d5e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "77f32197-5c56-4e4b-ae5a-768bafa25767",
    "vfModuleModelCustomizationUUID": "cc6a51bc-a35b-4a79-8505-acad4352561a",
    "isBase": true,
    "artifacts": [
      "1681a65b-2a8f-4ee8-8412-7759014768b0",
      "e0503761-7b54-4427-b371-4d50b0601c3e",
      "e10a7067-9a81-48a7-ad66-1ae4f0004129"
    ],
    "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-03-31T13:29:44.390Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:77f32197-5c56-4e4b-ae5a-768bafa25767
VfModuleModelInvariantUUID:5bf215cc-e49b-4b41-a080-0a03a5b51d5e
VfModuleModelDescription:NULL
Artifacts UUID List:{
1681a65b-2a8f-4ee8-8412-7759014768b0
,
e0503761-7b54-4427-b371-4d50b0601c3e
,
e10a7067-9a81-48a7-ad66-1ae4f0004129

}
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-03-31T13:29:44.393Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "5bf215cc-e49b-4b41-a080-0a03a5b51d5e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "77f32197-5c56-4e4b-ae5a-768bafa25767",
    "vfModuleModelCustomizationUUID": "cc6a51bc-a35b-4a79-8505-acad4352561a",
    "isBase": true,
    "artifacts": [
      "1681a65b-2a8f-4ee8-8412-7759014768b0",
      "e0503761-7b54-4427-b371-4d50b0601c3e",
      "e10a7067-9a81-48a7-ad66-1ae4f0004129"
    ],
    "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-03-31T13:29:44.393Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:77f32197-5c56-4e4b-ae5a-768bafa25767
VfModuleModelInvariantUUID:5bf215cc-e49b-4b41-a080-0a03a5b51d5e
VfModuleModelDescription:NULL
Artifacts UUID List:{
1681a65b-2a8f-4ee8-8412-7759014768b0
,
e0503761-7b54-4427-b371-4d50b0601c3e
,
e10a7067-9a81-48a7-ad66-1ae4f0004129

}
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-03-31T13:29:44.393Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e0503761-7b54-4427-b371-4d50b0601c3e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-03-31T13:29:44.393Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-31T13:29:44.393Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||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-03-31T13:29:44.439Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-31T13:29:44.439Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml e0503761-7b54-4427-b371-4d50b0601c3e 1164
2022-03-31T13:29:44.440Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||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-03-31T13:29:44.440Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||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-03-31T13:29:44.440Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T13:29:44.440Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:29:44.442Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:29:44.442Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733384440,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:29:44.542Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:29:44.543Z||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-03-31T13:29:44.543Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:29:44.556Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:29:44.557Z||pool-80-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:29:45.443Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e10a7067-9a81-48a7-ad66-1ae4f0004129 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-03-31T13:29:45.444Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-31T13:29:45.444Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||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-03-31T13:29:45.489Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-31T13:29:45.490Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env e10a7067-9a81-48a7-ad66-1ae4f0004129 200
2022-03-31T13:29:45.490Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||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-03-31T13:29:45.490Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||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-03-31T13:29:45.490Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T13:29:45.490Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:29:45.492Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:29:45.492Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733385490,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:29:45.592Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:29:45.593Z||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-03-31T13:29:45.593Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:29:45.607Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:29:45.607Z||pool-81-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:29:46.492Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 7d511e88-d5a2-4eff-89d1-fccffad973a4
2022-03-31T13:29:46.493Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 6461c614-aa01-46c6-be7b-e2c4f7d98db2 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=?
2022-03-31T13:29:46.509Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||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 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-03-31T13:29:46.514Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7a8a2209, org.onap.sdc.toscaparser.api.parameters.Input@4494f1b0, org.onap.sdc.toscaparser.api.parameters.Input@d0e3cc8, org.onap.sdc.toscaparser.api.parameters.Input@5c516bfe, org.onap.sdc.toscaparser.api.parameters.Input@77608017]
2022-03-31T13:29:46.515Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:29:46.515Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:29:46.515Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-03-31T13:29:46.516Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= ec7ebb37-b6c5-4e94-a95b-175a1afe509e
2022-03-31T13:29:46.516Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ec7ebb37-b6c5-4e94-a95b-175a1afe509e matches Tosca VF Customization UUID: ec7ebb37-b6c5-4e94-a95b-175a1afe509e
2022-03-31T13:29:46.516Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: ec7ebb37-b6c5-4e94-a95b-175a1afe509e  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-03-31T13:29:46.518Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:29:46.518Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:29:46.519Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id ec7ebb37-b6c5-4e94-a95b-175a1afe509e: {\"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-03-31T13:29:46.519Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3f57e879
2022-03-31T13:29:46.519Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:29:46.519Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-31T13:29:46.519Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : cc6a51bc-a35b-4a79-8505-acad4352561a
2022-03-31T13:29:46.519Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID cc6a51bc-a35b-4a79-8505-acad4352561a
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-03-31T13:29:46.522Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:29:46.522Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-31T13:29:46.522Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T13:29:46.522Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:29:46.522Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-31T13:29:46.523Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T13:29:46.523Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:29:46.523Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-31T13:29:46.523Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-03-31T13:29:46.523Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=cfeeb510-d463-4145-9c2a-53f94f06efe2
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-03-31T13:29:46.525Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:29:46.526Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-31T13:29:46.526Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T13:29:46.526Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:29:46.526Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-31T13:29:46.527Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=ec7ebb37-b6c5-4e94-a95b-175a1afe509e
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-03-31T13:29:46.529Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:29:46.529Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:29:46.529Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 7d511e88-d5a2-4eff-89d1-fccffad973a4: basic_cnf
2022-03-31T13:29:46.529Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:29:46.529Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:29:46.529Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:29:46.530Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:29:46.530Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:29:46.530Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:29:46.530Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:29:46.530Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:29:46.530Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:29:46.530Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:29:46.530Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||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-03-31T13:29:46.600Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 6461c614-aa01-46c6-be7b-e2c4f7d98db2 1 ASDC deployResourceStructure
2022-03-31T13:29:46.600Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||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-03-31T13:29:46.601Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||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-03-31T13:29:46.601Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-03-31T13:29:46.601Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:29:46.603Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:29:46.603Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733386600,
  "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-03-31T13:29:46.703Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:29:46.704Z||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-03-31T13:29:46.704Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:29:46.717Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:29:46.717Z||pool-82-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:29:47.604Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||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-03-31T13:29:47.605Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||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-03-31T13:29:47.605Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-03-31T13:29:47.605Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:29:47.607Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:29:47.608Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733387604,
  "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-03-31T13:29:47.708Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-31T13:29:47.708Z||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-03-31T13:29:47.708Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:29:47.722Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:29:47.722Z||pool-83-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:29:48.609Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||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-03-31T13:29:48.609Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||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-03-31T13:29:48.609Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T13:29:48.609Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:29:48.611Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:29:48.611Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733388609,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-31T13:29:48.711Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:29:48.712Z||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-03-31T13:29:48.712Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:29:48.731Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:29:48.732Z||pool-84-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-03-31T13:29:49.612Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||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-03-31T13:29:49.613Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||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-03-31T13:29:49.613Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T13:29:49.613Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:29:49.615Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:29:49.615Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733389612,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-03-31T13:29:49.715Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:29:49.716Z||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-03-31T13:29:49.716Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:29:49.729Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:29:49.730Z||pool-85-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:29:50.616Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||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-03-31T13:29:50.617Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||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-03-31T13:29:50.617Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T13:29:50.617Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:29:50.619Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:29:50.619Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733390616,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-03-31T13:29:50.719Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:29:50.721Z||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-03-31T13:29:50.721Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:29:50.732Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:29:50.732Z||pool-86-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:29:51.620Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-03-31T13:29:51.620Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-31T13:29:51.621Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T13:29:51.621Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:29:51.623Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:29:51.623Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733391620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T13:29:51.723Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:29:51.723Z||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-03-31T13:29:51.724Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:29:51.735Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:29:51.735Z||pool-87-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:29:52.623Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e5f61056-b859-4b6f-aa13-ab1374e2b88a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-31T13:29:52.634Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e5f61056-b859-4b6f-aa13-ab1374e2b88a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T13:29:52.636Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T13:29:52.637Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-31T13:29:52.637Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-31T13:30:22.637Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e5f61056-b859-4b6f-aa13-ab1374e2b88a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-31T13:30:22.648Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e5f61056-b859-4b6f-aa13-ab1374e2b88a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T13:30:22.650Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T13:30:22.654Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-31T13:30:22.655Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-31T13:30:29.355Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:30:29.356Z||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-03-31T13:30:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:30:29.386Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:30:29.387Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:30:29.387Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648733365979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:30:29.388Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:30:29.388Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:30:29.388Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648733362962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:30:29.388Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:30:29.388Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:30:29.388Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648733365288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:30:29.388Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:30:29.388Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:30:29.388Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648733365979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:30:29.388Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:30:29.388Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:30:29.388Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648733365288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-03-31T13:30:29.389Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:30:29.389Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:30:29.389Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648733362962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:30:29.389Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:30:52.655Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e5f61056-b859-4b6f-aa13-ab1374e2b88a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-31T13:30:52.664Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e5f61056-b859-4b6f-aa13-ab1374e2b88a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T13:30:52.666Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T13:30:52.666Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-31T13:30:52.666Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-31T13:31:22.667Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e5f61056-b859-4b6f-aa13-ab1374e2b88a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-31T13:31:22.678Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e5f61056-b859-4b6f-aa13-ab1374e2b88a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T13:31:22.681Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T13:31:22.681Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-31T13:31:22.681Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-31T13:31:29.355Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:31:29.356Z||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-03-31T13:31:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:31:29.379Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:31:29.380Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:31:29.380Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648733365979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:31:29.380Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:31:52.682Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e5f61056-b859-4b6f-aa13-ab1374e2b88a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-31T13:31:52.691Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e5f61056-b859-4b6f-aa13-ab1374e2b88a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T13:31:52.693Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T13:31:52.693Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-31T13:31:52.693Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-31T13:32:22.693Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e5f61056-b859-4b6f-aa13-ab1374e2b88a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-31T13:32:22.706Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e5f61056-b859-4b6f-aa13-ab1374e2b88a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T13:32:22.709Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T13:32:22.709Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-31T13:32:22.709Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-31T13:32:29.355Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:32:29.356Z||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-03-31T13:32:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:32:29.388Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:32:29.390Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:32:29.390Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648733365288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-03-31T13:32:29.390Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:32:29.390Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:32:29.390Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648733362962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:32:29.391Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:32:29.391Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:32:29.391Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733369353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:32:29.391Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:32:29.391Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:32:29.391Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648733365979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:32:29.391Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:32:29.392Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:32:29.392Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648733362962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:32:29.392Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:32:29.392Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:32:29.392Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648733365288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-31T13:32:29.392Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:32:29.392Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:32:29.392Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733369353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-03-31T13:32:29.392Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:32:29.392Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:32:29.392Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "cds",
  "timestamp": 1648733370370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:32:29.393Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:32:29.393Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:32:29.393Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648733362962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:32:29.393Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:32:29.393Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:32:29.393Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648733365979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:32:29.394Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:32:29.394Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:32:29.394Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648733365288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-31T13:32:29.394Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:32:29.394Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:32:29.394Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733369353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-03-31T13:32:29.394Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:32:29.394Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:32:29.394Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "cds",
  "timestamp": 1648733370370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:32:29.394Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:32:29.394Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:32:29.394Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648733365979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:32:29.394Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:32:29.394Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:32:29.394Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648733362962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:32:29.395Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:32:29.395Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:32:29.395Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648733365288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:32:29.395Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:32:29.395Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:32:29.395Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733369353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-31T13:32:29.396Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:32:29.396Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:32:29.396Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "cds",
  "timestamp": 1648733370370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:32:29.396Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:32:29.396Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:32:29.396Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648733365979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:32:29.396Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:32:29.396Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:32:29.396Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648733362962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:32:29.397Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:32:29.397Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:32:29.397Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648733365288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-03-31T13:32:29.397Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:32:29.397Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:32:29.397Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733369353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-31T13:32:29.397Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:32:29.398Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:32:29.398Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "cds",
  "timestamp": 1648733370370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:32:29.398Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:32:29.398Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:32:29.398Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "aai-ml",
  "timestamp": 1648733373756,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:32:29.398Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:32:29.398Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:32:29.398Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648733362962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:32:29.399Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:32:29.399Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:32:29.399Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648733365979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:32:29.399Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:32:29.399Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:32:29.399Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648733365288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:32:29.399Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:32:29.399Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:32:29.400Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733369353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:32:29.400Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:32:29.400Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:32:29.400Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "cds",
  "timestamp": 1648733370370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:32:29.400Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:32:29.400Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:32:29.400Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "aai-ml",
  "timestamp": 1648733373756,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:32:29.401Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:32:29.401Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:32:29.401Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648733362962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:32:29.401Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:32:29.401Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:32:29.401Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648733365979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T13:32:29.401Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:32:29.401Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:32:29.402Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648733365288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T13:32:29.402Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:32:29.402Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:32:29.402Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733369353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-03-31T13:32:29.402Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:32:29.402Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:32:29.402Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "cds",
  "timestamp": 1648733370370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:32:29.402Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:32:29.403Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:32:29.403Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "aai-ml",
  "timestamp": 1648733373756,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:32:29.403Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:32:29.403Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:32:29.403Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648733376776,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:32:29.403Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:32:29.403Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:32:29.403Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648733376783,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:32:29.404Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:32:29.404Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:32:29.404Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733369353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:32:29.404Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:32:29.404Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:32:29.404Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "cds",
  "timestamp": 1648733370370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:32:29.404Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:32:29.405Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:32:29.405Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "aai-ml",
  "timestamp": 1648733373756,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:32:29.405Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:32:29.405Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:32:29.405Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648733377825,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:32:29.405Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:32:29.405Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:32:29.406Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733369353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T13:32:29.406Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:32:29.406Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:32:29.406Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "cds",
  "timestamp": 1648733370370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:32:29.406Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:32:29.406Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:32:29.406Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "aai-ml",
  "timestamp": 1648733373756,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:32:29.406Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:32:29.407Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:32:29.407Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648733378873,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:32:29.407Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:32:29.407Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:32:29.407Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648733378928,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T13:32:29.407Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:32:29.408Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:32:29.408Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "cds",
  "timestamp": 1648733370370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T13:32:29.408Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:32:29.408Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:32:29.408Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733379114,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:32:29.408Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:32:29.409Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:32:29.409Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "aai-ml",
  "timestamp": 1648733373756,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:32:29.409Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:32:29.409Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:32:29.409Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648733379925,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:32:29.409Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:32:29.409Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:32:29.410Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648733379932,
  "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-03-31T13:32:29.417Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e5f61056-b859-4b6f-aa13-ab1374e2b88a
2022-03-31T13:32:29.418Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e5f61056-b859-4b6f-aa13-ab1374e2b88a 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-03-31T13:32:29.426Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:32:29.426Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "cds",
  "timestamp": 1648733380086,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:32:29.426Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:32:29.426Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:32:29.426Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "aai-ml",
  "timestamp": 1648733373756,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:32:29.426Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:32:29.427Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:32:29.427Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648733380967,
  "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-03-31T13:32:29.432Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e5f61056-b859-4b6f-aa13-ab1374e2b88a
2022-03-31T13:32:29.432Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e5f61056-b859-4b6f-aa13-ab1374e2b88a 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-03-31T13:32:29.441Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:32:29.441Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "cds",
  "timestamp": 1648733381089,
  "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=?
2022-03-31T13:32:29.446Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e5f61056-b859-4b6f-aa13-ab1374e2b88a
2022-03-31T13:32:29.446Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e5f61056-b859-4b6f-aa13-ab1374e2b88a 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-03-31T13:32:29.455Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:32:29.455Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733381276,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:32:29.455Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:32:29.455Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:32:29.455Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "aai-ml",
  "timestamp": 1648733373756,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:32:29.455Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:32:29.455Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:32:29.455Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648733381970,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-31T13:32:29.456Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:32:29.456Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:32:29.456Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733382335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:32:29.456Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:32:29.456Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:32:29.456Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "aai-ml",
  "timestamp": 1648733373756,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T13:32:29.456Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:32:29.456Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:32:29.456Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733383383,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:32:29.457Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:32:29.457Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:32:29.457Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "aai-ml",
  "timestamp": 1648733383477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:32:29.457Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:32:29.457Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:32:29.457Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733384440,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:32:29.457Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:32:29.457Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:32:29.457Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733385490,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:32:29.458Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:32:29.458Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:32:29.458Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733386600,
  "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-03-31T13:32:29.458Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:32:29.458Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:32:29.458Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733387604,
  "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-03-31T13:32:29.458Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:32:29.458Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:32:29.458Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733388609,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-31T13:32:29.458Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:32:29.459Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:32:29.459Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "aai-ml",
  "timestamp": 1648733388974,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T13:32:29.459Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:32:29.459Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:32:29.459Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733389612,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-03-31T13:32:29.459Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:32:29.459Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:32:29.459Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "aai-ml",
  "timestamp": 1648733389978,
  "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-03-31T13:32:29.465Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e5f61056-b859-4b6f-aa13-ab1374e2b88a
2022-03-31T13:32:29.465Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e5f61056-b859-4b6f-aa13-ab1374e2b88a 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-03-31T13:32:29.474Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:32:29.474Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733390616,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-03-31T13:32:29.474Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:32:29.474Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:32:29.474Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733391620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T13:32:29.475Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:32:52.709Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e5f61056-b859-4b6f-aa13-ab1374e2b88a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-31T13:32:52.720Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e5f61056-b859-4b6f-aa13-ab1374e2b88a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T13:32:52.722Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T13:32:52.722Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-31T13:32:52.722Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-31T13:32:52.722Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-31T13:32:52.722Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T13:32:52.722Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T13:32:52.722Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T13:32:52.722Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T13:32:52.722Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T13:32:52.722Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||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-03-31T13:32:52.727Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-31T13:33:22.728Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e5f61056-b859-4b6f-aa13-ab1374e2b88a 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-03-31T13:33:22.735Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e5f61056-b859-4b6f-aa13-ab1374e2b88a and serviceModelVersionId: 7d511e88-d5a2-4eff-89d1-fccffad973a4
2022-03-31T13:33:22.736Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e2c77956-e2cb-4d2f-a7de-7837dad42246
2022-03-31T13:33:22.736Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e2c77956-e2cb-4d2f-a7de-7837dad42246/model-vers/model-ver/7d511e88-d5a2-4eff-89d1-fccffad973a4?depth=0
2022-03-31T13:33:22.743Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-03-31T13:33:22.777Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c77956-e2cb-4d2f-a7de-7837dad42246/model-vers/model-ver/7d511e88-d5a2-4eff-89d1-fccffad973a4?depth=0|INFO|500||Invoke
2022-03-31T13:33:22.778Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c77956-e2cb-4d2f-a7de-7837dad42246/model-vers/model-ver/7d511e88-d5a2-4eff-89d1-fccffad973a4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c77956-e2cb-4d2f-a7de-7837dad42246/model-vers/model-ver/7d511e88-d5a2-4eff-89d1-fccffad973a4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e5f61056-b859-4b6f-aa13-ab1374e2b88a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[58c60dae-e6aa-414c-a575-411eaee61406], X-ECOMP-RequestID=[e5f61056-b859-4b6f-aa13-ab1374e2b88a], X-TransactionId=[], X-ONAP-RequestID=[e5f61056-b859-4b6f-aa13-ab1374e2b88a], Content-Type=[application/merge-patch+json]}
2022-03-31T13:33:22.796Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c77956-e2cb-4d2f-a7de-7837dad42246/model-vers/model-ver/7d511e88-d5a2-4eff-89d1-fccffad973a4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-31T13:33:22.956Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c77956-e2cb-4d2f-a7de-7837dad42246/model-vers/model-ver/7d511e88-d5a2-4eff-89d1-fccffad973a4?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/e2c77956-e2cb-4d2f-a7de-7837dad42246/model-vers/model-ver/7d511e88-d5a2-4eff-89d1-fccffad973a4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220331-13:33:22:803-12097], vertex-id=[229512], Content-Length=[0], Date=[Thu, 31 Mar 2022 13:33:22 GMT], Content-Type=[application/json]}
2022-03-31T13:33:22.957Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c77956-e2cb-4d2f-a7de-7837dad42246/model-vers/model-ver/7d511e88-d5a2-4eff-89d1-fccffad973a4?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-31T13:33:22.958Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c77956-e2cb-4d2f-a7de-7837dad42246/model-vers/model-ver/7d511e88-d5a2-4eff-89d1-fccffad973a4?depth=0|INFO|500||InvokeReturn
2022-03-31T13:33:22.961Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-31T13:33:22.961Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||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-03-31T13:33:22.967Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||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-03-31T13:33:22.967Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e5f61056-b859-4b6f-aa13-ab1374e2b88a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-31T13:33:22.967Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-31T13:33:22.967Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:33:22.969Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:33:22.969Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733602967,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-31T13:33:23.070Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-31T13:33:23.070Z||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-03-31T13:33:23.070Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:33:23.086Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:33:23.087Z||pool-88-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-03-31T13:33:23.980Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:33:23.981Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:33:23.981Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:33:29.355Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:33:29.356Z||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-03-31T13:33:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:33:29.377Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:33:29.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:33:29.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb2ed51-4f88-438d-b222-c226b049ed08",
  "consumerID": "cds",
  "timestamp": 1648733535370,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJhogq6ble5figuxif9je/1.0/resourceInstances/pnf2b0b8d23cc180/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:33:29.379Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:33:29.379Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:33:29.379Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb2ed51-4f88-438d-b222-c226b049ed08",
  "consumerID": "cds",
  "timestamp": 1648733535370,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJhogq6ble5figuxif9je/1.0/resourceInstances/pnf2b0b8d23cc180/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:33:29.379Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:33:29.379Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:33:29.379Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb2ed51-4f88-438d-b222-c226b049ed08",
  "consumerID": "cds",
  "timestamp": 1648733535370,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJhogq6ble5figuxif9je/1.0/resourceInstances/pnf2b0b8d23cc180/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:33:29.379Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:33:29.379Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:33:29.380Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb2ed51-4f88-438d-b222-c226b049ed08",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648733542962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJhogq6ble5figuxif9je/1.0/resourceInstances/pnf2b0b8d23cc180/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:33:29.380Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:33:29.380Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:33:29.380Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb2ed51-4f88-438d-b222-c226b049ed08",
  "consumerID": "cds",
  "timestamp": 1648733535370,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJhogq6ble5figuxif9je/1.0/resourceInstances/pnf2b0b8d23cc180/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:33:29.380Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:33:29.380Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:33:29.380Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb2ed51-4f88-438d-b222-c226b049ed08",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648733542962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJhogq6ble5figuxif9je/1.0/resourceInstances/pnf2b0b8d23cc180/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:33:29.380Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:33:29.380Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:33:29.380Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb2ed51-4f88-438d-b222-c226b049ed08",
  "consumerID": "cds",
  "timestamp": 1648733535370,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJhogq6ble5figuxif9je/1.0/resourceInstances/pnf2b0b8d23cc180/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:33:29.380Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:33:29.380Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:33:29.380Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb2ed51-4f88-438d-b222-c226b049ed08",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648733542962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJhogq6ble5figuxif9je/1.0/resourceInstances/pnf2b0b8d23cc180/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:33:29.380Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:33:29.380Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:33:29.380Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb2ed51-4f88-438d-b222-c226b049ed08",
  "consumerID": "cds",
  "timestamp": 1648733535370,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJhogq6ble5figuxif9je/1.0/resourceInstances/pnf2b0b8d23cc180/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:33:29.381Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:33:29.381Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:33:29.381Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb2ed51-4f88-438d-b222-c226b049ed08",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648733545288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJhogq6ble5figuxif9je/1.0/resourceInstances/pnf2b0b8d23cc180/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:33:29.381Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:33:29.381Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:33:29.381Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb2ed51-4f88-438d-b222-c226b049ed08",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648733542962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJhogq6ble5figuxif9je/1.0/resourceInstances/pnf2b0b8d23cc180/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:33:29.381Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:33:29.381Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:33:29.381Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb2ed51-4f88-438d-b222-c226b049ed08",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648733545979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJhogq6ble5figuxif9je/1.0/resourceInstances/pnf2b0b8d23cc180/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:33:29.381Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:33:29.381Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:33:29.381Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb2ed51-4f88-438d-b222-c226b049ed08",
  "consumerID": "cds",
  "timestamp": 1648733535370,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJhogq6ble5figuxif9je/1.0/artifacts/service-DemoPnfJhogq6ble5figuxif9je-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:33:29.381Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:33:29.381Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:33:29.381Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb2ed51-4f88-438d-b222-c226b049ed08",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648733545288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJhogq6ble5figuxif9je/1.0/resourceInstances/pnf2b0b8d23cc180/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:33:29.382Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:33:29.382Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:33:29.382Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb2ed51-4f88-438d-b222-c226b049ed08",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648733542962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJhogq6ble5figuxif9je/1.0/resourceInstances/pnf2b0b8d23cc180/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:33:29.382Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:33:29.382Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:33:29.382Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb2ed51-4f88-438d-b222-c226b049ed08",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648733545979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJhogq6ble5figuxif9je/1.0/resourceInstances/pnf2b0b8d23cc180/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:33:29.382Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:33:29.382Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:33:29.382Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb2ed51-4f88-438d-b222-c226b049ed08",
  "consumerID": "cds",
  "timestamp": 1648733535370,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJhogq6ble5figuxif9je/1.0/artifacts/service-DemoPnfJhogq6ble5figuxif9je-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T13:33:29.382Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:33:29.382Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:33:29.382Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb2ed51-4f88-438d-b222-c226b049ed08",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648733545288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJhogq6ble5figuxif9je/1.0/resourceInstances/pnf2b0b8d23cc180/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:33:29.382Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:33:29.382Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:33:29.382Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb2ed51-4f88-438d-b222-c226b049ed08",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648733542962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJhogq6ble5figuxif9je/1.0/resourceInstances/pnf2b0b8d23cc180/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-31T13:33:29.382Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:33:29.382Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:33:29.382Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb2ed51-4f88-438d-b222-c226b049ed08",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648733545979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJhogq6ble5figuxif9je/1.0/resourceInstances/pnf2b0b8d23cc180/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:33:29.382Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:33:29.382Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:33:29.382Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb2ed51-4f88-438d-b222-c226b049ed08",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648733545288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJhogq6ble5figuxif9je/1.0/resourceInstances/pnf2b0b8d23cc180/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:33:29.382Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:33:29.689Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:33:29.690Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:33:29.690Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"4cb2ed51-4f88-438d-b222-c226b049ed08","serviceName":"Demo_pNF_JhOgq6BlE5FiGuxIF9JE","serviceVersion":"1.0","serviceUUID":"b701576e-b290-4d68-9be4-d5e46e345847","serviceDescription":"catalog service description","serviceInvariantUUID":"155574fa-5b4e-4886-bd7c-1b16e274eb84","resources":[{"resourceInstanceName":"pNF 2b0b8d23-cc18 0","resourceName":"pNF 2b0b8d23-cc18","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"b87531f9-0893-41f3-8644-8f46aede434e","resourceInvariantUUID":"6835e32b-8135-4b51-b582-de8f47565c3d","resourceCustomizationUUID":"d93b7b40-d5a0-4293-b5fa-d7968a9b2fcb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJhogq6ble5figuxif9je/1.0/resourceInstances/pnf2b0b8d23cc180/artifacts/vf-license-model.xml","artifactChecksum":"NTBiZTEwMTM2YTI1YmUyYTIxOGYxNDhiZGFhNDMwMjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d8b2db51-4a07-48b2-b560-7ec814695034","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJhogq6ble5figuxif9je/1.0/resourceInstances/pnf2b0b8d23cc180/artifacts/pNF.csar","artifactChecksum":"MzU4ZTNiYzFjZmFlNjIzMmRlZWE0MTU1OTY5OGYxYmQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7183e090-be25-49d3-9067-5c3aebb09e3b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJhogq6ble5figuxif9je/1.0/resourceInstances/pnf2b0b8d23cc180/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c841682c-c1fa-4dc0-8685-47cc761a8680","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJhogq6ble5figuxif9je/1.0/resourceInstances/pnf2b0b8d23cc180/artifacts/vendor-license-model.xml","artifactChecksum":"NmIwYjJkMWNiMTJlYWUwZTljMzZmMGYzZTc5OTY5NjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"95756140-2cab-4acb-a261-8de2090ada20","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJhogq6ble5figuxif9je/1.0/resourceInstances/pnf2b0b8d23cc180/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"26b64543-dd61-4e45-b60d-95323a015268","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJhogq6ble5figuxif9je/1.0/resourceInstances/pnf2b0b8d23cc180/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ed64ff00-ac45-49a3-8c51-384ad06f1040","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJhogq6ble5figuxif9je-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJhogq6ble5figuxif9je/1.0/artifacts/service-DemoPnfJhogq6ble5figuxif9je-template.yml","artifactChecksum":"NDg3MmM1NjkxYzM1YmQ3MGI3MDEyNDY5YTk4ZDZlZjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"35231046-d8f2-4cd5-a196-cfc731bfb9ae","artifactVersion":"1"},{"artifactName":"service-DemoPnfJhogq6ble5figuxif9je-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJhogq6ble5figuxif9je/1.0/artifacts/service-DemoPnfJhogq6ble5figuxif9je-csar.csar","artifactChecksum":"ZDZjZDE1ZTcyYjk4ZGRiMGFkMmQ3NDU1ZjIxZWI4ZGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dbeea71d-7230-48c5-a44f-b2c80e29670e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-31T13:33:29.691Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:33:29.691Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:33:29.693Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:33:29.693Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4cb2ed51-4f88-438d-b222-c226b049ed08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733603980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJhogq6ble5figuxif9je/1.0/resourceInstances/pnf2b0b8d23cc180/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:33:29.793Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:33:29.794Z||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-03-31T13:33:29.794Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:33:29.806Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:33:29.806Z||pool-89-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:33:30.693Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:33:30.694Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:33:30.696Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:33:30.697Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4cb2ed51-4f88-438d-b222-c226b049ed08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733603980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJhogq6ble5figuxif9je/1.0/resourceInstances/pnf2b0b8d23cc180/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:33:30.797Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:33:30.798Z||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-03-31T13:33:30.798Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:33:30.811Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:33:30.811Z||pool-90-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:33:31.697Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:33:31.698Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:33:31.699Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:33:31.700Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4cb2ed51-4f88-438d-b222-c226b049ed08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733603980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJhogq6ble5figuxif9je/1.0/resourceInstances/pnf2b0b8d23cc180/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:33:31.800Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:33:31.801Z||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-03-31T13:33:31.801Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:33:31.815Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:33:31.815Z||pool-91-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:33:32.700Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:33:32.701Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:33:32.703Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:33:32.703Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4cb2ed51-4f88-438d-b222-c226b049ed08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733603980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJhogq6ble5figuxif9je/1.0/resourceInstances/pnf2b0b8d23cc180/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:33:32.803Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:33:32.803Z||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-03-31T13:33:32.804Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:33:32.815Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:33:32.815Z||pool-92-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:33:33.703Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:33:33.704Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:33:33.706Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:33:33.706Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4cb2ed51-4f88-438d-b222-c226b049ed08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733603980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJhogq6ble5figuxif9je/1.0/resourceInstances/pnf2b0b8d23cc180/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:33:33.806Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-31T13:33:33.807Z||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-03-31T13:33:33.807Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:33:33.817Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:33:33.818Z||pool-93-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-03-31T13:33:34.707Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:33:34.708Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:33:34.710Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:33:34.710Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4cb2ed51-4f88-438d-b222-c226b049ed08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733603980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJhogq6ble5figuxif9je/1.0/resourceInstances/pnf2b0b8d23cc180/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:33:34.810Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:33:34.811Z||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-03-31T13:33:34.811Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:33:34.822Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:33:34.823Z||pool-94-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-31T13:33:35.711Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:33:35.711Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:33:35.713Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:33:35.714Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4cb2ed51-4f88-438d-b222-c226b049ed08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733603980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJhogq6ble5figuxif9je/1.0/artifacts/service-DemoPnfJhogq6ble5figuxif9je-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:33:35.814Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:33:35.814Z||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-03-31T13:33:35.814Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:33:35.826Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:33:35.826Z||pool-95-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:33:36.714Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:33:36.715Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:33:36.716Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:33:36.717Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4cb2ed51-4f88-438d-b222-c226b049ed08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733603980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJhogq6ble5figuxif9je/1.0/artifacts/service-DemoPnfJhogq6ble5figuxif9je-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T13:33:36.817Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:33:36.818Z||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-03-31T13:33:36.818Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:33:36.831Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:33:36.831Z||pool-96-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:33:37.718Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "4cb2ed51-4f88-438d-b222-c226b049ed08",
  "serviceName": "Demo_pNF_JhOgq6BlE5FiGuxIF9JE",
  "serviceVersion": "1.0",
  "serviceUUID": "b701576e-b290-4d68-9be4-d5e46e345847",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "155574fa-5b4e-4886-bd7c-1b16e274eb84",
  "resources": [
    {
      "resourceInstanceName": "pNF 2b0b8d23-cc18 0",
      "resourceCustomizationUUID": "d93b7b40-d5a0-4293-b5fa-d7968a9b2fcb",
      "resourceName": "pNF 2b0b8d23-cc18",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "b87531f9-0893-41f3-8644-8f46aede434e",
      "resourceInvariantUUID": "6835e32b-8135-4b51-b582-de8f47565c3d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfJhogq6ble5figuxif9je-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfJhogq6ble5figuxif9je/1.0/artifacts/service-DemoPnfJhogq6ble5figuxif9je-csar.csar",
      "artifactChecksum": "ZDZjZDE1ZTcyYjk4ZGRiMGFkMmQ3NDU1ZjIxZWI4ZGY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "dbeea71d-7230-48c5-a44f-b2c80e29670e"
    }
  ],
  "workloadContext": "Production"
}
2022-03-31T13:33:37.718Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-31T13:33:37.718Z|e5f61056-b859-4b6f-aa13-ab1374e2b88a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b701576e-b290-4d68-9be4-d5e46e345847 ASDC
2022-03-31T13:33:37.719Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:4cb2ed51-4f88-438d-b222-c226b049ed08
ServiceName:Demo_pNF_JhOgq6BlE5FiGuxIF9JE
ServiceVersion:1.0
ServiceUUID:b701576e-b290-4d68-9be4-d5e46e345847
ServiceInvariantUUID:155574fa-5b4e-4886-bd7c-1b16e274eb84
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfJhogq6ble5figuxif9je-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfJhogq6ble5figuxif9je/1.0/artifacts/service-DemoPnfJhogq6ble5figuxif9je-csar.csar
ArtifactUUID:dbeea71d-7230-48c5-a44f-b2c80e29670e
ArtifactChecksum:ZDZjZDE1ZTcyYjk4ZGRiMGFkMmQ3NDU1ZjIxZWI4ZGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 2b0b8d23-cc18 0
ResourceCustomizationUUID:d93b7b40-d5a0-4293-b5fa-d7968a9b2fcb
ResourceInvariantUUID:6835e32b-8135-4b51-b582-de8f47565c3d
ResourceName:pNF 2b0b8d23-cc18
ResourceType:PNF
ResourceUUID:b87531f9-0893-41f3-8644-8f46aede434e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-31T13:33:37.719Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b701576e-b290-4d68-9be4-d5e46e345847 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-03-31T13:33:37.742Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-31T13:33:37.743Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-31T13:33:37.743Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-31T13:33:37.743Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: dbeea71d-7230-48c5-a44f-b2c80e29670e from URL: /sdc/v1/catalog/services/DemoPnfJhogq6ble5figuxif9je/1.0/artifacts/service-DemoPnfJhogq6ble5figuxif9je-csar.csar
2022-03-31T13:33:37.743Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-31T13:33:37.743Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfJhogq6ble5figuxif9je/1.0/artifacts/service-DemoPnfJhogq6ble5figuxif9je-csar.csar
2022-03-31T13:33:37.804Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-31T13:33:37.809Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJhogq6ble5figuxif9je/1.0/artifacts/service-DemoPnfJhogq6ble5figuxif9je-csar.csar dbeea71d-7230-48c5-a44f-b2c80e29670e 82650
2022-03-31T13:33:37.809Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJhogq6ble5figuxif9je/1.0/artifacts/service-DemoPnfJhogq6ble5figuxif9je-csar.csar ASDC sendASDCNotification
2022-03-31T13:33:37.809Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJhogq6ble5figuxif9je/1.0/artifacts/service-DemoPnfJhogq6ble5figuxif9je-csar.csar
2022-03-31T13:33:37.809Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T13:33:37.809Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:33:37.811Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:33:37.811Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4cb2ed51-4f88-438d-b222-c226b049ed08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733617809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJhogq6ble5figuxif9je/1.0/artifacts/service-DemoPnfJhogq6ble5figuxif9je-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:33:37.911Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:33:37.912Z||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-03-31T13:33:37.912Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:33:37.925Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:33:37.925Z||pool-97-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-31T13:33:38.812Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-31T13:33:38.813Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-31T13:33:38.813Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: dbeea71d-7230-48c5-a44f-b2c80e29670e, URL: /sdc/v1/catalog/services/DemoPnfJhogq6ble5figuxif9je/1.0/artifacts/service-DemoPnfJhogq6ble5figuxif9je-csar.csar to file: /app/ASDC/1/service-DemoPnfJhogq6ble5figuxif9je-csar.csar
2022-03-31T13:33:38.813Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJhogq6ble5figuxif9je-csar.csar
2022-03-31T13:33:38.814Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJhogq6ble5figuxif9je-csar.csar
2022-03-31T13:33:38.814Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJhogq6ble5figuxif9je-csar.csar
2022-03-31T13:33:38.924Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2732610081314530389/Definitions/service-DemoPnfJhogq6ble5figuxif9je-template.yml
2022-03-31T13:33:39.656Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-31T13:33:39.656Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-03-31T13:33:39.656Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJhogq6ble5figuxif9je-csar.csar
2022-03-31T13:33:39.656Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-31T13:33:39.656Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||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-DemoPnfJhogq6ble5figuxif9je-csar.csar
2022-03-31T13:33:39.657Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfJhogq6ble5figuxif9je-csar.csar
2022-03-31T13:33:39.657Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||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-DemoPnfJhogq6ble5figuxif9je-csar.csar
2022-03-31T13:33:39.657Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||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-DemoPnfJhogq6ble5figuxif9je-csar.csar
2022-03-31T13:33:39.657Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||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-DemoPnfJhogq6ble5figuxif9je-csar.csar
2022-03-31T13:33:39.657Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||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-DemoPnfJhogq6ble5figuxif9je-csar.csar
2022-03-31T13:33:39.657Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 2b0b8d23-cc18 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-DemoPnfJhogq6ble5figuxif9je-csar.csar
2022-03-31T13:33:39.657Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-03-31T13:33:39.657Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:33:39.657Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_JhOgq6BlE5FiGuxIF9JE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:33:39.657Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||Node template pNF 2b0b8d23-cc18 0 is matching search criteria
2022-03-31T13:33:39.658Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-03-31T13:33:39.658Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 2b0b8d23-cc18 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-31T13:33:39.658Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:33:39.658Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_JhOgq6BlE5FiGuxIF9JE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:33:39.658Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||Node template pNF 2b0b8d23-cc18 0 is matching search criteria
2022-03-31T13:33:39.658Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-03-31T13:33:39.658Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 2b0b8d23-cc18 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-31T13:33:39.658Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:33:39.659Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_JhOgq6BlE5FiGuxIF9JE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:33:39.659Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:33:39.659Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_JhOgq6BlE5FiGuxIF9JE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:33:39.659Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:33:39.659Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_JhOgq6BlE5FiGuxIF9JE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:33:39.659Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:33:39.659Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_JhOgq6BlE5FiGuxIF9JE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:33:39.659Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:33:39.659Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_JhOgq6BlE5FiGuxIF9JE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:33:39.659Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_JhOgq6BlE5FiGuxIF9JE
Description:catalog service description
Model UUID:b701576e-b290-4d68-9be4-d5e46e345847
Model Version:NULL
Model InvariantUuid:155574fa-5b4e-4886-bd7c-1b16e274eb84
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-03-31T13:33:39.668Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: b87531f9-0893-41f3-8644-8f46aede434e
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-03-31T13:33:39.670Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||INFO|500||pNF 2b0b8d23-cc18 0
2022-03-31T13:33:39.671Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: b87531f9-0893-41f3-8644-8f46aede434e
2022-03-31T13:33:39.671Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||No resources found for Service: b701576e-b290-4d68-9be4-d5e46e345847
2022-03-31T13:33:39.671Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: b701576e-b290-4d68-9be4-d5e46e345847
2022-03-31T13:33:39.671Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 2b0b8d23-cc18 0 b87531f9-0893-41f3-8644-8f46aede434e 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-03-31T13:33:39.676Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@38d5d0fb, org.onap.sdc.toscaparser.api.parameters.Input@64936437, org.onap.sdc.toscaparser.api.parameters.Input@dc3c6d9, org.onap.sdc.toscaparser.api.parameters.Input@214fd9fd, org.onap.sdc.toscaparser.api.parameters.Input@370b8727]
2022-03-31T13:33:39.677Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:33:39.677Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_JhOgq6BlE5FiGuxIF9JE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:33:39.677Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid b701576e-b290-4d68-9be4-d5e46e345847: pNF 2b0b8d23-cc18
2022-03-31T13:33:39.677Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||INFO|500||Processing PNF resource: b87531f9-0893-41f3-8644-8f46aede434e
2022-03-31T13:33:39.677Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:33:39.678Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_JhOgq6BlE5FiGuxIF9JE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:33:39.678Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||INFO|500||Resource customization UUID: d93b7b40-d5a0-4293-b5fa-d7968a9b2fcb is the same as notified resource customizationUUID: d93b7b40-d5a0-4293-b5fa-d7968a9b2fcb
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-03-31T13:33:39.718Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 2b0b8d23-cc18 b87531f9-0893-41f3-8644-8f46aede434e 0 ASDC deployResourceStructure
2022-03-31T13:33:39.718Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfJhogq6ble5figuxif9je/1.0/artifacts/service-DemoPnfJhogq6ble5figuxif9je-csar.csar ASDC sendASDCNotification
2022-03-31T13:33:39.718Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJhogq6ble5figuxif9je/1.0/artifacts/service-DemoPnfJhogq6ble5figuxif9je-csar.csar
2022-03-31T13:33:39.718Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T13:33:39.718Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:33:39.720Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:33:39.720Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4cb2ed51-4f88-438d-b222-c226b049ed08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733619718,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJhogq6ble5figuxif9je/1.0/artifacts/service-DemoPnfJhogq6ble5figuxif9je-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T13:33:39.820Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:33:39.821Z||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-03-31T13:33:39.822Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:33:39.835Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:33:39.835Z||pool-98-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:33:40.721Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4cb2ed51-4f88-438d-b222-c226b049ed08
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-31T13:33:40.732Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4cb2ed51-4f88-438d-b222-c226b049ed08
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T13:33:40.733Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T13:33:40.733Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-31T13:33:40.734Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-31T13:34:10.734Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4cb2ed51-4f88-438d-b222-c226b049ed08
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-31T13:34:10.747Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4cb2ed51-4f88-438d-b222-c226b049ed08
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T13:34:10.749Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T13:34:10.749Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-31T13:34:10.749Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-31T13:34:29.355Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:34:29.356Z||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-03-31T13:34:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:34:29.380Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:34:29.380Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:34:29.380Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb2ed51-4f88-438d-b222-c226b049ed08",
  "consumerID": "cds",
  "timestamp": 1648733549554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJhogq6ble5figuxif9je/1.0/artifacts/service-DemoPnfJhogq6ble5figuxif9je-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:34:29.381Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:34:40.749Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4cb2ed51-4f88-438d-b222-c226b049ed08
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-31T13:34:40.766Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4cb2ed51-4f88-438d-b222-c226b049ed08
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T13:34:40.768Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T13:34:40.768Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-31T13:34:40.769Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-31T13:35:10.769Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4cb2ed51-4f88-438d-b222-c226b049ed08
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-31T13:35:10.781Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4cb2ed51-4f88-438d-b222-c226b049ed08
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T13:35:10.783Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T13:35:10.783Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-31T13:35:10.783Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-31T13:35:29.355Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:35:29.356Z||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-03-31T13:35:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:35:29.384Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:35:29.385Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:35:29.386Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb2ed51-4f88-438d-b222-c226b049ed08",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648733542962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJhogq6ble5figuxif9je/1.0/artifacts/service-DemoPnfJhogq6ble5figuxif9je-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:35:29.386Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:35:29.386Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:35:29.386Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb2ed51-4f88-438d-b222-c226b049ed08",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648733545979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJhogq6ble5figuxif9je/1.0/resourceInstances/pnf2b0b8d23cc180/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:35:29.386Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:35:29.387Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:35:29.387Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb2ed51-4f88-438d-b222-c226b049ed08",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648733545288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJhogq6ble5figuxif9je/1.0/resourceInstances/pnf2b0b8d23cc180/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:35:29.387Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:35:29.387Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:35:29.387Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb2ed51-4f88-438d-b222-c226b049ed08",
  "consumerID": "cds",
  "timestamp": 1648733550560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJhogq6ble5figuxif9je/1.0/artifacts/service-DemoPnfJhogq6ble5figuxif9je-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-03-31T13:35:29.396Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4cb2ed51-4f88-438d-b222-c226b049ed08
2022-03-31T13:35:29.397Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4cb2ed51-4f88-438d-b222-c226b049ed08 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-03-31T13:35:29.408Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:35:29.409Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb2ed51-4f88-438d-b222-c226b049ed08",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648733542962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJhogq6ble5figuxif9je/1.0/artifacts/service-DemoPnfJhogq6ble5figuxif9je-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:35:29.409Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:35:29.409Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:35:29.409Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb2ed51-4f88-438d-b222-c226b049ed08",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648733545979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJhogq6ble5figuxif9je/1.0/resourceInstances/pnf2b0b8d23cc180/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:35:29.409Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:35:29.409Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:35:29.410Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb2ed51-4f88-438d-b222-c226b049ed08",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648733545288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJhogq6ble5figuxif9je/1.0/resourceInstances/pnf2b0b8d23cc180/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:35:29.410Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:35:29.410Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:35:29.410Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb2ed51-4f88-438d-b222-c226b049ed08",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648733545979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJhogq6ble5figuxif9je/1.0/resourceInstances/pnf2b0b8d23cc180/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:35:29.410Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:35:29.410Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:35:29.410Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb2ed51-4f88-438d-b222-c226b049ed08",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648733545288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJhogq6ble5figuxif9je/1.0/artifacts/service-DemoPnfJhogq6ble5figuxif9je-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:35:29.410Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:35:29.410Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:35:29.410Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb2ed51-4f88-438d-b222-c226b049ed08",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648733552046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJhogq6ble5figuxif9je/1.0/resourceInstances/pnf2b0b8d23cc180/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:35:29.410Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:35:29.410Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:35:29.410Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb2ed51-4f88-438d-b222-c226b049ed08",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648733545979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJhogq6ble5figuxif9je/1.0/artifacts/service-DemoPnfJhogq6ble5figuxif9je-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:35:29.410Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:35:29.410Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:35:29.411Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb2ed51-4f88-438d-b222-c226b049ed08",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648733545288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJhogq6ble5figuxif9je/1.0/artifacts/service-DemoPnfJhogq6ble5figuxif9je-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T13:35:29.411Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:35:29.411Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:35:29.411Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb2ed51-4f88-438d-b222-c226b049ed08",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648733553069,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJhogq6ble5figuxif9je/1.0/resourceInstances/pnf2b0b8d23cc180/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-31T13:35:29.411Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:35:29.411Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:35:29.411Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb2ed51-4f88-438d-b222-c226b049ed08",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648733545979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJhogq6ble5figuxif9je/1.0/artifacts/service-DemoPnfJhogq6ble5figuxif9je-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T13:35:29.411Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:35:29.411Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:35:29.411Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb2ed51-4f88-438d-b222-c226b049ed08",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648733554071,
  "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-03-31T13:35:29.416Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 4cb2ed51-4f88-438d-b222-c226b049ed08
2022-03-31T13:35:29.416Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4cb2ed51-4f88-438d-b222-c226b049ed08 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-03-31T13:35:29.424Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:35:29.425Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb2ed51-4f88-438d-b222-c226b049ed08",
  "consumerID": "aai-ml",
  "timestamp": 1648733553756,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJhogq6ble5figuxif9je/1.0/resourceInstances/pnf2b0b8d23cc180/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:35:29.425Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:35:29.425Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:35:29.425Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb2ed51-4f88-438d-b222-c226b049ed08",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648733554874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJhogq6ble5figuxif9je/1.0/artifacts/service-DemoPnfJhogq6ble5figuxif9je-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:35:29.425Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:35:29.425Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:35:29.426Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb2ed51-4f88-438d-b222-c226b049ed08",
  "consumerID": "aai-ml",
  "timestamp": 1648733553756,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJhogq6ble5figuxif9je/1.0/resourceInstances/pnf2b0b8d23cc180/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:35:29.426Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:35:29.426Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:35:29.426Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb2ed51-4f88-438d-b222-c226b049ed08",
  "consumerID": "aai-ml",
  "timestamp": 1648733553756,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJhogq6ble5figuxif9je/1.0/resourceInstances/pnf2b0b8d23cc180/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:35:29.426Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:35:29.426Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:35:29.426Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb2ed51-4f88-438d-b222-c226b049ed08",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648733556674,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJhogq6ble5figuxif9je/1.0/artifacts/service-DemoPnfJhogq6ble5figuxif9je-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T13:35:29.426Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:35:29.426Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:35:29.426Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb2ed51-4f88-438d-b222-c226b049ed08",
  "consumerID": "aai-ml",
  "timestamp": 1648733553756,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJhogq6ble5figuxif9je/1.0/resourceInstances/pnf2b0b8d23cc180/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:35:29.426Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:35:29.427Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:35:29.427Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb2ed51-4f88-438d-b222-c226b049ed08",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648733557677,
  "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-03-31T13:35:29.432Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4cb2ed51-4f88-438d-b222-c226b049ed08
2022-03-31T13:35:29.432Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4cb2ed51-4f88-438d-b222-c226b049ed08 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-03-31T13:35:29.440Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:35:29.440Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb2ed51-4f88-438d-b222-c226b049ed08",
  "consumerID": "aai-ml",
  "timestamp": 1648733553756,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJhogq6ble5figuxif9je/1.0/resourceInstances/pnf2b0b8d23cc180/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:35:29.440Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:35:29.440Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:35:29.441Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb2ed51-4f88-438d-b222-c226b049ed08",
  "consumerID": "aai-ml",
  "timestamp": 1648733553756,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJhogq6ble5figuxif9je/1.0/resourceInstances/pnf2b0b8d23cc180/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:35:29.441Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:35:29.441Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:35:29.441Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb2ed51-4f88-438d-b222-c226b049ed08",
  "consumerID": "aai-ml",
  "timestamp": 1648733553756,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJhogq6ble5figuxif9je/1.0/artifacts/service-DemoPnfJhogq6ble5figuxif9je-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:35:29.441Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:35:29.441Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:35:29.441Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb2ed51-4f88-438d-b222-c226b049ed08",
  "consumerID": "aai-ml",
  "timestamp": 1648733553756,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJhogq6ble5figuxif9je/1.0/artifacts/service-DemoPnfJhogq6ble5figuxif9je-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T13:35:29.441Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:35:29.441Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:35:29.441Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb2ed51-4f88-438d-b222-c226b049ed08",
  "consumerID": "aai-ml",
  "timestamp": 1648733562475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJhogq6ble5figuxif9je/1.0/artifacts/service-DemoPnfJhogq6ble5figuxif9je-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:35:29.441Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:35:29.441Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:35:29.441Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb2ed51-4f88-438d-b222-c226b049ed08",
  "consumerID": "aai-ml",
  "timestamp": 1648733566227,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJhogq6ble5figuxif9je/1.0/artifacts/service-DemoPnfJhogq6ble5figuxif9je-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T13:35:29.441Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:35:29.442Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:35:29.442Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb2ed51-4f88-438d-b222-c226b049ed08",
  "consumerID": "aai-ml",
  "timestamp": 1648733567230,
  "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-03-31T13:35:29.446Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4cb2ed51-4f88-438d-b222-c226b049ed08
2022-03-31T13:35:29.447Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4cb2ed51-4f88-438d-b222-c226b049ed08 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-03-31T13:35:29.455Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:35:29.455Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5f61056-b859-4b6f-aa13-ab1374e2b88a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733602967,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-31T13:35:29.455Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:35:40.784Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4cb2ed51-4f88-438d-b222-c226b049ed08
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-31T13:35:40.794Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4cb2ed51-4f88-438d-b222-c226b049ed08
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T13:35:40.797Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T13:35:40.797Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-31T13:35:40.798Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-31T13:35:40.798Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-31T13:35:40.798Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T13:35:40.798Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T13:35:40.798Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T13:35:40.798Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T13:35:40.799Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T13:35:40.799Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||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-03-31T13:35:40.804Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-31T13:36:10.805Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4cb2ed51-4f88-438d-b222-c226b049ed08 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-03-31T13:36:10.812Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4cb2ed51-4f88-438d-b222-c226b049ed08 and serviceModelVersionId: b701576e-b290-4d68-9be4-d5e46e345847
2022-03-31T13:36:10.813Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 155574fa-5b4e-4886-bd7c-1b16e274eb84
2022-03-31T13:36:10.814Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/155574fa-5b4e-4886-bd7c-1b16e274eb84/model-vers/model-ver/b701576e-b290-4d68-9be4-d5e46e345847?depth=0
2022-03-31T13:36:10.821Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-03-31T13:36:10.848Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/155574fa-5b4e-4886-bd7c-1b16e274eb84/model-vers/model-ver/b701576e-b290-4d68-9be4-d5e46e345847?depth=0|INFO|500||Invoke
2022-03-31T13:36:10.848Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/155574fa-5b4e-4886-bd7c-1b16e274eb84/model-vers/model-ver/b701576e-b290-4d68-9be4-d5e46e345847?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/155574fa-5b4e-4886-bd7c-1b16e274eb84/model-vers/model-ver/b701576e-b290-4d68-9be4-d5e46e345847?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4cb2ed51-4f88-438d-b222-c226b049ed08], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9862f933-0fb8-49cd-aa20-43c931b478e3], X-ECOMP-RequestID=[4cb2ed51-4f88-438d-b222-c226b049ed08], X-TransactionId=[], X-ONAP-RequestID=[4cb2ed51-4f88-438d-b222-c226b049ed08], Content-Type=[application/merge-patch+json]}
2022-03-31T13:36:10.867Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/155574fa-5b4e-4886-bd7c-1b16e274eb84/model-vers/model-ver/b701576e-b290-4d68-9be4-d5e46e345847?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-31T13:36:10.946Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/155574fa-5b4e-4886-bd7c-1b16e274eb84/model-vers/model-ver/b701576e-b290-4d68-9be4-d5e46e345847?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/155574fa-5b4e-4886-bd7c-1b16e274eb84/model-vers/model-ver/b701576e-b290-4d68-9be4-d5e46e345847?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220331-13:36:10:874-95508], vertex-id=[229576], Content-Length=[0], Date=[Thu, 31 Mar 2022 13:36:10 GMT], Content-Type=[application/json]}
2022-03-31T13:36:10.947Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/155574fa-5b4e-4886-bd7c-1b16e274eb84/model-vers/model-ver/b701576e-b290-4d68-9be4-d5e46e345847?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-31T13:36:10.947Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/155574fa-5b4e-4886-bd7c-1b16e274eb84/model-vers/model-ver/b701576e-b290-4d68-9be4-d5e46e345847?depth=0|INFO|500||InvokeReturn
2022-03-31T13:36:10.947Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-31T13:36:10.947Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||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-03-31T13:36:10.953Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||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-03-31T13:36:10.954Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4cb2ed51-4f88-438d-b222-c226b049ed08 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-31T13:36:10.954Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-31T13:36:10.954Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:36:10.956Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:36:10.956Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4cb2ed51-4f88-438d-b222-c226b049ed08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733770954,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-31T13:36:11.056Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:36:11.057Z||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-03-31T13:36:11.057Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:36:11.072Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:36:11.072Z||pool-99-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-31T13:36:11.968Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:36:11.968Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:36:11.968Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:36:17.274Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:36:17.274Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:36:17.274Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"1661ddd4-03d9-4f34-b8ba-be9d8715b7e2","serviceName":"Demo_pNF_dotIOzyh4KSNYmsGiZ5N","serviceVersion":"1.0","serviceUUID":"e746f8c8-ecae-4bf9-aa55-7868e7d6588a","serviceDescription":"catalog service description","serviceInvariantUUID":"ebd75c76-d765-4c5f-ad72-1903fa646876","resources":[{"resourceInstanceName":"pNF 112b8844-5337 0","resourceName":"pNF 112b8844-5337","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"008b0395-89ab-4f83-ba2c-2458d7ca166f","resourceInvariantUUID":"3f961c4f-3216-482e-9afa-9d749fd62818","resourceCustomizationUUID":"da72d6d8-d8d7-4c21-87f2-dd6fcbf20431","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDotiozyh4ksnymsgiz5n/1.0/resourceInstances/pnf112b884453370/artifacts/vf-license-model.xml","artifactChecksum":"MDg4MzRhOGVlMDNlZmIwN2RiMGM2ZDk5M2M4ZDAzN2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ae9ae7da-40d3-4ab5-abb2-93f924051868","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDotiozyh4ksnymsgiz5n/1.0/resourceInstances/pnf112b884453370/artifacts/pNF.csar","artifactChecksum":"MzU4ZTNiYzFjZmFlNjIzMmRlZWE0MTU1OTY5OGYxYmQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f76aba19-97d6-4052-8be9-5fcde6e960e1","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDotiozyh4ksnymsgiz5n/1.0/resourceInstances/pnf112b884453370/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b30024a7-4d33-4931-b0a6-439b62680272","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDotiozyh4ksnymsgiz5n/1.0/resourceInstances/pnf112b884453370/artifacts/vendor-license-model.xml","artifactChecksum":"Zjg1ZDZkYzY1NDM4ZDY1ZGNlOGZjOWRlZTA2MWE5ZmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"60158da7-8fa6-4c1a-bac7-e2621f62e04c","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfDotiozyh4ksnymsgiz5n/1.0/resourceInstances/pnf112b884453370/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b56919af-5efa-45ff-93b9-041dffcf9107","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfDotiozyh4ksnymsgiz5n/1.0/resourceInstances/pnf112b884453370/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ddb65df3-6e73-4d73-8ba6-034718eb9ed4","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfDotiozyh4ksnymsgiz5n-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDotiozyh4ksnymsgiz5n/1.0/artifacts/service-DemoPnfDotiozyh4ksnymsgiz5n-template.yml","artifactChecksum":"NjMzMTdhZWM4NGMxNmQ5OTFkYjQwODY4MzAyYWU1ODI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3201e6f8-321b-42f2-84fa-10ece56d2f93","artifactVersion":"1"},{"artifactName":"service-DemoPnfDotiozyh4ksnymsgiz5n-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfDotiozyh4ksnymsgiz5n/1.0/artifacts/service-DemoPnfDotiozyh4ksnymsgiz5n-csar.csar","artifactChecksum":"MmUyMTQ0YWEyMTE0NDRjNmFkMGFlYzkwZTE3OTk1MmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3995f333-b4b0-4e8c-8c55-b34ffe3264f1","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-31T13:36:17.275Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:36:17.276Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:36:17.277Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:36:17.277Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1661ddd4-03d9-4f34-b8ba-be9d8715b7e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733771967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDotiozyh4ksnymsgiz5n/1.0/resourceInstances/pnf112b884453370/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:36:17.378Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-31T13:36:17.378Z||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-03-31T13:36:17.378Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:36:17.391Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:36:17.391Z||pool-100-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-31T13:36:18.278Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:36:18.279Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:36:18.281Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:36:18.281Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1661ddd4-03d9-4f34-b8ba-be9d8715b7e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733771967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDotiozyh4ksnymsgiz5n/1.0/resourceInstances/pnf112b884453370/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:36:18.382Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:36:18.382Z||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-03-31T13:36:18.382Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:36:18.395Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:36:18.396Z||pool-101-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-31T13:36:19.282Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:36:19.283Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:36:19.285Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:36:19.285Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1661ddd4-03d9-4f34-b8ba-be9d8715b7e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733771967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDotiozyh4ksnymsgiz5n/1.0/resourceInstances/pnf112b884453370/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:36:19.385Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-31T13:36:19.386Z||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-03-31T13:36:19.386Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:36:19.399Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:36:19.400Z||pool-102-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-31T13:36:20.286Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:36:20.287Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:36:20.289Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:36:20.289Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1661ddd4-03d9-4f34-b8ba-be9d8715b7e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733771967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDotiozyh4ksnymsgiz5n/1.0/resourceInstances/pnf112b884453370/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:36:20.389Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:36:20.390Z||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-03-31T13:36:20.390Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:36:20.402Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:36:20.402Z||pool-103-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:36:21.289Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:36:21.291Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:36:21.293Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:36:21.293Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1661ddd4-03d9-4f34-b8ba-be9d8715b7e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733771967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDotiozyh4ksnymsgiz5n/1.0/resourceInstances/pnf112b884453370/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:36:21.393Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:36:21.394Z||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-03-31T13:36:21.394Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:36:21.405Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:36:21.405Z||pool-104-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:36:22.294Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:36:22.295Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:36:22.297Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:36:22.297Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1661ddd4-03d9-4f34-b8ba-be9d8715b7e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733771967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDotiozyh4ksnymsgiz5n/1.0/resourceInstances/pnf112b884453370/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:36:22.397Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:36:22.398Z||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-03-31T13:36:22.398Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:36:22.411Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:36:22.411Z||pool-105-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:36:23.298Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:36:23.299Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:36:23.302Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:36:23.302Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1661ddd4-03d9-4f34-b8ba-be9d8715b7e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733771967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDotiozyh4ksnymsgiz5n/1.0/artifacts/service-DemoPnfDotiozyh4ksnymsgiz5n-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:36:23.402Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:36:23.403Z||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-03-31T13:36:23.403Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:36:23.416Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:36:23.416Z||pool-106-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-31T13:36:24.303Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:36:24.304Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:36:24.306Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:36:24.306Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1661ddd4-03d9-4f34-b8ba-be9d8715b7e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733771967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDotiozyh4ksnymsgiz5n/1.0/artifacts/service-DemoPnfDotiozyh4ksnymsgiz5n-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T13:36:24.406Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:36:24.407Z||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-03-31T13:36:24.407Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:36:24.419Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:36:24.419Z||pool-107-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:36:25.307Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "1661ddd4-03d9-4f34-b8ba-be9d8715b7e2",
  "serviceName": "Demo_pNF_dotIOzyh4KSNYmsGiZ5N",
  "serviceVersion": "1.0",
  "serviceUUID": "e746f8c8-ecae-4bf9-aa55-7868e7d6588a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "ebd75c76-d765-4c5f-ad72-1903fa646876",
  "resources": [
    {
      "resourceInstanceName": "pNF 112b8844-5337 0",
      "resourceCustomizationUUID": "da72d6d8-d8d7-4c21-87f2-dd6fcbf20431",
      "resourceName": "pNF 112b8844-5337",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "008b0395-89ab-4f83-ba2c-2458d7ca166f",
      "resourceInvariantUUID": "3f961c4f-3216-482e-9afa-9d749fd62818",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfDotiozyh4ksnymsgiz5n-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfDotiozyh4ksnymsgiz5n/1.0/artifacts/service-DemoPnfDotiozyh4ksnymsgiz5n-csar.csar",
      "artifactChecksum": "MmUyMTQ0YWEyMTE0NDRjNmFkMGFlYzkwZTE3OTk1MmE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3995f333-b4b0-4e8c-8c55-b34ffe3264f1"
    }
  ],
  "workloadContext": "Production"
}
2022-03-31T13:36:25.308Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-31T13:36:25.308Z|4cb2ed51-4f88-438d-b222-c226b049ed08|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e746f8c8-ecae-4bf9-aa55-7868e7d6588a ASDC
2022-03-31T13:36:25.308Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:1661ddd4-03d9-4f34-b8ba-be9d8715b7e2
ServiceName:Demo_pNF_dotIOzyh4KSNYmsGiZ5N
ServiceVersion:1.0
ServiceUUID:e746f8c8-ecae-4bf9-aa55-7868e7d6588a
ServiceInvariantUUID:ebd75c76-d765-4c5f-ad72-1903fa646876
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfDotiozyh4ksnymsgiz5n-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfDotiozyh4ksnymsgiz5n/1.0/artifacts/service-DemoPnfDotiozyh4ksnymsgiz5n-csar.csar
ArtifactUUID:3995f333-b4b0-4e8c-8c55-b34ffe3264f1
ArtifactChecksum:MmUyMTQ0YWEyMTE0NDRjNmFkMGFlYzkwZTE3OTk1MmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 112b8844-5337 0
ResourceCustomizationUUID:da72d6d8-d8d7-4c21-87f2-dd6fcbf20431
ResourceInvariantUUID:3f961c4f-3216-482e-9afa-9d749fd62818
ResourceName:pNF 112b8844-5337
ResourceType:PNF
ResourceUUID:008b0395-89ab-4f83-ba2c-2458d7ca166f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-31T13:36:25.309Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e746f8c8-ecae-4bf9-aa55-7868e7d6588a 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-03-31T13:36:25.335Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-31T13:36:25.336Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-31T13:36:25.336Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-31T13:36:25.336Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3995f333-b4b0-4e8c-8c55-b34ffe3264f1 from URL: /sdc/v1/catalog/services/DemoPnfDotiozyh4ksnymsgiz5n/1.0/artifacts/service-DemoPnfDotiozyh4ksnymsgiz5n-csar.csar
2022-03-31T13:36:25.336Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-31T13:36:25.336Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfDotiozyh4ksnymsgiz5n/1.0/artifacts/service-DemoPnfDotiozyh4ksnymsgiz5n-csar.csar
2022-03-31T13:36:25.641Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-31T13:36:25.644Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfDotiozyh4ksnymsgiz5n/1.0/artifacts/service-DemoPnfDotiozyh4ksnymsgiz5n-csar.csar 3995f333-b4b0-4e8c-8c55-b34ffe3264f1 82645
2022-03-31T13:36:25.644Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfDotiozyh4ksnymsgiz5n/1.0/artifacts/service-DemoPnfDotiozyh4ksnymsgiz5n-csar.csar ASDC sendASDCNotification
2022-03-31T13:36:25.644Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfDotiozyh4ksnymsgiz5n/1.0/artifacts/service-DemoPnfDotiozyh4ksnymsgiz5n-csar.csar
2022-03-31T13:36:25.645Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T13:36:25.645Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:36:25.646Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:36:25.646Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1661ddd4-03d9-4f34-b8ba-be9d8715b7e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733785644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDotiozyh4ksnymsgiz5n/1.0/artifacts/service-DemoPnfDotiozyh4ksnymsgiz5n-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:36:25.747Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-31T13:36:25.747Z||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-03-31T13:36:25.748Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:36:25.759Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:36:25.760Z||pool-108-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:36:26.647Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-31T13:36:26.648Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-31T13:36:26.648Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 3995f333-b4b0-4e8c-8c55-b34ffe3264f1, URL: /sdc/v1/catalog/services/DemoPnfDotiozyh4ksnymsgiz5n/1.0/artifacts/service-DemoPnfDotiozyh4ksnymsgiz5n-csar.csar to file: /app/ASDC/1/service-DemoPnfDotiozyh4ksnymsgiz5n-csar.csar
2022-03-31T13:36:26.648Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfDotiozyh4ksnymsgiz5n-csar.csar
2022-03-31T13:36:26.649Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfDotiozyh4ksnymsgiz5n-csar.csar
2022-03-31T13:36:26.649Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfDotiozyh4ksnymsgiz5n-csar.csar
2022-03-31T13:36:26.737Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6161135733663429745/Definitions/service-DemoPnfDotiozyh4ksnymsgiz5n-template.yml
2022-03-31T13:36:27.400Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-31T13:36:27.400Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-03-31T13:36:27.401Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfDotiozyh4ksnymsgiz5n-csar.csar
2022-03-31T13:36:27.401Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-31T13:36:27.401Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||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-DemoPnfDotiozyh4ksnymsgiz5n-csar.csar
2022-03-31T13:36:27.401Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfDotiozyh4ksnymsgiz5n-csar.csar
2022-03-31T13:36:27.401Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||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-DemoPnfDotiozyh4ksnymsgiz5n-csar.csar
2022-03-31T13:36:27.401Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||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-DemoPnfDotiozyh4ksnymsgiz5n-csar.csar
2022-03-31T13:36:27.401Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 112b8844-5337 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-DemoPnfDotiozyh4ksnymsgiz5n-csar.csar
2022-03-31T13:36:27.401Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||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-DemoPnfDotiozyh4ksnymsgiz5n-csar.csar
2022-03-31T13:36:27.401Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||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-DemoPnfDotiozyh4ksnymsgiz5n-csar.csar
2022-03-31T13:36:27.401Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-03-31T13:36:27.401Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:36:27.402Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_dotIOzyh4KSNYmsGiZ5N is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:36:27.402Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||Node template pNF 112b8844-5337 0 is matching search criteria
2022-03-31T13:36:27.402Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-03-31T13:36:27.402Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 112b8844-5337 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-31T13:36:27.402Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:36:27.402Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_dotIOzyh4KSNYmsGiZ5N is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:36:27.402Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||Node template pNF 112b8844-5337 0 is matching search criteria
2022-03-31T13:36:27.402Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-03-31T13:36:27.402Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 112b8844-5337 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-31T13:36:27.402Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:36:27.402Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_dotIOzyh4KSNYmsGiZ5N is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:36:27.403Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:36:27.403Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_dotIOzyh4KSNYmsGiZ5N is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:36:27.403Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:36:27.403Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_dotIOzyh4KSNYmsGiZ5N is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:36:27.403Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:36:27.403Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_dotIOzyh4KSNYmsGiZ5N is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:36:27.403Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:36:27.403Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_dotIOzyh4KSNYmsGiZ5N is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:36:27.403Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_dotIOzyh4KSNYmsGiZ5N
Description:catalog service description
Model UUID:e746f8c8-ecae-4bf9-aa55-7868e7d6588a
Model Version:NULL
Model InvariantUuid:ebd75c76-d765-4c5f-ad72-1903fa646876
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-03-31T13:36:27.412Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 008b0395-89ab-4f83-ba2c-2458d7ca166f
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-03-31T13:36:27.415Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||INFO|500||pNF 112b8844-5337 0
2022-03-31T13:36:27.415Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 008b0395-89ab-4f83-ba2c-2458d7ca166f
2022-03-31T13:36:27.415Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||No resources found for Service: e746f8c8-ecae-4bf9-aa55-7868e7d6588a
2022-03-31T13:36:27.415Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: e746f8c8-ecae-4bf9-aa55-7868e7d6588a
2022-03-31T13:36:27.415Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 112b8844-5337 0 008b0395-89ab-4f83-ba2c-2458d7ca166f 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-03-31T13:36:27.420Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@406b8f25, org.onap.sdc.toscaparser.api.parameters.Input@6483afc0, org.onap.sdc.toscaparser.api.parameters.Input@619f41dd, org.onap.sdc.toscaparser.api.parameters.Input@373ea101, org.onap.sdc.toscaparser.api.parameters.Input@2bb00264]
2022-03-31T13:36:27.420Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:36:27.421Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_dotIOzyh4KSNYmsGiZ5N is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:36:27.421Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid e746f8c8-ecae-4bf9-aa55-7868e7d6588a: pNF 112b8844-5337
2022-03-31T13:36:27.421Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||INFO|500||Processing PNF resource: 008b0395-89ab-4f83-ba2c-2458d7ca166f
2022-03-31T13:36:27.421Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:36:27.422Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_dotIOzyh4KSNYmsGiZ5N is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:36:27.422Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||INFO|500||Resource customization UUID: da72d6d8-d8d7-4c21-87f2-dd6fcbf20431 is the same as notified resource customizationUUID: da72d6d8-d8d7-4c21-87f2-dd6fcbf20431
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-03-31T13:36:27.457Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 112b8844-5337 008b0395-89ab-4f83-ba2c-2458d7ca166f 0 ASDC deployResourceStructure
2022-03-31T13:36:27.462Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfDotiozyh4ksnymsgiz5n/1.0/artifacts/service-DemoPnfDotiozyh4ksnymsgiz5n-csar.csar ASDC sendASDCNotification
2022-03-31T13:36:27.462Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfDotiozyh4ksnymsgiz5n/1.0/artifacts/service-DemoPnfDotiozyh4ksnymsgiz5n-csar.csar
2022-03-31T13:36:27.462Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T13:36:27.462Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:36:27.464Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:36:27.464Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1661ddd4-03d9-4f34-b8ba-be9d8715b7e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733787461,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDotiozyh4ksnymsgiz5n/1.0/artifacts/service-DemoPnfDotiozyh4ksnymsgiz5n-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T13:36:27.564Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:36:27.565Z||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-03-31T13:36:27.565Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:36:27.577Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:36:27.578Z||pool-109-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-31T13:36:28.464Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1661ddd4-03d9-4f34-b8ba-be9d8715b7e2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-31T13:36:28.476Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1661ddd4-03d9-4f34-b8ba-be9d8715b7e2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T13:36:28.478Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T13:36:28.478Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-31T13:36:28.479Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-31T13:36:29.355Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:36:29.356Z||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-03-31T13:36:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:36:29.381Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:36:29.381Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:36:29.381Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb2ed51-4f88-438d-b222-c226b049ed08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733603980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJhogq6ble5figuxif9je/1.0/resourceInstances/pnf2b0b8d23cc180/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:36:29.382Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:36:29.382Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:36:29.382Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb2ed51-4f88-438d-b222-c226b049ed08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733603980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJhogq6ble5figuxif9je/1.0/resourceInstances/pnf2b0b8d23cc180/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:36:29.382Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:36:29.382Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:36:29.382Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb2ed51-4f88-438d-b222-c226b049ed08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733603980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJhogq6ble5figuxif9je/1.0/resourceInstances/pnf2b0b8d23cc180/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:36:29.382Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:36:29.382Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:36:29.382Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb2ed51-4f88-438d-b222-c226b049ed08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733603980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJhogq6ble5figuxif9je/1.0/resourceInstances/pnf2b0b8d23cc180/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:36:29.382Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:36:29.382Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:36:29.382Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb2ed51-4f88-438d-b222-c226b049ed08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733603980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJhogq6ble5figuxif9je/1.0/resourceInstances/pnf2b0b8d23cc180/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:36:29.382Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:36:29.382Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:36:29.382Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb2ed51-4f88-438d-b222-c226b049ed08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733603980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJhogq6ble5figuxif9je/1.0/resourceInstances/pnf2b0b8d23cc180/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:36:29.382Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:36:29.382Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:36:29.382Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb2ed51-4f88-438d-b222-c226b049ed08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733603980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJhogq6ble5figuxif9je/1.0/artifacts/service-DemoPnfJhogq6ble5figuxif9je-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:36:29.382Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:36:29.382Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:36:29.382Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb2ed51-4f88-438d-b222-c226b049ed08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733603980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJhogq6ble5figuxif9je/1.0/artifacts/service-DemoPnfJhogq6ble5figuxif9je-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T13:36:29.382Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:36:29.382Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:36:29.382Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb2ed51-4f88-438d-b222-c226b049ed08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733617809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJhogq6ble5figuxif9je/1.0/artifacts/service-DemoPnfJhogq6ble5figuxif9je-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:36:29.383Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:36:29.383Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:36:29.383Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb2ed51-4f88-438d-b222-c226b049ed08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733619718,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJhogq6ble5figuxif9je/1.0/artifacts/service-DemoPnfJhogq6ble5figuxif9je-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T13:36:29.383Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:36:58.479Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1661ddd4-03d9-4f34-b8ba-be9d8715b7e2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-31T13:36:58.489Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1661ddd4-03d9-4f34-b8ba-be9d8715b7e2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T13:36:58.490Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T13:36:58.490Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-31T13:36:58.490Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-31T13:37:28.492Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1661ddd4-03d9-4f34-b8ba-be9d8715b7e2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-31T13:37:28.503Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1661ddd4-03d9-4f34-b8ba-be9d8715b7e2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T13:37:28.505Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T13:37:28.505Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-31T13:37:28.505Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-31T13:37:29.355Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:37:29.356Z||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-03-31T13:37:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:37:29.383Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:37:29.385Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:37:29.385Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1661ddd4-03d9-4f34-b8ba-be9d8715b7e2",
  "consumerID": "aai-ml",
  "timestamp": 1648733673756,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDotiozyh4ksnymsgiz5n/1.0/resourceInstances/pnf112b884453370/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:37:29.385Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:37:29.385Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:37:29.385Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1661ddd4-03d9-4f34-b8ba-be9d8715b7e2",
  "consumerID": "aai-ml",
  "timestamp": 1648733673756,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDotiozyh4ksnymsgiz5n/1.0/resourceInstances/pnf112b884453370/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:37:29.385Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:37:29.385Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:37:29.386Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1661ddd4-03d9-4f34-b8ba-be9d8715b7e2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648733682962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDotiozyh4ksnymsgiz5n/1.0/resourceInstances/pnf112b884453370/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:37:29.386Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:37:29.386Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:37:29.386Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1661ddd4-03d9-4f34-b8ba-be9d8715b7e2",
  "consumerID": "aai-ml",
  "timestamp": 1648733673756,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDotiozyh4ksnymsgiz5n/1.0/resourceInstances/pnf112b884453370/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:37:29.386Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:37:29.386Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:37:29.386Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1661ddd4-03d9-4f34-b8ba-be9d8715b7e2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648733682962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDotiozyh4ksnymsgiz5n/1.0/resourceInstances/pnf112b884453370/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:37:29.386Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:37:29.386Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:37:29.386Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1661ddd4-03d9-4f34-b8ba-be9d8715b7e2",
  "consumerID": "aai-ml",
  "timestamp": 1648733673756,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDotiozyh4ksnymsgiz5n/1.0/resourceInstances/pnf112b884453370/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:37:29.386Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:37:29.386Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:37:29.386Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1661ddd4-03d9-4f34-b8ba-be9d8715b7e2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648733682962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDotiozyh4ksnymsgiz5n/1.0/resourceInstances/pnf112b884453370/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:37:29.386Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:37:29.386Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:37:29.387Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1661ddd4-03d9-4f34-b8ba-be9d8715b7e2",
  "consumerID": "aai-ml",
  "timestamp": 1648733673756,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDotiozyh4ksnymsgiz5n/1.0/resourceInstances/pnf112b884453370/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:37:29.387Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:37:29.387Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:37:29.387Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1661ddd4-03d9-4f34-b8ba-be9d8715b7e2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648733685288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDotiozyh4ksnymsgiz5n/1.0/resourceInstances/pnf112b884453370/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:37:29.387Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:37:29.387Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:37:29.387Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1661ddd4-03d9-4f34-b8ba-be9d8715b7e2",
  "consumerID": "cds",
  "timestamp": 1648733685370,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDotiozyh4ksnymsgiz5n/1.0/resourceInstances/pnf112b884453370/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:37:29.387Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:37:29.387Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:37:29.387Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1661ddd4-03d9-4f34-b8ba-be9d8715b7e2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648733682962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDotiozyh4ksnymsgiz5n/1.0/resourceInstances/pnf112b884453370/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:37:29.387Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:37:29.387Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:37:29.387Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1661ddd4-03d9-4f34-b8ba-be9d8715b7e2",
  "consumerID": "aai-ml",
  "timestamp": 1648733673756,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDotiozyh4ksnymsgiz5n/1.0/resourceInstances/pnf112b884453370/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:37:29.387Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:37:29.387Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:37:29.387Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1661ddd4-03d9-4f34-b8ba-be9d8715b7e2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648733685288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDotiozyh4ksnymsgiz5n/1.0/resourceInstances/pnf112b884453370/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:37:29.387Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:37:29.388Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:37:29.388Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1661ddd4-03d9-4f34-b8ba-be9d8715b7e2",
  "consumerID": "cds",
  "timestamp": 1648733685370,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDotiozyh4ksnymsgiz5n/1.0/resourceInstances/pnf112b884453370/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:37:29.388Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:37:29.388Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:37:29.388Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1661ddd4-03d9-4f34-b8ba-be9d8715b7e2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648733682962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDotiozyh4ksnymsgiz5n/1.0/resourceInstances/pnf112b884453370/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:37:29.388Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:37:29.388Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:37:29.388Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1661ddd4-03d9-4f34-b8ba-be9d8715b7e2",
  "consumerID": "aai-ml",
  "timestamp": 1648733673756,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDotiozyh4ksnymsgiz5n/1.0/artifacts/service-DemoPnfDotiozyh4ksnymsgiz5n-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:37:29.388Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:37:29.388Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:37:29.388Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1661ddd4-03d9-4f34-b8ba-be9d8715b7e2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648733685288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDotiozyh4ksnymsgiz5n/1.0/resourceInstances/pnf112b884453370/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:37:29.388Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:37:29.388Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:37:29.388Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1661ddd4-03d9-4f34-b8ba-be9d8715b7e2",
  "consumerID": "cds",
  "timestamp": 1648733685370,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDotiozyh4ksnymsgiz5n/1.0/resourceInstances/pnf112b884453370/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:37:29.388Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:37:29.388Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:37:29.388Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1661ddd4-03d9-4f34-b8ba-be9d8715b7e2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648733682962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDotiozyh4ksnymsgiz5n/1.0/resourceInstances/pnf112b884453370/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-31T13:37:29.388Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:37:29.388Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:37:29.388Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1661ddd4-03d9-4f34-b8ba-be9d8715b7e2",
  "consumerID": "aai-ml",
  "timestamp": 1648733673756,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDotiozyh4ksnymsgiz5n/1.0/artifacts/service-DemoPnfDotiozyh4ksnymsgiz5n-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T13:37:29.388Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:37:29.389Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:37:29.389Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1661ddd4-03d9-4f34-b8ba-be9d8715b7e2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648733685288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDotiozyh4ksnymsgiz5n/1.0/resourceInstances/pnf112b884453370/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:37:29.389Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:37:29.389Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:37:29.389Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1661ddd4-03d9-4f34-b8ba-be9d8715b7e2",
  "consumerID": "cds",
  "timestamp": 1648733685370,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDotiozyh4ksnymsgiz5n/1.0/resourceInstances/pnf112b884453370/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:37:29.389Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:37:29.389Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:37:29.389Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1661ddd4-03d9-4f34-b8ba-be9d8715b7e2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648733682962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDotiozyh4ksnymsgiz5n/1.0/artifacts/service-DemoPnfDotiozyh4ksnymsgiz5n-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:37:29.389Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:37:29.389Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:37:29.389Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1661ddd4-03d9-4f34-b8ba-be9d8715b7e2",
  "consumerID": "aai-ml",
  "timestamp": 1648733689699,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDotiozyh4ksnymsgiz5n/1.0/artifacts/service-DemoPnfDotiozyh4ksnymsgiz5n-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:37:29.389Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:37:29.389Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:37:29.389Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1661ddd4-03d9-4f34-b8ba-be9d8715b7e2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648733685288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDotiozyh4ksnymsgiz5n/1.0/resourceInstances/pnf112b884453370/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:37:29.389Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:37:29.389Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:37:29.389Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1661ddd4-03d9-4f34-b8ba-be9d8715b7e2",
  "consumerID": "cds",
  "timestamp": 1648733685370,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDotiozyh4ksnymsgiz5n/1.0/resourceInstances/pnf112b884453370/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:37:29.389Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:37:29.389Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:37:29.390Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1661ddd4-03d9-4f34-b8ba-be9d8715b7e2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648733682962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDotiozyh4ksnymsgiz5n/1.0/artifacts/service-DemoPnfDotiozyh4ksnymsgiz5n-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:37:29.390Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:37:29.390Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:37:29.390Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1661ddd4-03d9-4f34-b8ba-be9d8715b7e2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648733685288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDotiozyh4ksnymsgiz5n/1.0/resourceInstances/pnf112b884453370/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:37:29.390Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:37:29.390Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:37:29.390Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1661ddd4-03d9-4f34-b8ba-be9d8715b7e2",
  "consumerID": "cds",
  "timestamp": 1648733685370,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDotiozyh4ksnymsgiz5n/1.0/resourceInstances/pnf112b884453370/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:37:29.390Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:37:29.390Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:37:29.390Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1661ddd4-03d9-4f34-b8ba-be9d8715b7e2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648733691680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDotiozyh4ksnymsgiz5n/1.0/resourceInstances/pnf112b884453370/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:37:29.390Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:37:29.390Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:37:29.390Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1661ddd4-03d9-4f34-b8ba-be9d8715b7e2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648733685288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDotiozyh4ksnymsgiz5n/1.0/artifacts/service-DemoPnfDotiozyh4ksnymsgiz5n-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:37:29.390Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:37:29.390Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:37:29.390Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1661ddd4-03d9-4f34-b8ba-be9d8715b7e2",
  "consumerID": "cds",
  "timestamp": 1648733685370,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDotiozyh4ksnymsgiz5n/1.0/artifacts/service-DemoPnfDotiozyh4ksnymsgiz5n-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:37:29.390Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:37:29.391Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:37:29.391Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1661ddd4-03d9-4f34-b8ba-be9d8715b7e2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648733692704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDotiozyh4ksnymsgiz5n/1.0/resourceInstances/pnf112b884453370/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-31T13:37:29.391Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:37:29.391Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:37:29.391Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1661ddd4-03d9-4f34-b8ba-be9d8715b7e2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648733685288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDotiozyh4ksnymsgiz5n/1.0/artifacts/service-DemoPnfDotiozyh4ksnymsgiz5n-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T13:37:29.391Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:37:29.391Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:37:29.391Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1661ddd4-03d9-4f34-b8ba-be9d8715b7e2",
  "consumerID": "cds",
  "timestamp": 1648733685370,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDotiozyh4ksnymsgiz5n/1.0/artifacts/service-DemoPnfDotiozyh4ksnymsgiz5n-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T13:37:29.391Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:37:29.391Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:37:29.391Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1661ddd4-03d9-4f34-b8ba-be9d8715b7e2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648733693708,
  "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-03-31T13:37:29.397Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 1661ddd4-03d9-4f34-b8ba-be9d8715b7e2
2022-03-31T13:37:29.398Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1661ddd4-03d9-4f34-b8ba-be9d8715b7e2 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-03-31T13:37:29.406Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:37:29.406Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1661ddd4-03d9-4f34-b8ba-be9d8715b7e2",
  "consumerID": "cds",
  "timestamp": 1648733694339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDotiozyh4ksnymsgiz5n/1.0/artifacts/service-DemoPnfDotiozyh4ksnymsgiz5n-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:37:29.406Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:37:29.406Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:37:29.407Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1661ddd4-03d9-4f34-b8ba-be9d8715b7e2",
  "consumerID": "cds",
  "timestamp": 1648733695343,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDotiozyh4ksnymsgiz5n/1.0/artifacts/service-DemoPnfDotiozyh4ksnymsgiz5n-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-03-31T13:37:29.412Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1661ddd4-03d9-4f34-b8ba-be9d8715b7e2
2022-03-31T13:37:29.412Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1661ddd4-03d9-4f34-b8ba-be9d8715b7e2 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-03-31T13:37:29.421Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:37:29.421Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1661ddd4-03d9-4f34-b8ba-be9d8715b7e2",
  "consumerID": "aai-ml",
  "timestamp": 1648733695837,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDotiozyh4ksnymsgiz5n/1.0/artifacts/service-DemoPnfDotiozyh4ksnymsgiz5n-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T13:37:29.422Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:37:29.422Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:37:29.422Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1661ddd4-03d9-4f34-b8ba-be9d8715b7e2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648733695979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDotiozyh4ksnymsgiz5n/1.0/resourceInstances/pnf112b884453370/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:37:29.422Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:37:29.422Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:37:29.422Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1661ddd4-03d9-4f34-b8ba-be9d8715b7e2",
  "consumerID": "aai-ml",
  "timestamp": 1648733696840,
  "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-03-31T13:37:29.427Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1661ddd4-03d9-4f34-b8ba-be9d8715b7e2
2022-03-31T13:37:29.427Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1661ddd4-03d9-4f34-b8ba-be9d8715b7e2 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-03-31T13:37:29.436Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:37:29.436Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1661ddd4-03d9-4f34-b8ba-be9d8715b7e2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648733695979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDotiozyh4ksnymsgiz5n/1.0/resourceInstances/pnf112b884453370/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:37:29.436Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:37:29.436Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:37:29.436Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1661ddd4-03d9-4f34-b8ba-be9d8715b7e2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648733695979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDotiozyh4ksnymsgiz5n/1.0/resourceInstances/pnf112b884453370/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:37:29.436Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:37:29.436Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:37:29.436Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1661ddd4-03d9-4f34-b8ba-be9d8715b7e2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648733695979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDotiozyh4ksnymsgiz5n/1.0/resourceInstances/pnf112b884453370/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:37:29.436Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:37:29.437Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:37:29.437Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1661ddd4-03d9-4f34-b8ba-be9d8715b7e2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648733695979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDotiozyh4ksnymsgiz5n/1.0/resourceInstances/pnf112b884453370/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:37:29.437Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:37:29.437Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:37:29.437Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1661ddd4-03d9-4f34-b8ba-be9d8715b7e2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648733695979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDotiozyh4ksnymsgiz5n/1.0/resourceInstances/pnf112b884453370/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:37:29.437Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:37:29.437Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:37:29.437Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1661ddd4-03d9-4f34-b8ba-be9d8715b7e2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648733695979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDotiozyh4ksnymsgiz5n/1.0/artifacts/service-DemoPnfDotiozyh4ksnymsgiz5n-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:37:29.437Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:37:29.437Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:37:29.437Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1661ddd4-03d9-4f34-b8ba-be9d8715b7e2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648733695979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDotiozyh4ksnymsgiz5n/1.0/artifacts/service-DemoPnfDotiozyh4ksnymsgiz5n-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T13:37:29.437Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:37:29.438Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:37:29.438Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1661ddd4-03d9-4f34-b8ba-be9d8715b7e2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648733704698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDotiozyh4ksnymsgiz5n/1.0/artifacts/service-DemoPnfDotiozyh4ksnymsgiz5n-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:37:29.438Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:37:29.438Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:37:29.438Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1661ddd4-03d9-4f34-b8ba-be9d8715b7e2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648733706474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDotiozyh4ksnymsgiz5n/1.0/artifacts/service-DemoPnfDotiozyh4ksnymsgiz5n-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T13:37:29.438Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:37:29.438Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:37:29.438Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1661ddd4-03d9-4f34-b8ba-be9d8715b7e2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648733707477,
  "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-03-31T13:37:29.443Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1661ddd4-03d9-4f34-b8ba-be9d8715b7e2
2022-03-31T13:37:29.443Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1661ddd4-03d9-4f34-b8ba-be9d8715b7e2 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-03-31T13:37:58.505Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1661ddd4-03d9-4f34-b8ba-be9d8715b7e2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-31T13:37:58.516Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1661ddd4-03d9-4f34-b8ba-be9d8715b7e2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T13:37:58.519Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T13:37:58.519Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-31T13:37:58.519Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-31T13:37:58.519Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-31T13:37:58.519Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T13:37:58.519Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T13:37:58.519Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T13:37:58.519Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T13:37:58.519Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T13:37:58.519Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||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-03-31T13:37:58.524Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-31T13:38:28.524Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1661ddd4-03d9-4f34-b8ba-be9d8715b7e2 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-03-31T13:38:28.531Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1661ddd4-03d9-4f34-b8ba-be9d8715b7e2 and serviceModelVersionId: e746f8c8-ecae-4bf9-aa55-7868e7d6588a
2022-03-31T13:38:28.531Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ebd75c76-d765-4c5f-ad72-1903fa646876
2022-03-31T13:38:28.532Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ebd75c76-d765-4c5f-ad72-1903fa646876/model-vers/model-ver/e746f8c8-ecae-4bf9-aa55-7868e7d6588a?depth=0
2022-03-31T13:38:28.535Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-03-31T13:38:28.562Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebd75c76-d765-4c5f-ad72-1903fa646876/model-vers/model-ver/e746f8c8-ecae-4bf9-aa55-7868e7d6588a?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-03-31T13:38:28.563Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebd75c76-d765-4c5f-ad72-1903fa646876/model-vers/model-ver/e746f8c8-ecae-4bf9-aa55-7868e7d6588a?depth=0|INFO|500||Invoke
2022-03-31T13:38:28.585Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebd75c76-d765-4c5f-ad72-1903fa646876/model-vers/model-ver/e746f8c8-ecae-4bf9-aa55-7868e7d6588a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-31T13:38:29.355Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:38:29.356Z||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-03-31T13:38:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:38:29.534Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebd75c76-d765-4c5f-ad72-1903fa646876/model-vers/model-ver/e746f8c8-ecae-4bf9-aa55-7868e7d6588a?depth=0|INFO|500||InvokeReturn
2022-03-31T13:38:29.534Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebd75c76-d765-4c5f-ad72-1903fa646876/model-vers/model-ver/e746f8c8-ecae-4bf9-aa55-7868e7d6588a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220331-13:38:28:593-69144], vertex-id=[237768], Content-Length=[0], Date=[Thu, 31 Mar 2022 13:38:28 GMT], Content-Type=[application/json]}
2022-03-31T13:38:29.535Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-03-31T13:38:29.535Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-31T13:38:29.535Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||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-03-31T13:38:29.540Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||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-03-31T13:38:29.541Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1661ddd4-03d9-4f34-b8ba-be9d8715b7e2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-31T13:38:29.541Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-31T13:38:29.541Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:38:29.543Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:38:29.543Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1661ddd4-03d9-4f34-b8ba-be9d8715b7e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733909541,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-31T13:38:29.643Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:38:29.644Z||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-03-31T13:38:29.644Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:38:29.657Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:38:29.658Z||pool-110-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:38:29.670Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:38:29.671Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:38:29.671Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb2ed51-4f88-438d-b222-c226b049ed08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733770954,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-31T13:38:29.671Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:38:29.671Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:38:29.671Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1661ddd4-03d9-4f34-b8ba-be9d8715b7e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733771967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDotiozyh4ksnymsgiz5n/1.0/resourceInstances/pnf112b884453370/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:38:29.671Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:38:29.672Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:38:29.672Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1661ddd4-03d9-4f34-b8ba-be9d8715b7e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733771967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDotiozyh4ksnymsgiz5n/1.0/resourceInstances/pnf112b884453370/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:38:29.672Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:38:29.672Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:38:29.672Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1661ddd4-03d9-4f34-b8ba-be9d8715b7e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733771967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDotiozyh4ksnymsgiz5n/1.0/resourceInstances/pnf112b884453370/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:38:29.672Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:38:29.672Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:38:29.672Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1661ddd4-03d9-4f34-b8ba-be9d8715b7e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733771967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDotiozyh4ksnymsgiz5n/1.0/resourceInstances/pnf112b884453370/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:38:29.672Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:38:29.672Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:38:29.672Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1661ddd4-03d9-4f34-b8ba-be9d8715b7e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733771967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDotiozyh4ksnymsgiz5n/1.0/resourceInstances/pnf112b884453370/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:38:29.672Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:38:29.672Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:38:29.672Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1661ddd4-03d9-4f34-b8ba-be9d8715b7e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733771967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDotiozyh4ksnymsgiz5n/1.0/resourceInstances/pnf112b884453370/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:38:29.672Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:38:29.672Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:38:29.673Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1661ddd4-03d9-4f34-b8ba-be9d8715b7e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733771967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDotiozyh4ksnymsgiz5n/1.0/artifacts/service-DemoPnfDotiozyh4ksnymsgiz5n-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:38:29.673Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:38:29.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:38:29.673Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1661ddd4-03d9-4f34-b8ba-be9d8715b7e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733771967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDotiozyh4ksnymsgiz5n/1.0/artifacts/service-DemoPnfDotiozyh4ksnymsgiz5n-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T13:38:29.673Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:38:29.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:38:29.673Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1661ddd4-03d9-4f34-b8ba-be9d8715b7e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733785644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDotiozyh4ksnymsgiz5n/1.0/artifacts/service-DemoPnfDotiozyh4ksnymsgiz5n-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:38:29.673Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:38:29.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:38:29.673Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1661ddd4-03d9-4f34-b8ba-be9d8715b7e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733787461,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDotiozyh4ksnymsgiz5n/1.0/artifacts/service-DemoPnfDotiozyh4ksnymsgiz5n-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T13:38:29.673Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-31T13:38:30.557Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:38:30.558Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:38:30.558Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:38:42.436Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:38:42.437Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:38:42.437Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:38:42.437Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:38:51.982Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:38:51.982Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:38:51.983Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:38:51.983Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:39:01.524Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:39:01.524Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:39:01.525Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|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-03-31T13:39:01.525Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:39:11.064Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:39:11.065Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:39:11.065Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|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-03-31T13:39:11.065Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:39:20.606Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:39:20.606Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:39:20.606Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|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-03-31T13:39:20.607Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:39:29.355Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:39:29.356Z||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-03-31T13:39:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:39:29.891Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:39:29.892Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:39:29.893Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1661ddd4-03d9-4f34-b8ba-be9d8715b7e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648733909541,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-31T13:39:29.894Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:39:30.145Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:39:30.145Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:39:30.146Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|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-03-31T13:39:30.146Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:39:39.687Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:39:39.687Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:39:39.688Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|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-03-31T13:39:39.688Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:39:49.230Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:40:29.353Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:40:29.354Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|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-03-31T13:40:29.354Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:40:29.355Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:40:29.355Z||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-03-31T13:40:29.355Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:40:38.905Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:40:38.907Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:41:29.353Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:41:29.354Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|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-03-31T13:41:29.354Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:41:29.355Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:41:29.355Z||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-03-31T13:41:29.355Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:41:38.898Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:41:38.904Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:42:29.353Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:42:29.354Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|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-03-31T13:42:29.354Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:42:29.355Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:42:29.355Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|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-03-31T13:42:29.355Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:42:38.900Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:42:38.903Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:43:29.353Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:43:29.354Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|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-03-31T13:43:29.354Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:43:29.355Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:43:29.356Z||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-03-31T13:43:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:43:38.900Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:43:38.902Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:44:29.353Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:44:29.354Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|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-03-31T13:44:29.354Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:44:29.355Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:44:29.356Z||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-03-31T13:44:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:44:38.899Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:44:38.900Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:45:29.353Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:45:29.354Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|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-03-31T13:45:29.354Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:45:29.355Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:45:29.355Z||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-03-31T13:45:29.355Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:45:38.902Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:45:38.904Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:46:29.353Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:46:29.354Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|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-03-31T13:46:29.354Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:46:29.355Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:46:29.355Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|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-03-31T13:46:29.356Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:46:38.902Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:46:38.904Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:47:29.353Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:47:29.354Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|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-03-31T13:47:29.354Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:47:29.355Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:47:29.355Z||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-03-31T13:47:29.355Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:47:38.903Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:47:38.903Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:48:29.353Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:48:29.354Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|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-03-31T13:48:29.354Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:48:29.355Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:48:29.355Z||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-03-31T13:48:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:48:38.902Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:48:38.903Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:49:29.353Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:49:29.354Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|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-03-31T13:49:29.354Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:49:29.355Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:49:29.355Z||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-03-31T13:49:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:49:38.898Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:49:38.899Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:50:29.353Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:50:29.354Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|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-03-31T13:50:29.354Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:50:29.355Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:50:29.356Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|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-03-31T13:50:29.356Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:50:38.904Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:50:38.905Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:51:29.353Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:51:29.354Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|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-03-31T13:51:29.354Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:51:29.355Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:51:29.355Z|dc081289-c095-4849-bf16-0740ab657c2c|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-03-31T13:51:29.356Z|dc081289-c095-4849-bf16-0740ab657c2c|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:51:38.899Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:51:38.905Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:52:29.353Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:52:29.354Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|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-03-31T13:52:29.354Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:52:29.355Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:52:29.356Z||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-03-31T13:52:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:52:38.898Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:52:38.899Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:53:29.354Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:53:29.354Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|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-03-31T13:53:29.354Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:53:29.355Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:53:29.356Z||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-03-31T13:53:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:53:38.905Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:53:38.905Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:54:29.353Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:54:29.354Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:54:29.354Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:54:29.355Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:54:29.355Z||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-03-31T13:54:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:54:38.900Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:54:38.904Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:55:29.353Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:55:29.354Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:55:29.354Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:55:29.355Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:55:29.355Z||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-03-31T13:55:29.355Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:55:38.900Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:55:38.902Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:56:29.353Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:56:29.354Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:56:29.354Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:56:29.355Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:56:29.355Z||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-03-31T13:56:29.355Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:56:30.587Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:56:30.588Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T13:56:30.588Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"21e56ee9-f0df-447e-9768-7096d17d532d","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"94651e10-ea42-48dc-a244-8a3df66d54b2","serviceDescription":"service","serviceInvariantUUID":"c4d31718-02cf-419d-8bd6-228ee68bf7f6","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"255cbef2-0898-4015-87a2-50788fea747d","resourceInvariantUUID":"618985a4-f624-4a69-a3b2-05322357c162","resourceCustomizationUUID":"f681f72d-2d67-4136-9464-ad3161335a46","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"MTE2MGRlZjdjOTFkOGY5ODZlYTYzYTZjOTYyNzlkYzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"296d123b-9d33-4703-985a-b557f5482506","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"NmE1MTBkZWVkMDRhNmE2ZmMwNzk0YzczZWJlNDA3OTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4e69d0c6-f562-4646-a7e3-0c047fd7b01a","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"97c027e0-bebe-4aa2-8fbb-2cdd6761ab3e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"de5c6916-2a10-4860-a720-dbd70f274b6c","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bdfc2402-05bf-4c87-9426-50981ce202e2","artifactVersion":"2","generatedFromUUID":"97c027e0-bebe-4aa2-8fbb-2cdd6761ab3e"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"YTQyZGExMzdjM2VkZmRlMDRiNGFlYWFjZGVlNTc0OWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"954218bc-e65b-4b1c-9ba3-da7e2a6fe3ef","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"ZTliM2EzODZmMDkzOWE4NGQ5ZDk1NWYyM2RhYTdlMDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5e3b77df-0e72-45cc-a5b1-574effca40f2","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NDllY2U5Y2VlYmRjZTNjMjkyNDhmZWM4ZGY0NWU2MjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b84b46fa-d756-4e25-9bcf-79343cc4ef68","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-31T13:56:30.590Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:56:30.590Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:56:30.592Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:56:30.592Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648734989353,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:56:30.693Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-31T13:56:30.693Z||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-03-31T13:56:30.693Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:56:30.708Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:56:30.709Z||pool-111-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":3,"count":1}
2022-03-31T13:56:30.822Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:56:30.823Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:56:30.823Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648734989353,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:56:30.823Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:56:31.593Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:56:31.594Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:56:31.595Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:56:31.595Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648734989353,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-31T13:56:31.695Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:56:31.696Z||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-03-31T13:56:31.696Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:56:31.707Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:56:31.707Z||pool-112-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:56:32.596Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:56:32.596Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:56:32.598Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:56:32.599Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648734989353,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-31T13:56:32.699Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:56:32.700Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:56:32.700Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:56:32.722Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:56:32.723Z||pool-113-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:56:33.599Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:56:33.600Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:56:33.601Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:56:33.601Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648734989353,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:56:33.701Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:56:33.702Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:56:33.702Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:56:33.736Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:56:33.737Z||pool-114-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:56:34.602Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:56:34.603Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:56:34.606Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:56:34.606Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648734989353,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-31T13:56:34.706Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:56:34.707Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:56:34.707Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:56:34.724Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:56:34.725Z||pool-115-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:56:35.607Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:56:35.607Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:56:35.609Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:56:35.610Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648734989353,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:56:35.710Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:56:35.710Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:56:35.711Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:56:35.722Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:56:35.722Z||pool-116-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:56:36.610Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:56:36.611Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:56:36.613Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:56:36.613Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648734989353,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:56:36.713Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:56:36.714Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:56:36.714Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:56:36.726Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:56:36.726Z||pool-117-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:56:37.614Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:56:37.614Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:56:37.616Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:56:37.616Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648734989353,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T13:56:37.716Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:56:37.717Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:56:37.717Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:56:37.731Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:56:37.731Z||pool-118-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:56:38.617Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "94651e10-ea42-48dc-a244-8a3df66d54b2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c4d31718-02cf-419d-8bd6-228ee68bf7f6",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "f681f72d-2d67-4136-9464-ad3161335a46",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "255cbef2-0898-4015-87a2-50788fea747d",
      "resourceInvariantUUID": "618985a4-f624-4a69-a3b2-05322357c162",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
          "artifactChecksum": "NmE1MTBkZWVkMDRhNmE2ZmMwNzk0YzczZWJlNDA3OTM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "4e69d0c6-f562-4646-a7e3-0c047fd7b01a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "97c027e0-bebe-4aa2-8fbb-2cdd6761ab3e",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "bdfc2402-05bf-4c87-9426-50981ce202e2",
            "generatedFromUUID": "97c027e0-bebe-4aa2-8fbb-2cdd6761ab3e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "bdfc2402-05bf-4c87-9426-50981ce202e2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NDllY2U5Y2VlYmRjZTNjMjkyNDhmZWM4ZGY0NWU2MjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b84b46fa-d756-4e25-9bcf-79343cc4ef68"
    }
  ],
  "workloadContext": "Production"
}
2022-03-31T13:56:38.617Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-31T13:56:38.617Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 94651e10-ea42-48dc-a244-8a3df66d54b2 ASDC
2022-03-31T13:56:38.618Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:21e56ee9-f0df-447e-9768-7096d17d532d
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:94651e10-ea42-48dc-a244-8a3df66d54b2
ServiceInvariantUUID:c4d31718-02cf-419d-8bd6-228ee68bf7f6
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVmMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
ArtifactUUID:b84b46fa-d756-4e25-9bcf-79343cc4ef68
ArtifactChecksum:NDllY2U5Y2VlYmRjZTNjMjkyNDhmZWM4ZGY0NWU2MjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:f681f72d-2d67-4136-9464-ad3161335a46
ResourceInvariantUUID:618985a4-f624-4a69-a3b2-05322357c162
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:255cbef2-0898-4015-87a2-50788fea747d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
ArtifactUUID:4e69d0c6-f562-4646-a7e3-0c047fd7b01a
ArtifactChecksum:NmE1MTBkZWVkMDRhNmE2ZmMwNzk0YzczZWJlNDA3OTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
ArtifactUUID:97c027e0-bebe-4aa2-8fbb-2cdd6761ab3e
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:bdfc2402-05bf-4c87-9426-50981ce202e2
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:bdfc2402-05bf-4c87-9426-50981ce202e2
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-31T13:56:38.618Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 94651e10-ea42-48dc-a244-8a3df66d54b2 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-03-31T13:56:38.664Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-31T13:56:38.665Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-31T13:56:38.665Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-31T13:56:38.665Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b84b46fa-d756-4e25-9bcf-79343cc4ef68 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-03-31T13:56:38.665Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-31T13:56:38.666Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-03-31T13:56:38.728Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-31T13:56:38.731Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar b84b46fa-d756-4e25-9bcf-79343cc4ef68 78817
2022-03-31T13:56:38.732Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-03-31T13:56:38.732Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-03-31T13:56:38.732Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T13:56:38.732Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:56:38.734Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:56:38.734Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648734998731,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:56:38.834Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:56:38.834Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:56:38.835Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:56:38.851Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:56:38.852Z||pool-119-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:56:39.734Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-31T13:56:39.736Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-31T13:56:39.736Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: b84b46fa-d756-4e25-9bcf-79343cc4ef68, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-31T13:56:39.736Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-03-31T13:56:39.736Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-31T13:56:39.737Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-31T13:56:39.831Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10550502707700728147/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_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-03-31T13:56:40.809Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-31T13:56:40.809Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-31T13:56:40.809Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-31T13:56:40.810Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-31T13:56:40.810Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_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-BasicVmMacro-csar.csar
2022-03-31T13:56:40.810Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||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-BasicVmMacro-csar.csar
2022-03-31T13:56:40.810Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-31T13:56:40.810Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||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-BasicVmMacro-csar.csar
2022-03-31T13:56:40.810Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-31T13:56:40.810Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-31T13:56:40.810Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-31T13:56:40.810Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-31T13:56:40.810Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-31T13:56:40.810Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-31T13:56:40.810Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:56:40.810Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:56:40.811Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-31T13:56:40.811Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-31T13:56:40.811Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-31T13:56:40.811Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:56:40.811Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:56:40.811Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-31T13:56:40.811Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-31T13:56:40.811Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-31T13:56:40.811Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:56:40.812Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:56:40.812Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:56:40.812Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-03-31T13:56:40.812Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-03-31T13:56:40.812Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-03-31T13:56:40.812Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-03-31T13:56:40.812Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-31T13:56:40.812Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-31T13:56:40.812Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:56:40.812Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-31T13:56:40.812Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:56:40.812Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-31T13:56:40.813Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T13:56:40.813Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:56:40.813Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-31T13:56:40.813Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T13:56:40.813Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:56:40.814Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-31T13:56:40.814Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T13:56:40.814Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:56:40.814Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-03-31T13:56:40.814Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-31T13:56:40.814Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-31T13:56:40.814Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=b78e37eb-515e-4e88-b433-06219aff1242
2022-03-31T13:56:40.814Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:56:40.814Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:56:40.815Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:56:40.815Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:56:40.815Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:56:40.815Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:56:40.815Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:56:40.815Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:56:40.815Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:94651e10-ea42-48dc-a244-8a3df66d54b2
Model Version:NULL
Model InvariantUuid:c4d31718-02cf-419d-8bd6-228ee68bf7f6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:37944a96-1c5f-4514-9926-7f393cb6ebf3
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:618985a4-f624-4a69-a3b2-05322357c162
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f681f72d-2d67-4136-9464-ad3161335a46
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:979b99fa-2077-4873-a46e-7c27ced6073c
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:29011f93-aef0-4140-a3f9-2cb51dd6d088
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b78e37eb-515e-4e88-b433-06219aff1242
ModelInvariantUuid:bffbf32a-1309-4303-911e-f05462d2a46a
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:df279397-0788-49a4-a761-45b97e3a58bc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:9b3bbc74-7521-4be7-8171-d30433aeaf8e
ModelInvariantUuid:49deeaa7-4e8f-4165-a1af-b397f3277d73
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:314e7c51-31e2-4c9f-824e-b45f0abe7e67
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-03-31T13:56:40.825Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 255cbef2-0898-4015-87a2-50788fea747d
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-03-31T13:56:40.828Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||INFO|500||basic_vm_macro 0
2022-03-31T13:56:40.828Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 255cbef2-0898-4015-87a2-50788fea747d
2022-03-31T13:56:40.828Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 4e69d0c6-f562-4646-a7e3-0c047fd7b01a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-03-31T13:56:40.828Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-31T13:56:40.829Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-03-31T13:56:40.875Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-31T13:56:40.875Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 4e69d0c6-f562-4646-a7e3-0c047fd7b01a 792
2022-03-31T13:56:40.876Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-03-31T13:56:40.876Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-03-31T13:56:40.876Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T13:56:40.876Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:56:40.878Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:56:40.878Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648735000876,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:56:40.978Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:56:40.979Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:56:40.979Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:56:40.990Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:56:40.990Z||pool-120-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:56:41.878Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "979b99fa-2077-4873-a46e-7c27ced6073c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "29011f93-aef0-4140-a3f9-2cb51dd6d088",
    "vfModuleModelCustomizationUUID": "ff007562-2b02-4da9-97f9-4955e5c79654",
    "isBase": true,
    "artifacts": [
      "97c027e0-bebe-4aa2-8fbb-2cdd6761ab3e",
      "bdfc2402-05bf-4c87-9426-50981ce202e2"
    ],
    "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-03-31T13:56:41.881Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:29011f93-aef0-4140-a3f9-2cb51dd6d088
VfModuleModelInvariantUUID:979b99fa-2077-4873-a46e-7c27ced6073c
VfModuleModelDescription:NULL
Artifacts UUID List:{
97c027e0-bebe-4aa2-8fbb-2cdd6761ab3e
,
bdfc2402-05bf-4c87-9426-50981ce202e2

}
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-03-31T13:56:41.883Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "979b99fa-2077-4873-a46e-7c27ced6073c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "29011f93-aef0-4140-a3f9-2cb51dd6d088",
    "vfModuleModelCustomizationUUID": "ff007562-2b02-4da9-97f9-4955e5c79654",
    "isBase": true,
    "artifacts": [
      "97c027e0-bebe-4aa2-8fbb-2cdd6761ab3e",
      "bdfc2402-05bf-4c87-9426-50981ce202e2"
    ],
    "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-03-31T13:56:41.883Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:29011f93-aef0-4140-a3f9-2cb51dd6d088
VfModuleModelInvariantUUID:979b99fa-2077-4873-a46e-7c27ced6073c
VfModuleModelDescription:NULL
Artifacts UUID List:{
97c027e0-bebe-4aa2-8fbb-2cdd6761ab3e
,
bdfc2402-05bf-4c87-9426-50981ce202e2

}
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-03-31T13:56:41.883Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 97c027e0-bebe-4aa2-8fbb-2cdd6761ab3e from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-03-31T13:56:41.883Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-31T13:56:41.883Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-03-31T13:56:41.921Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-31T13:56:41.922Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 97c027e0-bebe-4aa2-8fbb-2cdd6761ab3e 5033
2022-03-31T13:56:41.922Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-03-31T13:56:41.922Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-03-31T13:56:41.922Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T13:56:41.922Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:56:41.924Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:56:41.924Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648735001922,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:56:42.024Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:56:42.025Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:56:42.025Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:56:42.037Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:56:42.037Z||pool-121-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:56:42.925Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: bdfc2402-05bf-4c87-9426-50981ce202e2 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-03-31T13:56:42.925Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-31T13:56:42.925Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-03-31T13:56:42.969Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-31T13:56:42.969Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env bdfc2402-05bf-4c87-9426-50981ce202e2 903
2022-03-31T13:56:42.970Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-03-31T13:56:42.970Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-03-31T13:56:42.970Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T13:56:42.970Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:56:42.973Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:56:42.973Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648735002970,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:56:43.073Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:56:43.074Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:56:43.074Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:56:43.086Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:56:43.086Z||pool-122-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:56:43.973Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 94651e10-ea42-48dc-a244-8a3df66d54b2
2022-03-31T13:56:43.974Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 255cbef2-0898-4015-87a2-50788fea747d 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-03-31T13:56:43.989Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@345cbc3e, org.onap.sdc.toscaparser.api.parameters.Input@767fa793, org.onap.sdc.toscaparser.api.parameters.Input@635c2c29, org.onap.sdc.toscaparser.api.parameters.Input@2b5c5607, org.onap.sdc.toscaparser.api.parameters.Input@7ab0b21e]
2022-03-31T13:56:43.990Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:56:43.990Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:56:43.991Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-03-31T13:56:43.991Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= f681f72d-2d67-4136-9464-ad3161335a46
2022-03-31T13:56:43.991Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f681f72d-2d67-4136-9464-ad3161335a46 matches Tosca VF Customization UUID: f681f72d-2d67-4136-9464-ad3161335a46
2022-03-31T13:56:43.991Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: f681f72d-2d67-4136-9464-ad3161335a46  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-03-31T13:56:43.993Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:56:43.994Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:56:43.994Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id f681f72d-2d67-4136-9464-ad3161335a46: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"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\",\"sdnc_artifact_name\":\"vnf\",\"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\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2022-03-31T13:56:43.994Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3ae20a87
2022-03-31T13:56:43.994Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:56:43.994Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-31T13:56:43.994Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ff007562-2b02-4da9-97f9-4955e5c79654
2022-03-31T13:56:43.994Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ff007562-2b02-4da9-97f9-4955e5c79654
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-03-31T13:56:43.996Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:56:43.996Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-31T13:56:43.996Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T13:56:43.996Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:56:43.997Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-31T13:56:43.997Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T13:56:43.997Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:56:43.997Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-03-31T13:56:43.997Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-31T13:56:43.997Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-31T13:56:43.997Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=b78e37eb-515e-4e88-b433-06219aff1242
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-03-31T13:56:43.999Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:56:43.999Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-31T13:56:43.999Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T13:56:43.999Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:56:44.000Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-31T13:56:44.000Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=f681f72d-2d67-4136-9464-ad3161335a46
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-03-31T13:56:44.001Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:56:44.001Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:56:44.002Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 94651e10-ea42-48dc-a244-8a3df66d54b2: basic_vm_macro
2022-03-31T13:56:44.002Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:56:44.002Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:56:44.002Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:56:44.002Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:56:44.002Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:56:44.002Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:56:44.002Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:56:44.002Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:56:44.002Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T13:56:44.002Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:56:44.002Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T13:56:44.090Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 255cbef2-0898-4015-87a2-50788fea747d 1 ASDC deployResourceStructure
2022-03-31T13:56:44.091Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-03-31T13:56:44.091Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-03-31T13:56:44.091Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T13:56:44.091Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:56:44.093Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:56:44.093Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648735004091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-31T13:56:44.193Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:56:44.194Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:56:44.194Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:56:44.206Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:56:44.206Z||pool-123-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:56:45.094Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-03-31T13:56:45.094Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-03-31T13:56:45.094Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T13:56:45.094Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:56:45.096Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:56:45.097Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648735005093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-03-31T13:56:45.197Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:56:45.198Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:56:45.198Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:56:45.211Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:56:45.211Z||pool-124-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:56:46.098Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-03-31T13:56:46.098Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-03-31T13:56:46.098Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T13:56:46.098Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:56:46.101Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:56:46.101Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648735006097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-03-31T13:56:46.201Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:56:46.201Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:56:46.201Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:56:46.213Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:56:46.213Z||pool-125-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:56:47.102Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-03-31T13:56:47.103Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-03-31T13:56:47.103Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T13:56:47.103Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:56:47.105Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:56:47.105Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648735007102,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T13:56:47.205Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:56:47.206Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:56:47.206Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:56:47.217Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:56:47.217Z||pool-126-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:56:48.106Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 21e56ee9-f0df-447e-9768-7096d17d532d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-31T13:56:48.119Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 21e56ee9-f0df-447e-9768-7096d17d532d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T13:56:48.121Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T13:56:48.121Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-31T13:56:48.121Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-31T13:57:18.122Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 21e56ee9-f0df-447e-9768-7096d17d532d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-31T13:57:18.132Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 21e56ee9-f0df-447e-9768-7096d17d532d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T13:57:18.133Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T13:57:18.134Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-31T13:57:18.134Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-31T13:57:29.355Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:57:29.356Z||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-03-31T13:57:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:57:29.379Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:57:29.380Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:57:29.380Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "cds",
  "timestamp": 1648734990370,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:57:29.380Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:57:29.381Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:57:29.381Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648734982962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:57:29.381Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:57:48.134Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 21e56ee9-f0df-447e-9768-7096d17d532d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-31T13:57:48.143Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 21e56ee9-f0df-447e-9768-7096d17d532d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T13:57:48.145Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T13:57:48.145Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-31T13:57:48.145Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-31T13:58:18.146Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 21e56ee9-f0df-447e-9768-7096d17d532d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-31T13:58:18.159Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 21e56ee9-f0df-447e-9768-7096d17d532d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T13:58:18.161Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T13:58:18.161Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-31T13:58:18.162Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-31T13:58:29.355Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:58:29.356Z||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-03-31T13:58:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:58:29.381Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:58:29.382Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:58:29.382Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648734985288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:58:29.382Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:58:29.383Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:58:29.383Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648734985979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:58:29.383Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:58:48.162Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 21e56ee9-f0df-447e-9768-7096d17d532d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-31T13:58:48.173Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 21e56ee9-f0df-447e-9768-7096d17d532d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T13:58:48.175Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T13:58:48.175Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-31T13:58:48.175Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-31T13:59:18.175Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 21e56ee9-f0df-447e-9768-7096d17d532d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-31T13:59:18.185Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 21e56ee9-f0df-447e-9768-7096d17d532d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T13:59:18.186Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T13:59:18.187Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-31T13:59:18.187Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-31T13:59:29.355Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:59:29.356Z||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-03-31T13:59:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:59:29.380Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T13:59:29.392Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.393Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648734989353,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-31T13:59:29.393Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.393Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.393Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648734982962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.393Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.394Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.394Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "cds",
  "timestamp": 1648734990370,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.394Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.394Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.394Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648734985979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.394Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.394Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.394Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648734985288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-31T13:59:29.394Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.394Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.394Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "cds",
  "timestamp": 1648734990370,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.394Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.394Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.394Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648734985979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.394Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.394Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.394Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648734985288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-31T13:59:29.394Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.394Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.394Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648734989353,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-31T13:59:29.394Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.394Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.394Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648734982962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.394Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.395Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.395Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "cds",
  "timestamp": 1648734990370,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.395Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.395Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.395Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648734985288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.395Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.395Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.395Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648734982962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.395Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.395Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.395Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648734989353,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.395Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.395Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.395Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648734985979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.395Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.395Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.395Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "aai-ml",
  "timestamp": 1648734993756,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.395Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.395Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.395Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "cds",
  "timestamp": 1648734990370,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.396Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.396Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.396Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648734985288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-31T13:59:29.396Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.396Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.396Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648734989353,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-31T13:59:29.396Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.396Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.396Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648734982962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.396Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.396Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.396Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648734985979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.396Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.396Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.396Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "aai-ml",
  "timestamp": 1648734993756,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.397Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.397Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.397Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "cds",
  "timestamp": 1648734990370,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.397Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.397Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.397Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648734989353,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.397Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.397Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.397Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648734982962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.397Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.397Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.397Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648734985979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.397Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.398Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.398Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648734985288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.398Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.398Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.398Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "aai-ml",
  "timestamp": 1648734993756,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.398Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.398Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.398Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "cds",
  "timestamp": 1648734990370,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.398Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.398Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.398Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648734985288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.398Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.398Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.398Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648734989353,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.398Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.398Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.398Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648734982962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.398Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.398Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.398Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648734985979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.399Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.399Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.399Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "aai-ml",
  "timestamp": 1648734993756,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.399Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.399Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.399Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "cds",
  "timestamp": 1648734990370,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T13:59:29.399Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.399Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.399Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648734982962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.399Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.399Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.399Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648734985979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T13:59:29.399Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.399Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.399Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648734989353,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T13:59:29.399Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.399Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.399Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648734985288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T13:59:29.399Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.399Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.399Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "aai-ml",
  "timestamp": 1648734993756,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.399Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.399Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.400Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648734998722,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:59:29.400Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:59:29.400Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.400Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "cds",
  "timestamp": 1648734998728,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:59:29.400Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:59:29.400Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.400Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648734998729,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:59:29.400Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:59:29.400Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.400Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648734998731,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:59:29.400Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:59:29.400Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.400Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "aai-ml",
  "timestamp": 1648734993756,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.400Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.400Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.400Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648734999779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:59:29.400Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:59:29.400Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.400Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "aai-ml",
  "timestamp": 1648734993756,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.400Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.400Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.400Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "cds",
  "timestamp": 1648735000803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T13:59:29.407Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 21e56ee9-f0df-447e-9768-7096d17d532d
2022-03-31T13:59:29.408Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21e56ee9-f0df-447e-9768-7096d17d532d 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-03-31T13:59:29.416Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.416Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648735000823,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:59:29.416Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:59:29.416Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.416Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648735000876,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:59:29.416Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:59:29.416Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.416Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648735001349,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T13:59:29.416Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:59:29.417Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.417Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "aai-ml",
  "timestamp": 1648734993756,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T13:59:29.417Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.417Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.417Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648735001843,
  "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-03-31T13:59:29.421Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 21e56ee9-f0df-447e-9768-7096d17d532d
2022-03-31T13:59:29.421Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21e56ee9-f0df-447e-9768-7096d17d532d 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-03-31T13:59:29.430Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.430Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648735001922,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:59:29.430Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:59:29.430Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.430Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648735002352,
  "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-03-31T13:59:29.435Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 21e56ee9-f0df-447e-9768-7096d17d532d
2022-03-31T13:59:29.435Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21e56ee9-f0df-447e-9768-7096d17d532d 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-03-31T13:59:29.443Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.443Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "aai-ml",
  "timestamp": 1648735002482,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:59:29.444Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:59:29.444Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.444Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648735002847,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-31T13:59:29.444Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:59:29.444Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.444Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648735002970,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:59:29.444Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:59:29.444Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.444Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8891843-b220-45b7-9bc7-c92cbf41286f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648735002962,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.444Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.444Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.444Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648735004091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-31T13:59:29.444Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:59:29.444Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.444Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8891843-b220-45b7-9bc7-c92cbf41286f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648735002962,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.444Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.445Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.445Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648735005093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-03-31T13:59:29.445Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:59:29.445Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.445Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8891843-b220-45b7-9bc7-c92cbf41286f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648735002962,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.445Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.445Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.445Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8891843-b220-45b7-9bc7-c92cbf41286f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648735005288,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.445Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.445Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.445Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8891843-b220-45b7-9bc7-c92cbf41286f",
  "consumerID": "cds",
  "timestamp": 1648735005370,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.445Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.445Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.446Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648735006097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-03-31T13:59:29.446Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:59:29.446Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.446Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8891843-b220-45b7-9bc7-c92cbf41286f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648735002962,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.446Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.446Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.446Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8891843-b220-45b7-9bc7-c92cbf41286f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648735005288,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.446Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.446Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.446Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8891843-b220-45b7-9bc7-c92cbf41286f",
  "consumerID": "cds",
  "timestamp": 1648735005370,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.446Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.446Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.446Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648735007102,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T13:59:29.446Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:59:29.446Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.446Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8891843-b220-45b7-9bc7-c92cbf41286f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648735002962,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.446Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.447Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.447Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "aai-ml",
  "timestamp": 1648735007680,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T13:59:29.447Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:59:29.447Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.447Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8891843-b220-45b7-9bc7-c92cbf41286f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648735005288,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-03-31T13:59:29.447Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.447Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.447Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8891843-b220-45b7-9bc7-c92cbf41286f",
  "consumerID": "cds",
  "timestamp": 1648735005370,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.447Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.447Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.447Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8891843-b220-45b7-9bc7-c92cbf41286f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648735002962,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.447Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.447Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.447Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "aai-ml",
  "timestamp": 1648735008683,
  "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-03-31T13:59:29.452Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 21e56ee9-f0df-447e-9768-7096d17d532d
2022-03-31T13:59:29.452Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21e56ee9-f0df-447e-9768-7096d17d532d 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-03-31T13:59:29.459Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.460Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8891843-b220-45b7-9bc7-c92cbf41286f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648735005288,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-31T13:59:29.460Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.460Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.461Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8891843-b220-45b7-9bc7-c92cbf41286f",
  "consumerID": "cds",
  "timestamp": 1648735005370,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.461Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.461Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.461Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8891843-b220-45b7-9bc7-c92cbf41286f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648735002962,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.461Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.462Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.462Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8891843-b220-45b7-9bc7-c92cbf41286f",
  "consumerID": "aai-ml",
  "timestamp": 1648734993756,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.462Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.462Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.462Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8891843-b220-45b7-9bc7-c92cbf41286f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648735005288,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.462Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.462Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.462Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8891843-b220-45b7-9bc7-c92cbf41286f",
  "consumerID": "cds",
  "timestamp": 1648735005370,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.462Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.462Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.463Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8891843-b220-45b7-9bc7-c92cbf41286f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648735002962,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.463Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.463Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.463Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8891843-b220-45b7-9bc7-c92cbf41286f",
  "consumerID": "aai-ml",
  "timestamp": 1648734993756,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.463Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.463Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.463Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8891843-b220-45b7-9bc7-c92cbf41286f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648735005288,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-31T13:59:29.463Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.463Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.464Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8891843-b220-45b7-9bc7-c92cbf41286f",
  "consumerID": "cds",
  "timestamp": 1648735005370,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.464Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.464Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.464Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8891843-b220-45b7-9bc7-c92cbf41286f",
  "consumerID": "aai-ml",
  "timestamp": 1648734993756,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.464Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.464Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.464Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8891843-b220-45b7-9bc7-c92cbf41286f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648735005288,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.464Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.464Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.464Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8891843-b220-45b7-9bc7-c92cbf41286f",
  "consumerID": "cds",
  "timestamp": 1648735005370,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.464Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.464Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.464Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8891843-b220-45b7-9bc7-c92cbf41286f",
  "consumerID": "aai-ml",
  "timestamp": 1648734993756,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.465Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.465Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.465Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8891843-b220-45b7-9bc7-c92cbf41286f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648735005288,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T13:59:29.465Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.465Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.465Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8891843-b220-45b7-9bc7-c92cbf41286f",
  "consumerID": "cds",
  "timestamp": 1648735005370,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T13:59:29.465Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.465Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.465Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8891843-b220-45b7-9bc7-c92cbf41286f",
  "consumerID": "aai-ml",
  "timestamp": 1648734993756,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.465Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.465Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.465Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8891843-b220-45b7-9bc7-c92cbf41286f",
  "consumerID": "cds",
  "timestamp": 1648735014335,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:59:29.465Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:59:29.465Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.466Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8891843-b220-45b7-9bc7-c92cbf41286f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648735014336,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:59:29.466Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:59:29.466Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.466Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8891843-b220-45b7-9bc7-c92cbf41286f",
  "consumerID": "aai-ml",
  "timestamp": 1648734993756,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.466Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.466Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.466Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8891843-b220-45b7-9bc7-c92cbf41286f",
  "consumerID": "cds",
  "timestamp": 1648735015339,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-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-03-31T13:59:29.478Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f8891843-b220-45b7-9bc7-c92cbf41286f
2022-03-31T13:59:29.478Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8891843-b220-45b7-9bc7-c92cbf41286f 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-03-31T13:59:29.485Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.485Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8891843-b220-45b7-9bc7-c92cbf41286f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648735015532,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:59:29.486Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:59:29.486Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.486Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8891843-b220-45b7-9bc7-c92cbf41286f",
  "consumerID": "aai-ml",
  "timestamp": 1648734993756,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.486Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8891843-b220-45b7-9bc7-c92cbf41286f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648735015979,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.487Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8891843-b220-45b7-9bc7-c92cbf41286f",
  "consumerID": "aai-ml",
  "timestamp": 1648734993756,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T13:59:29.488Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8891843-b220-45b7-9bc7-c92cbf41286f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648735017131,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:59:29.488Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:59:29.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8891843-b220-45b7-9bc7-c92cbf41286f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648735015979,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.489Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8891843-b220-45b7-9bc7-c92cbf41286f",
  "consumerID": "aai-ml",
  "timestamp": 1648735018135,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:59:29.489Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:59:29.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8891843-b220-45b7-9bc7-c92cbf41286f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648735018153,
  "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-03-31T13:59:29.494Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f8891843-b220-45b7-9bc7-c92cbf41286f
2022-03-31T13:59:29.494Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8891843-b220-45b7-9bc7-c92cbf41286f 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-03-31T13:59:29.502Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.502Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8891843-b220-45b7-9bc7-c92cbf41286f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648735015979,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.503Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.503Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.503Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8891843-b220-45b7-9bc7-c92cbf41286f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648735019156,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-31T13:59:29.503Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:59:29.503Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.504Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8891843-b220-45b7-9bc7-c92cbf41286f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648735015979,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.504Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.504Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.504Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8891843-b220-45b7-9bc7-c92cbf41286f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648735015979,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.504Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.504Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.504Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8891843-b220-45b7-9bc7-c92cbf41286f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648735015979,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.504Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.504Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.504Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8891843-b220-45b7-9bc7-c92cbf41286f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648735015979,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.504Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.504Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.504Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8891843-b220-45b7-9bc7-c92cbf41286f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648735015979,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T13:59:29.505Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.505Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.505Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8891843-b220-45b7-9bc7-c92cbf41286f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648735024673,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:59:29.505Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:59:29.505Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.505Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8891843-b220-45b7-9bc7-c92cbf41286f",
  "consumerID": "aai-ml",
  "timestamp": 1648735026464,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T13:59:29.505Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:59:29.505Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.505Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8891843-b220-45b7-9bc7-c92cbf41286f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648735026871,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T13:59:29.505Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:59:29.505Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.505Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8891843-b220-45b7-9bc7-c92cbf41286f",
  "consumerID": "aai-ml",
  "timestamp": 1648735027466,
  "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-03-31T13:59:29.511Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f8891843-b220-45b7-9bc7-c92cbf41286f
2022-03-31T13:59:29.511Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8891843-b220-45b7-9bc7-c92cbf41286f 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-03-31T13:59:29.520Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.520Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8891843-b220-45b7-9bc7-c92cbf41286f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648735027874,
  "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-03-31T13:59:29.525Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f8891843-b220-45b7-9bc7-c92cbf41286f
2022-03-31T13:59:29.526Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8891843-b220-45b7-9bc7-c92cbf41286f 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-03-31T13:59:29.534Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.534Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "aai-ml",
  "timestamp": 1648735028468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.535Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.535Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.535Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648735025288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.535Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.535Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.535Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648735022962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.535Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.535Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.535Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "aai-ml",
  "timestamp": 1648735028468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.535Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.535Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.535Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648735022962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.536Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.536Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.536Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648735025288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-31T13:59:29.536Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.536Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.536Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "aai-ml",
  "timestamp": 1648735028468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.536Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.536Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.536Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648735022962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.536Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.536Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.536Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648735025288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-03-31T13:59:29.536Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.536Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.536Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "aai-ml",
  "timestamp": 1648735028468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.536Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.536Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.536Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648735022962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.536Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.536Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.536Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648735025288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.537Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.537Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.537Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "cds",
  "timestamp": 1648735035370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.537Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.537Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.537Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648735022962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.537Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.537Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.537Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648735025288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-03-31T13:59:29.537Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.537Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.537Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "aai-ml",
  "timestamp": 1648735028468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.537Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.537Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.537Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "cds",
  "timestamp": 1648735035370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.537Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.538Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.538Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "aai-ml",
  "timestamp": 1648735028468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.538Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.538Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.538Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648735022962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.538Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.538Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.538Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648735025288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-03-31T13:59:29.538Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.538Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.538Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "cds",
  "timestamp": 1648735035370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.538Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.538Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.538Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "aai-ml",
  "timestamp": 1648735028468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.538Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.538Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.539Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648735025288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-03-31T13:59:29.539Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.539Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.539Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648735022962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.539Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.539Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.539Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "cds",
  "timestamp": 1648735035370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.539Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.539Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.539Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "aai-ml",
  "timestamp": 1648735028468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.539Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.539Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.539Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648735022962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.539Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.539Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.540Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648735025288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.540Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.540Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "cds",
  "timestamp": 1648735035370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.540Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.540Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "aai-ml",
  "timestamp": 1648735028468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.540Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.540Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648735025288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.540Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.540Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648735022962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.540Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.540Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "cds",
  "timestamp": 1648735035370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.541Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.541Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "aai-ml",
  "timestamp": 1648735028468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T13:59:29.541Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.541Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648735025288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T13:59:29.541Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.541Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648735022962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.541Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.541Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "cds",
  "timestamp": 1648735035370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.541Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.542Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "aai-ml",
  "timestamp": 1648735042304,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:59:29.542Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:59:29.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.542Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648735042309,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:59:29.542Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:59:29.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.542Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "cds",
  "timestamp": 1648735035370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.542Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.542Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648735043540,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:59:29.542Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:59:29.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.542Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "cds",
  "timestamp": 1648735035370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.542Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.543Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648735044845,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:59:29.543Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:59:29.543Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.543Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "cds",
  "timestamp": 1648735035370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T13:59:29.543Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.543Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.543Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648735046364,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:59:29.543Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:59:29.543Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.543Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648735045979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.543Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.543Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.543Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "cds",
  "timestamp": 1648735046663,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T13:59:29.544Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:59:29.544Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.544Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648735047439,
  "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-03-31T13:59:29.556Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of df6fe616-2cd6-4d11-bc27-75d7a630671c
2022-03-31T13:59:29.556Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId df6fe616-2cd6-4d11-bc27-75d7a630671c 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-03-31T13:59:29.563Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.563Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648735045979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.563Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:29.563Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.563Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "cds",
  "timestamp": 1648735047913,
  "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-03-31T13:59:29.568Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of df6fe616-2cd6-4d11-bc27-75d7a630671c
2022-03-31T13:59:29.568Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId df6fe616-2cd6-4d11-bc27-75d7a630671c 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-03-31T13:59:29.578Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.578Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648735048442,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-31T13:59:29.578Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:59:29.579Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T13:59:29.579Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648735045979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T13:59:29.579Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-31T13:59:48.187Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 21e56ee9-f0df-447e-9768-7096d17d532d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-31T13:59:48.196Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 21e56ee9-f0df-447e-9768-7096d17d532d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T13:59:48.198Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T13:59:48.198Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-31T13:59:48.198Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-31T13:59:48.198Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-31T13:59:48.199Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T13:59:48.199Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T13:59:48.199Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T13:59:48.199Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T13:59:48.199Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T13:59:48.200Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T13:59:48.204Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-31T14:00:18.204Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 21e56ee9-f0df-447e-9768-7096d17d532d 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-03-31T14:00:18.212Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 21e56ee9-f0df-447e-9768-7096d17d532d and serviceModelVersionId: 94651e10-ea42-48dc-a244-8a3df66d54b2
2022-03-31T14:00:18.213Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c4d31718-02cf-419d-8bd6-228ee68bf7f6
2022-03-31T14:00:18.214Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c4d31718-02cf-419d-8bd6-228ee68bf7f6/model-vers/model-ver/94651e10-ea42-48dc-a244-8a3df66d54b2?depth=0
2022-03-31T14:00:18.220Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-03-31T14:00:18.248Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c4d31718-02cf-419d-8bd6-228ee68bf7f6/model-vers/model-ver/94651e10-ea42-48dc-a244-8a3df66d54b2?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-03-31T14:00:18.249Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c4d31718-02cf-419d-8bd6-228ee68bf7f6/model-vers/model-ver/94651e10-ea42-48dc-a244-8a3df66d54b2?depth=0|INFO|500||Invoke
2022-03-31T14:00:18.269Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c4d31718-02cf-419d-8bd6-228ee68bf7f6/model-vers/model-ver/94651e10-ea42-48dc-a244-8a3df66d54b2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-31T14:00:18.344Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c4d31718-02cf-419d-8bd6-228ee68bf7f6/model-vers/model-ver/94651e10-ea42-48dc-a244-8a3df66d54b2?depth=0|INFO|500||InvokeReturn
2022-03-31T14:00:18.344Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c4d31718-02cf-419d-8bd6-228ee68bf7f6/model-vers/model-ver/94651e10-ea42-48dc-a244-8a3df66d54b2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220331-14:00:18:277-93782], vertex-id=[254088], Content-Length=[0], Date=[Thu, 31 Mar 2022 14:00:18 GMT], Content-Type=[application/json]}
2022-03-31T14:00:18.344Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-03-31T14:00:18.344Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-31T14:00:18.344Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T14:00:18.350Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-31T14:00:18.350Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 21e56ee9-f0df-447e-9768-7096d17d532d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-31T14:00:18.350Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-31T14:00:18.351Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T14:00:18.352Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T14:00:18.352Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648735218350,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-31T14:00:18.452Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T14:00:18.453Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T14:00:18.453Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:00:18.467Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T14:00:18.468Z||pool-127-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-31T14:00:19.365Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T14:00:19.365Z||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-03-31T14:00:19.365Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:00:24.812Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T14:00:24.813Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T14:00:24.813Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"df6fe616-2cd6-4d11-bc27-75d7a630671c","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"67b7a8a2-a17c-44b6-a979-13ef76ceb172","serviceDescription":"service","serviceInvariantUUID":"df268ecb-66cd-4a4c-b0e9-80732219c1c1","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1cf67e34-ccd9-4da0-b533-4f7832fec098","resourceInvariantUUID":"06af8fc3-b694-44b1-a46f-a556dd53d710","resourceCustomizationUUID":"80f3d863-f869-4bcf-b186-98cda6fb1751","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":"NTFiOGIwYzkwMzA4MTk5M2ExNTk3ZWFkOGQzYTgxMWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"69d576d6-a874-4fc8-8c02-b9c8fdfc30c8","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":"YmRiZTk1ZjcyMTFjZjUxMmViYzk5ZGQ1NmY0YzJkOTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0fc0cd7c-d87d-46c2-956c-d535f3fb9ce3","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":"e00c2391-61f6-41b7-aa96-e9726fdc3e43","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":"9d79dd3e-e467-4005-8270-061c20391f32","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":"df59a55e-e52d-419f-b5a7-69669db92480","artifactVersion":"2","generatedFromUUID":"3395aef9-96a0-48f3-bd1f-8f626beb1a46"},{"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":"8ec09777-8b5e-4b58-a6da-337be5500e72","artifactVersion":"2","generatedFromUUID":"e00c2391-61f6-41b7-aa96-e9726fdc3e43"},{"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":"3395aef9-96a0-48f3-bd1f-8f626beb1a46","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":"c3ec5364-53ca-4655-b11b-953929688c7f","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":"ZTY4MzE3ZmI5ODJiMmJmYTMzNTYwZjFmZmY1YTdjYjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5466a3d8-e470-4767-b07d-96ca6768c91a","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ODBlNGNiOGJjNTBhMDBkYjUzNDUxN2JjYjRhN2U1YWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d494c761-7bfe-486d-a901-512f6e633dc8","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-31T14:00:24.815Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T14:00:24.815Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-31T14:00:24.817Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T14:00:24.817Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648735219365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T14:00:24.918Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-31T14:00:24.918Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T14:00:24.919Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:00:24.929Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T14:00:24.930Z||pool-128-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-31T14:00:25.818Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T14:00:25.819Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-31T14:00:25.821Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T14:00:25.821Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648735219365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-31T14:00:25.922Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-31T14:00:25.923Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T14:00:25.923Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:00:25.935Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T14:00:25.936Z||pool-129-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-31T14:00:26.822Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T14:00:26.823Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-31T14:00:26.824Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T14:00:26.824Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648735219365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-03-31T14:00:26.924Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T14:00:26.925Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T14:00:26.925Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:00:26.939Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T14:00:26.939Z||pool-130-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-31T14:00:27.825Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T14:00:27.826Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-31T14:00:27.828Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T14:00:27.828Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648735219365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T14:00:27.928Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-31T14:00:27.929Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T14:00:27.929Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:00:27.940Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T14:00:27.940Z||pool-131-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-31T14:00:28.829Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T14:00:28.830Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-31T14:00:28.831Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T14:00:28.831Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648735219365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-03-31T14:00:28.931Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T14:00:28.932Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T14:00:28.932Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:00:28.944Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T14:00:28.944Z||pool-132-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-31T14:00:29.355Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T14:00:29.356Z|dc081289-c095-4849-bf16-0740ab657c2c|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-03-31T14:00:29.356Z|dc081289-c095-4849-bf16-0740ab657c2c|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:00:29.381Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T14:00:29.382Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T14:00:29.382Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648735045979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T14:00:29.382Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T14:00:29.382Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T14:00:29.383Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648735045979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T14:00:29.383Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T14:00:29.383Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T14:00:29.383Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648735045979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T14:00:29.383Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T14:00:29.383Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T14:00:29.383Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648735045979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-31T14:00:29.383Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T14:00:29.383Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T14:00:29.383Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648735045979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-31T14:00:29.383Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T14:00:29.384Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T14:00:29.384Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "aai-ml",
  "timestamp": 1648735054259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T14:00:29.384Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T14:00:29.384Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T14:00:29.384Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648735045979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T14:00:29.384Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T14:00:29.384Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T14:00:29.384Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "aai-ml",
  "timestamp": 1648735055262,
  "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-03-31T14:00:29.392Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of df6fe616-2cd6-4d11-bc27-75d7a630671c
2022-03-31T14:00:29.393Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId df6fe616-2cd6-4d11-bc27-75d7a630671c 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-03-31T14:00:29.401Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T14:00:29.401Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648735045979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T14:00:29.402Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T14:00:29.402Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T14:00:29.402Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648735056710,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T14:00:29.402Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T14:00:29.402Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T14:00:29.402Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648735058790,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T14:00:29.402Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T14:00:29.402Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T14:00:29.402Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648735059794,
  "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-03-31T14:00:29.407Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of df6fe616-2cd6-4d11-bc27-75d7a630671c
2022-03-31T14:00:29.407Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId df6fe616-2cd6-4d11-bc27-75d7a630671c 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-03-31T14:00:29.832Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T14:00:29.832Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-31T14:00:29.834Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T14:00:29.834Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648735219365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-03-31T14:00:29.934Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T14:00:29.935Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T14:00:29.935Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:00:29.946Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T14:00:29.947Z||pool-133-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-31T14:00:30.835Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T14:00:30.835Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-31T14:00:30.837Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T14:00:30.838Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648735219365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-03-31T14:00:30.938Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T14:00:30.938Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T14:00:30.938Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:00:30.950Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T14:00:30.950Z||pool-134-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-31T14:00:31.838Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T14:00:31.839Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-31T14:00:31.840Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T14:00:31.840Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648735219365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-31T14:00:31.941Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-31T14:00:31.941Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T14:00:31.941Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:00:31.953Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T14:00:31.953Z||pool-135-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-31T14:00:32.841Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T14:00:32.842Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-31T14:00:32.844Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T14:00:32.844Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648735219365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T14:00:32.944Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T14:00:32.945Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T14:00:32.945Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:00:32.957Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T14:00:32.957Z||pool-136-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-31T14:00:33.845Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T14:00:33.846Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-31T14:00:33.847Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T14:00:33.847Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648735219365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T14:00:33.947Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T14:00:33.948Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T14:00:33.948Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:00:33.959Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T14:00:33.959Z||pool-137-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-31T14:00:34.849Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "67b7a8a2-a17c-44b6-a979-13ef76ceb172",
  "serviceDescription": "service",
  "serviceInvariantUUID": "df268ecb-66cd-4a4c-b0e9-80732219c1c1",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "80f3d863-f869-4bcf-b186-98cda6fb1751",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1cf67e34-ccd9-4da0-b533-4f7832fec098",
      "resourceInvariantUUID": "06af8fc3-b694-44b1-a46f-a556dd53d710",
      "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": "YmRiZTk1ZjcyMTFjZjUxMmViYzk5ZGQ1NmY0YzJkOTM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0fc0cd7c-d87d-46c2-956c-d535f3fb9ce3",
          "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": "e00c2391-61f6-41b7-aa96-e9726fdc3e43",
          "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": "8ec09777-8b5e-4b58-a6da-337be5500e72",
            "generatedFromUUID": "e00c2391-61f6-41b7-aa96-e9726fdc3e43"
          },
          "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": "df59a55e-e52d-419f-b5a7-69669db92480",
          "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": "8ec09777-8b5e-4b58-a6da-337be5500e72",
          "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": "3395aef9-96a0-48f3-bd1f-8f626beb1a46",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "ODBlNGNiOGJjNTBhMDBkYjUzNDUxN2JjYjRhN2U1YWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d494c761-7bfe-486d-a901-512f6e633dc8"
    }
  ],
  "workloadContext": "Production"
}
2022-03-31T14:00:34.849Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-31T14:00:34.849Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 67b7a8a2-a17c-44b6-a979-13ef76ceb172 ASDC
2022-03-31T14:00:34.850Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:df6fe616-2cd6-4d11-bc27-75d7a630671c
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:67b7a8a2-a17c-44b6-a979-13ef76ceb172
ServiceInvariantUUID:df268ecb-66cd-4a4c-b0e9-80732219c1c1
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:d494c761-7bfe-486d-a901-512f6e633dc8
ArtifactChecksum:ODBlNGNiOGJjNTBhMDBkYjUzNDUxN2JjYjRhN2U1YWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:80f3d863-f869-4bcf-b186-98cda6fb1751
ResourceInvariantUUID:06af8fc3-b694-44b1-a46f-a556dd53d710
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:1cf67e34-ccd9-4da0-b533-4f7832fec098
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:0fc0cd7c-d87d-46c2-956c-d535f3fb9ce3
ArtifactChecksum:YmRiZTk1ZjcyMTFjZjUxMmViYzk5ZGQ1NmY0YzJkOTM=
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:e00c2391-61f6-41b7-aa96-e9726fdc3e43
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:8ec09777-8b5e-4b58-a6da-337be5500e72
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:df59a55e-e52d-419f-b5a7-69669db92480
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:8ec09777-8b5e-4b58-a6da-337be5500e72
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:3395aef9-96a0-48f3-bd1f-8f626beb1a46
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-31T14:00:34.850Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 67b7a8a2-a17c-44b6-a979-13ef76ceb172 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-03-31T14:00:34.881Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-31T14:00:34.881Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-31T14:00:34.882Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-31T14:00:34.882Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d494c761-7bfe-486d-a901-512f6e633dc8 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-03-31T14:00:34.882Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-31T14:00:34.882Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-03-31T14:00:35.764Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-31T14:00:35.776Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar d494c761-7bfe-486d-a901-512f6e633dc8 158212
2022-03-31T14:00:35.776Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-03-31T14:00:35.777Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-03-31T14:00:35.777Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T14:00:35.777Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-31T14:00:35.779Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T14:00:35.779Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648735235776,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T14:00:35.879Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T14:00:35.880Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T14:00:35.880Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:00:35.892Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T14:00:35.892Z||pool-138-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-31T14:00:36.779Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-31T14:00:36.780Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-31T14:00:36.780Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: d494c761-7bfe-486d-a901-512f6e633dc8, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-03-31T14:00:36.781Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-03-31T14:00:36.781Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-03-31T14:00:36.781Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-03-31T14:00:42.090Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP239548365523787157/Definitions/service-BasicCnfMacro-template.yml
2022-03-31T14:00:43.008Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-31T14:00:43.008Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-31T14:00:43.008Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-03-31T14:00:43.009Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-03-31T14:00:43.009Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|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-BasicCnfMacro-csar.csar
2022-03-31T14:00:43.009Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||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-03-31T14:00:43.009Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||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-03-31T14:00:43.009Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||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-03-31T14:00:43.009Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-31T14:00:43.009Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T14:00:43.009Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T14:00:43.009Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-03-31T14:00:43.010Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-31T14:00:43.010Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-31T14:00:43.010Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T14:00:43.010Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T14:00:43.010Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-03-31T14:00:43.010Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-31T14:00:43.010Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-31T14:00:43.011Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T14:00:43.011Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T14:00:43.011Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T14:00:43.011Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-03-31T14:00:43.011Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-03-31T14:00:43.011Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-03-31T14:00:43.011Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-31T14:00:43.011Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T14:00:43.011Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-31T14:00:43.012Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T14:00:43.012Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-03-31T14:00:43.012Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T14:00:43.012Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T14:00:43.012Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-03-31T14:00:43.012Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T14:00:43.013Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T14:00:43.013Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-03-31T14:00:43.013Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T14:00:43.013Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T14:00:43.013Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-03-31T14:00:43.013Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T14:00:43.013Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T14:00:43.013Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-03-31T14:00:43.014Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-03-31T14:00:43.014Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=1a981ad6-f7c9-4c9b-8f77-ac7c76a84b31
2022-03-31T14:00:43.014Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T14:00:43.014Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T14:00:43.014Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T14:00:43.014Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T14:00:43.014Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T14:00:43.014Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T14:00:43.015Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T14:00:43.015Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T14:00:43.015Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:67b7a8a2-a17c-44b6-a979-13ef76ceb172
Model Version:NULL
Model InvariantUuid:df268ecb-66cd-4a4c-b0e9-80732219c1c1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:91b71728-6e95-4707-9c6b-30559d43b376
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:06af8fc3-b694-44b1-a46f-a556dd53d710
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:80f3d863-f869-4bcf-b186-98cda6fb1751
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:9824af74-d63d-4e37-a212-67b845ade974
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:3ace997e-9547-45d3-b62b-cc7862aa0ce5
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:d7539d72-d28b-45d8-8f26-ea13ecc477be
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:00341559-65d6-46df-8540-9036f49ef6bc
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1a981ad6-f7c9-4c9b-8f77-ac7c76a84b31
ModelInvariantUuid:37fd0ead-140b-446f-9e9b-7350448c0541
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:b03ae8fd-a60f-45ec-95b8-8ed1036cf59a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:58690e41-489d-4ab6-8449-7a3f900fa68e
ModelInvariantUuid:f2e0b02d-2082-4ee0-9635-bc3803977b80
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:610d8249-e7a8-430c-bc9c-53905e76990a
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-03-31T14:00:43.023Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 1cf67e34-ccd9-4da0-b533-4f7832fec098
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-03-31T14:00:43.025Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||INFO|500||basic_cnf_macro 0
2022-03-31T14:00:43.025Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1cf67e34-ccd9-4da0-b533-4f7832fec098
2022-03-31T14:00:43.025Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 0fc0cd7c-d87d-46c2-956c-d535f3fb9ce3 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-03-31T14:00:43.025Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-31T14:00:43.025Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||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-03-31T14:00:43.075Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-31T14:00:43.075Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 0fc0cd7c-d87d-46c2-956c-d535f3fb9ce3 1565
2022-03-31T14:00:43.076Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||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-03-31T14:00:43.076Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||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-03-31T14:00:43.076Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T14:00:43.076Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-31T14:00:43.078Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T14:00:43.078Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648735243076,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-31T14:00:43.178Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T14:00:43.179Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T14:00:43.179Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:00:43.190Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T14:00:43.191Z||pool-139-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-31T14:00:44.078Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "d7539d72-d28b-45d8-8f26-ea13ecc477be",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "00341559-65d6-46df-8540-9036f49ef6bc",
    "vfModuleModelCustomizationUUID": "14976539-3d22-40ca-afc4-63a610e737ad",
    "isBase": true,
    "artifacts": [
      "e00c2391-61f6-41b7-aa96-e9726fdc3e43",
      "8ec09777-8b5e-4b58-a6da-337be5500e72"
    ],
    "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": "9824af74-d63d-4e37-a212-67b845ade974",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3ace997e-9547-45d3-b62b-cc7862aa0ce5",
    "vfModuleModelCustomizationUUID": "7bce8d8d-815f-4ae6-9ea4-ceb1cfaeafc2",
    "isBase": false,
    "artifacts": [
      "3395aef9-96a0-48f3-bd1f-8f626beb1a46"
    ],
    "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-03-31T14:00:44.083Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:00341559-65d6-46df-8540-9036f49ef6bc
VfModuleModelInvariantUUID:d7539d72-d28b-45d8-8f26-ea13ecc477be
VfModuleModelDescription:NULL
Artifacts UUID List:{
e00c2391-61f6-41b7-aa96-e9726fdc3e43
,
8ec09777-8b5e-4b58-a6da-337be5500e72

}
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:3ace997e-9547-45d3-b62b-cc7862aa0ce5
VfModuleModelInvariantUUID:9824af74-d63d-4e37-a212-67b845ade974
VfModuleModelDescription:NULL
Artifacts UUID List:{
3395aef9-96a0-48f3-bd1f-8f626beb1a46

}
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-03-31T14:00:44.086Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "d7539d72-d28b-45d8-8f26-ea13ecc477be",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "00341559-65d6-46df-8540-9036f49ef6bc",
    "vfModuleModelCustomizationUUID": "14976539-3d22-40ca-afc4-63a610e737ad",
    "isBase": true,
    "artifacts": [
      "e00c2391-61f6-41b7-aa96-e9726fdc3e43",
      "8ec09777-8b5e-4b58-a6da-337be5500e72"
    ],
    "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": "9824af74-d63d-4e37-a212-67b845ade974",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3ace997e-9547-45d3-b62b-cc7862aa0ce5",
    "vfModuleModelCustomizationUUID": "7bce8d8d-815f-4ae6-9ea4-ceb1cfaeafc2",
    "isBase": false,
    "artifacts": [
      "3395aef9-96a0-48f3-bd1f-8f626beb1a46"
    ],
    "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-03-31T14:00:44.086Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:00341559-65d6-46df-8540-9036f49ef6bc
VfModuleModelInvariantUUID:d7539d72-d28b-45d8-8f26-ea13ecc477be
VfModuleModelDescription:NULL
Artifacts UUID List:{
e00c2391-61f6-41b7-aa96-e9726fdc3e43
,
8ec09777-8b5e-4b58-a6da-337be5500e72

}
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:3ace997e-9547-45d3-b62b-cc7862aa0ce5
VfModuleModelInvariantUUID:9824af74-d63d-4e37-a212-67b845ade974
VfModuleModelDescription:NULL
Artifacts UUID List:{
3395aef9-96a0-48f3-bd1f-8f626beb1a46

}
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-03-31T14:00:44.087Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e00c2391-61f6-41b7-aa96-e9726fdc3e43 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-03-31T14:00:44.087Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-31T14:00:44.087Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||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-03-31T14:00:44.129Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-31T14:00:44.129Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml e00c2391-61f6-41b7-aa96-e9726fdc3e43 914
2022-03-31T14:00:44.129Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||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-03-31T14:00:44.130Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||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-03-31T14:00:44.130Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T14:00:44.130Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-31T14:00:44.132Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T14:00:44.132Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648735244129,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-31T14:00:44.232Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T14:00:44.233Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T14:00:44.233Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:00:44.245Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T14:00:44.245Z||pool-140-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-31T14:00:45.133Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: df59a55e-e52d-419f-b5a7-69669db92480 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-03-31T14:00:45.133Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-31T14:00:45.134Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||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-03-31T14:00:45.184Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-31T14:00:45.184Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env df59a55e-e52d-419f-b5a7-69669db92480 12
2022-03-31T14:00:45.185Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||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-03-31T14:00:45.185Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||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-03-31T14:00:45.185Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T14:00:45.185Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-31T14:00:45.187Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T14:00:45.187Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648735245185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-03-31T14:00:45.287Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T14:00:45.288Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T14:00:45.288Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:00:45.299Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T14:00:45.299Z||pool-141-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-31T14:00:46.188Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 8ec09777-8b5e-4b58-a6da-337be5500e72 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-03-31T14:00:46.188Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-31T14:00:46.189Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||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-03-31T14:00:46.233Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-31T14:00:46.233Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 8ec09777-8b5e-4b58-a6da-337be5500e72 96
2022-03-31T14:00:46.233Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||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-03-31T14:00:46.233Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||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-03-31T14:00:46.234Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T14:00:46.234Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-31T14:00:46.235Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T14:00:46.235Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648735246233,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-03-31T14:00:46.336Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-31T14:00:46.336Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T14:00:46.336Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:00:46.348Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T14:00:46.349Z||pool-142-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-31T14:00:47.236Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3395aef9-96a0-48f3-bd1f-8f626beb1a46 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-03-31T14:00:47.236Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-31T14:00:47.237Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||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-03-31T14:00:47.281Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-31T14:00:47.282Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 3395aef9-96a0-48f3-bd1f-8f626beb1a46 20206
2022-03-31T14:00:47.282Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||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-03-31T14:00:47.282Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||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-03-31T14:00:47.282Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T14:00:47.282Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-31T14:00:47.284Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T14:00:47.284Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648735247282,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-31T14:00:47.384Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T14:00:47.385Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T14:00:47.385Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:00:47.396Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T14:00:47.397Z||pool-143-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-31T14:00:48.289Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 67b7a8a2-a17c-44b6-a979-13ef76ceb172
2022-03-31T14:00:48.289Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 1cf67e34-ccd9-4da0-b533-4f7832fec098 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-03-31T14:00:48.300Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@22197ce, org.onap.sdc.toscaparser.api.parameters.Input@4c8c2f95, org.onap.sdc.toscaparser.api.parameters.Input@34705cac, org.onap.sdc.toscaparser.api.parameters.Input@5b3aafa2, org.onap.sdc.toscaparser.api.parameters.Input@55abccec]
2022-03-31T14:00:48.302Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T14:00:48.302Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T14:00:48.302Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-03-31T14:00:48.303Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 80f3d863-f869-4bcf-b186-98cda6fb1751
2022-03-31T14:00:48.303Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 80f3d863-f869-4bcf-b186-98cda6fb1751 matches Tosca VF Customization UUID: 80f3d863-f869-4bcf-b186-98cda6fb1751
2022-03-31T14:00:48.303Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 80f3d863-f869-4bcf-b186-98cda6fb1751  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-03-31T14:00:48.305Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T14:00:48.306Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T14:00:48.306Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 80f3d863-f869-4bcf-b186-98cda6fb1751: {\"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-03-31T14:00:48.306Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@401cf612
2022-03-31T14:00:48.307Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T14:00:48.307Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-31T14:00:48.307Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7bce8d8d-815f-4ae6-9ea4-ceb1cfaeafc2
2022-03-31T14:00:48.308Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7bce8d8d-815f-4ae6-9ea4-ceb1cfaeafc2
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-03-31T14:00:48.310Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T14:00:48.311Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-03-31T14:00:48.311Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T14:00:48.311Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T14:00:48.311Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-03-31T14:00:48.312Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T14:00:48.312Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T14:00:48.312Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-03-31T14:00:48.312Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=80f3d863-f869-4bcf-b186-98cda6fb1751
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-03-31T14:00:48.314Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T14:00:48.314Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T14:00:48.315Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 67b7a8a2-a17c-44b6-a979-13ef76ceb172: basic_cnf_macro
2022-03-31T14:00:48.315Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T14:00:48.315Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T14:00:48.315Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T14:00:48.315Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T14:00:48.316Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T14:00:48.316Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T14:00:48.316Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T14:00:48.316Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T14:00:48.316Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T14:00:48.316Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T14:00:48.316Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||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-03-31T14:00:48.351Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 1cf67e34-ccd9-4da0-b533-4f7832fec098 2 ASDC deployResourceStructure
2022-03-31T14:00:48.352Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||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-03-31T14:00:48.352Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||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-03-31T14:00:48.352Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T14:00:48.352Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-31T14:00:48.354Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T14:00:48.354Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648735248352,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-31T14:00:48.454Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T14:00:48.454Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T14:00:48.455Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:00:48.465Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T14:00:48.466Z||pool-144-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-03-31T14:00:49.354Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||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-03-31T14:00:49.355Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||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-03-31T14:00:49.355Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T14:00:49.355Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-31T14:00:49.357Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T14:00:49.357Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648735249354,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-03-31T14:00:49.457Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T14:00:49.458Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T14:00:49.458Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:00:49.473Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T14:00:49.474Z||pool-145-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-31T14:00:50.358Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||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-03-31T14:00:50.358Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||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-03-31T14:00:50.358Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-03-31T14:00:50.359Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-31T14:00:50.360Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T14:00:50.360Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648735250358,
  "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-03-31T14:00:50.461Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-31T14:00:50.462Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T14:00:50.462Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:00:50.474Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T14:00:50.474Z||pool-146-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-31T14:00:51.361Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||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-03-31T14:00:51.362Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||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-03-31T14:00:51.362Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T14:00:51.362Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-31T14:00:51.365Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T14:00:51.365Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648735251361,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-03-31T14:00:51.465Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T14:00:51.466Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T14:00:51.466Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:00:51.476Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T14:00:51.476Z||pool-147-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-31T14:00:52.366Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||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-03-31T14:00:52.366Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||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-03-31T14:00:52.367Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-03-31T14:00:52.367Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-31T14:00:52.369Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T14:00:52.369Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648735252366,
  "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-03-31T14:00:52.469Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T14:00:52.470Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T14:00:52.470Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:00:52.480Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T14:00:52.481Z||pool-148-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-31T14:00:53.370Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-03-31T14:00:53.370Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-03-31T14:00:53.370Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T14:00:53.370Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-31T14:00:53.372Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T14:00:53.372Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648735253369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T14:00:53.472Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T14:00:53.473Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T14:00:53.473Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:00:53.484Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T14:00:53.485Z||pool-149-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-31T14:00:54.372Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: df6fe616-2cd6-4d11-bc27-75d7a630671c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-31T14:00:54.385Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: df6fe616-2cd6-4d11-bc27-75d7a630671c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T14:00:54.387Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T14:00:54.387Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-31T14:00:54.387Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-31T14:00:54.387Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-31T14:00:54.388Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T14:00:54.388Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T14:00:54.388Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T14:00:54.388Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T14:00:54.388Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T14:00:54.388Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|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-03-31T14:00:54.393Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-31T14:01:24.393Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: df6fe616-2cd6-4d11-bc27-75d7a630671c 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-03-31T14:01:24.402Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: df6fe616-2cd6-4d11-bc27-75d7a630671c and serviceModelVersionId: 67b7a8a2-a17c-44b6-a979-13ef76ceb172
2022-03-31T14:01:24.402Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : df268ecb-66cd-4a4c-b0e9-80732219c1c1
2022-03-31T14:01:24.403Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/df268ecb-66cd-4a4c-b0e9-80732219c1c1/model-vers/model-ver/67b7a8a2-a17c-44b6-a979-13ef76ceb172?depth=0
2022-03-31T14:01:24.407Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-03-31T14:01:24.432Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df268ecb-66cd-4a4c-b0e9-80732219c1c1/model-vers/model-ver/67b7a8a2-a17c-44b6-a979-13ef76ceb172?depth=0|INFO|500||Invoke
2022-03-31T14:01:24.432Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df268ecb-66cd-4a4c-b0e9-80732219c1c1/model-vers/model-ver/67b7a8a2-a17c-44b6-a979-13ef76ceb172?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df268ecb-66cd-4a4c-b0e9-80732219c1c1/model-vers/model-ver/67b7a8a2-a17c-44b6-a979-13ef76ceb172?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[df6fe616-2cd6-4d11-bc27-75d7a630671c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4c7cb56c-54d8-424b-b95d-803423392cbd], X-ECOMP-RequestID=[df6fe616-2cd6-4d11-bc27-75d7a630671c], X-TransactionId=[], X-ONAP-RequestID=[df6fe616-2cd6-4d11-bc27-75d7a630671c], Content-Type=[application/merge-patch+json]}
2022-03-31T14:01:24.451Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df268ecb-66cd-4a4c-b0e9-80732219c1c1/model-vers/model-ver/67b7a8a2-a17c-44b6-a979-13ef76ceb172?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-31T14:01:24.833Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df268ecb-66cd-4a4c-b0e9-80732219c1c1/model-vers/model-ver/67b7a8a2-a17c-44b6-a979-13ef76ceb172?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/df268ecb-66cd-4a4c-b0e9-80732219c1c1/model-vers/model-ver/67b7a8a2-a17c-44b6-a979-13ef76ceb172?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220331-14:01:24:459-79149], vertex-id=[540904], Content-Length=[0], Date=[Thu, 31 Mar 2022 14:01:24 GMT], Content-Type=[application/json]}
2022-03-31T14:01:24.833Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df268ecb-66cd-4a4c-b0e9-80732219c1c1/model-vers/model-ver/67b7a8a2-a17c-44b6-a979-13ef76ceb172?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-31T14:01:24.834Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df268ecb-66cd-4a4c-b0e9-80732219c1c1/model-vers/model-ver/67b7a8a2-a17c-44b6-a979-13ef76ceb172?depth=0|INFO|500||InvokeReturn
2022-03-31T14:01:24.834Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-31T14:01:24.834Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|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-03-31T14:01:24.839Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|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-03-31T14:01:24.839Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID df6fe616-2cd6-4d11-bc27-75d7a630671c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-31T14:01:24.840Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-31T14:01:24.840Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-31T14:01:24.842Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T14:01:24.842Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648735284839,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-31T14:01:24.943Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T14:01:24.944Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T14:01:24.944Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:01:24.958Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T14:01:24.959Z||pool-150-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-31T14:01:25.855Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T14:01:25.856Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|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-03-31T14:01:25.856Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:01:29.355Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T14:01:29.356Z|dc081289-c095-4849-bf16-0740ab657c2c|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-03-31T14:01:29.356Z|dc081289-c095-4849-bf16-0740ab657c2c|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:01:29.381Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T14:01:29.381Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T14:01:29.381Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21e56ee9-f0df-447e-9768-7096d17d532d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648735218350,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-31T14:01:29.382Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T14:01:29.382Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T14:01:29.382Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648735219365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T14:01:29.382Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T14:01:29.382Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T14:01:29.382Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648735219365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-31T14:01:29.382Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T14:01:29.383Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T14:01:29.383Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648735219365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-03-31T14:01:29.383Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T14:01:29.383Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T14:01:29.383Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648735219365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T14:01:29.383Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T14:01:29.383Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T14:01:29.383Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648735219365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-03-31T14:01:29.383Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-31T14:01:35.400Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T14:01:35.401Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T14:01:35.401Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|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-03-31T14:01:35.401Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:01:44.945Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T14:01:44.945Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T14:01:44.946Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|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-03-31T14:01:44.946Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:01:54.484Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T14:01:54.485Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T14:01:54.485Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|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-03-31T14:01:54.485Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:02:04.031Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T14:02:29.354Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T14:02:29.354Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|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-03-31T14:02:29.355Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:02:29.355Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T14:02:29.356Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|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-03-31T14:02:29.356Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:02:29.882Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T14:02:29.883Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T14:02:29.883Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648735219365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-03-31T14:02:29.884Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T14:02:29.884Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T14:02:29.884Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648735219365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-03-31T14:02:29.884Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T14:02:29.885Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T14:02:29.885Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648735219365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-31T14:02:29.885Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T14:02:29.885Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T14:02:29.885Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648735219365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T14:02:29.885Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T14:02:29.885Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T14:02:29.885Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648735219365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T14:02:29.885Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T14:02:29.886Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T14:02:29.886Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648735235776,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T14:02:29.886Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T14:02:29.886Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T14:02:29.886Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648735243076,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-31T14:02:29.886Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T14:02:29.886Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T14:02:29.886Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648735244129,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-31T14:02:29.886Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T14:02:29.886Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T14:02:29.886Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648735245185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-03-31T14:02:29.887Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T14:02:29.887Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T14:02:29.887Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648735246233,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-03-31T14:02:29.887Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T14:02:29.887Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T14:02:29.887Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648735247282,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-31T14:02:29.887Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T14:02:29.887Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T14:02:29.887Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648735248352,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-31T14:02:29.887Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T14:02:29.888Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T14:02:29.888Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648735249354,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-03-31T14:02:29.888Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T14:02:29.888Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T14:02:29.888Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648735250358,
  "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-03-31T14:02:29.888Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T14:02:29.888Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T14:02:29.888Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648735251361,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-03-31T14:02:29.888Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T14:02:29.888Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T14:02:29.888Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648735252366,
  "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-03-31T14:02:29.889Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T14:02:29.889Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T14:02:29.889Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648735253369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T14:02:29.889Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T14:02:29.889Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T14:02:29.889Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df6fe616-2cd6-4d11-bc27-75d7a630671c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648735284839,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-31T14:02:29.889Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T14:02:38.901Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T14:03:29.353Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T14:03:29.354Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|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-03-31T14:03:29.354Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:03:29.355Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T14:03:29.355Z|dc081289-c095-4849-bf16-0740ab657c2c|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-03-31T14:03:29.355Z|dc081289-c095-4849-bf16-0740ab657c2c|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:03:38.901Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T14:03:38.901Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T14:04:29.353Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T14:04:29.354Z|dc081289-c095-4849-bf16-0740ab657c2c|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-03-31T14:04:29.354Z|dc081289-c095-4849-bf16-0740ab657c2c|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:04:29.355Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T14:04:29.356Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|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-03-31T14:04:29.356Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:04:38.899Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T14:04:38.911Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T14:05:29.353Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T14:05:29.354Z|dc081289-c095-4849-bf16-0740ab657c2c|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-03-31T14:05:29.354Z|dc081289-c095-4849-bf16-0740ab657c2c|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:05:29.355Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T14:05:29.355Z||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-03-31T14:05:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:05:38.901Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T14:05:38.901Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T14:06:29.353Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T14:06:29.354Z|dc081289-c095-4849-bf16-0740ab657c2c|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-03-31T14:06:29.354Z|dc081289-c095-4849-bf16-0740ab657c2c|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:06:29.355Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T14:06:29.355Z||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-03-31T14:06:29.355Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:06:38.900Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T14:06:38.900Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T14:07:29.353Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T14:07:29.354Z|dc081289-c095-4849-bf16-0740ab657c2c|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-03-31T14:07:29.354Z|dc081289-c095-4849-bf16-0740ab657c2c|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:07:29.355Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T14:07:29.356Z||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-03-31T14:07:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:07:38.902Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T14:07:38.903Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T14:08:29.353Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T14:08:29.354Z|dc081289-c095-4849-bf16-0740ab657c2c|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-03-31T14:08:29.354Z|dc081289-c095-4849-bf16-0740ab657c2c|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:08:29.355Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T14:08:29.355Z||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-03-31T14:08:29.355Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:08:38.901Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T14:08:38.917Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T14:09:29.353Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T14:09:29.354Z|dc081289-c095-4849-bf16-0740ab657c2c|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-03-31T14:09:29.354Z|dc081289-c095-4849-bf16-0740ab657c2c|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:09:29.355Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T14:09:29.355Z||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-03-31T14:09:29.355Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:09:38.901Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T14:09:38.905Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T14:10:29.353Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T14:10:29.354Z|dc081289-c095-4849-bf16-0740ab657c2c|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-03-31T14:10:29.354Z|dc081289-c095-4849-bf16-0740ab657c2c|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:10:29.355Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T14:10:29.355Z||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-03-31T14:10:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:10:38.898Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T14:10:38.899Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T14:11:29.354Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T14:11:29.354Z|dc081289-c095-4849-bf16-0740ab657c2c|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-03-31T14:11:29.354Z|dc081289-c095-4849-bf16-0740ab657c2c|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:11:29.355Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T14:11:29.355Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|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-03-31T14:11:29.355Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:11:38.899Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T14:11:38.899Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T14:12:29.353Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T14:12:29.354Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|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-03-31T14:12:29.354Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:12:29.355Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T14:12:29.356Z||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-03-31T14:12:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:12:38.901Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T14:12:38.901Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T14:13:29.353Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T14:13:29.354Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T14:13:29.354Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:13:29.355Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T14:13:29.356Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|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-03-31T14:13:29.356Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:13:38.901Z|df6fe616-2cd6-4d11-bc27-75d7a630671c|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T14:13:38.902Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T14:14:29.353Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T14:14:29.354Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T14:14:29.354Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:14:29.355Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T14:14:29.355Z|dc081289-c095-4849-bf16-0740ab657c2c|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-03-31T14:14:29.355Z|dc081289-c095-4849-bf16-0740ab657c2c|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:14:38.895Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T14:14:38.897Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T14:15:29.353Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T14:15:29.354Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T14:15:29.354Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:15:29.355Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T14:15:29.355Z|dc081289-c095-4849-bf16-0740ab657c2c|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-03-31T14:15:29.356Z|dc081289-c095-4849-bf16-0740ab657c2c|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:15:38.899Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T14:15:38.899Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T14:16:29.353Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T14:16:29.354Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T14:16:29.354Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:16:29.355Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T14:16:29.355Z|21e56ee9-f0df-447e-9768-7096d17d532d|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-03-31T14:16:29.356Z|21e56ee9-f0df-447e-9768-7096d17d532d|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:16:38.900Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T14:16:38.904Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T14:17:29.353Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T14:17:29.354Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T14:17:29.354Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:17:29.355Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T14:17:29.355Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|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-03-31T14:17:29.355Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:17:38.900Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T14:17:38.902Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T14:18:29.353Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T14:18:29.354Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T14:18:29.354Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:18:29.355Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T14:18:29.355Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|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-03-31T14:18:29.355Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:18:38.898Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T14:18:38.898Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T14:19:29.353Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T14:19:29.354Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T14:19:29.354Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:19:29.355Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T14:19:29.355Z|dc081289-c095-4849-bf16-0740ab657c2c|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-03-31T14:19:29.356Z|dc081289-c095-4849-bf16-0740ab657c2c|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:19:38.901Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T14:19:38.902Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T14:20:29.353Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T14:20:29.354Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T14:20:29.354Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:20:29.355Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T14:20:29.355Z|21e56ee9-f0df-447e-9768-7096d17d532d|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-03-31T14:20:29.355Z|21e56ee9-f0df-447e-9768-7096d17d532d|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:20:38.897Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T14:20:38.913Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T14:21:29.353Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T14:21:29.354Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T14:21:29.354Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:21:29.355Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T14:21:29.355Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|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-03-31T14:21:29.355Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:21:38.900Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T14:21:38.901Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T14:22:29.353Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T14:22:29.354Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T14:22:29.354Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:22:29.355Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T14:22:29.355Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|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-03-31T14:22:29.356Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:22:38.896Z|1661ddd4-03d9-4f34-b8ba-be9d8715b7e2|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T14:22:38.900Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T14:23:29.353Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T14:23:29.354Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T14:23:29.354Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:23:29.355Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T14:23:29.355Z|dc081289-c095-4849-bf16-0740ab657c2c|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-03-31T14:23:29.355Z|dc081289-c095-4849-bf16-0740ab657c2c|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:23:38.896Z|dc081289-c095-4849-bf16-0740ab657c2c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T14:23:38.900Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T14:24:29.353Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T14:24:29.354Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T14:24:29.354Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:24:29.355Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T14:24:29.355Z|21e56ee9-f0df-447e-9768-7096d17d532d|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-03-31T14:24:29.355Z|21e56ee9-f0df-447e-9768-7096d17d532d|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:24:38.904Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T14:24:38.904Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T14:25:29.353Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T14:25:29.354Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T14:25:29.354Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:25:29.355Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T14:25:29.355Z||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-03-31T14:25:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:25:38.898Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T14:25:38.901Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T14:26:29.353Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T14:26:29.354Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T14:26:29.354Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:26:29.355Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T14:26:29.356Z||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-03-31T14:26:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:26:38.901Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T14:26:38.902Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T14:27:29.353Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T14:27:29.354Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T14:27:29.354Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:27:29.355Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T14:27:29.356Z||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-03-31T14:27:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:27:38.900Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T14:27:38.900Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T14:28:29.354Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T14:28:29.354Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T14:28:29.354Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:28:29.355Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T14:28:29.355Z|21e56ee9-f0df-447e-9768-7096d17d532d|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-03-31T14:28:29.355Z|21e56ee9-f0df-447e-9768-7096d17d532d|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:28:38.903Z|21e56ee9-f0df-447e-9768-7096d17d532d|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T14:28:38.903Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T14:29:29.353Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T14:29:29.354Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T14:29:29.354Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:29:29.355Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T14:29:29.355Z||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-03-31T14:29:29.355Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T14:29:38.897Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T14:29:38.897Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK