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-24T03:13:59.455Z||main|||||INFO|500||The following profiles are active: basic
2022-03-24T03:14:13.246Z||main|||||INFO|500||Starting service [Tomcat]
2022-03-24T03:14:13.247Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-03-24T03:14:13.390Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-03-24T03:14:18.368Z||main|||||INFO|500||catdb-pool - Starting...
2022-03-24T03:14:18.870Z||main|||||INFO|500||catdb-pool - Start completed.
2022-03-24T03:14:19.408Z||main|||||INFO|500||reqdb-pool - Starting...
2022-03-24T03:14:19.415Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-03-24T03:14:19.565Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-03-24T03:14:19.849Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-03-24T03:14:20.511Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-24T03:14:22.374Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-24T03:14:25.449Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-24T03:14:25.520Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-03-24T03:14:26.303Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-24T03:14:26.456Z||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-24T03:14:28.176Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-24T03:14:29.517Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-03-24T03:14:29.544Z||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$$b734f26c.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-24T03:14:29.545Z||main|||||WARN|500||The sdc end point is not alive
2022-03-24T03:14:33.486Z||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-24T03:14:37.317Z||main|||||WARN|500||---
2022-03-24T03:14:37.318Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-03-24T03:14:37.318Z||main|||||WARN|500||---
2022-03-24T03:14:37.913Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-03-24T03:14:44.658Z||main|||||INFO|500||Started Application in 49.404 seconds (JVM running for 51.998)
2022-03-24T03:14:44.675Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-24T03:14:44.677Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-24T03:14:44.691Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-24T03:14:44.719Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-24T03:14:44.775Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7ca0b818-63d0-492f-8aa2-eea3c43b74d8 url= /sdc/v1/artifactTypes
2022-03-24T03:14:44.776Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-24T03:14:45.072Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-03-24T03:14:45.104Z||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-24T03:14:45.131Z||scheduling-1|||||DEBUG|500||create keys
2022-03-24T03:14:45.140Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-03-24T03:14:45.182Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:14:45.202Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= c809be7c-23af-47c5-ba1a-1b23dbd98897 url= /sdc/v1/registerForDistribution
2022-03-24T03:14:45.352Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= c809be7c-23af-47c5-ba1a-1b23dbd98897 url= /sdc/v1/registerForDistribution
2022-03-24T03:14:45.353Z||scheduling-1|||||INFO|500||start DistributionClient
2022-03-24T03:14:45.363Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:14:45.363Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:14:45.369Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-03-24T03:14:45.374Z||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-24T03:14:45.374Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T03:14:45.375Z||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-24T03:14:45.375Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T03:14:55.686Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:14:55.725Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:15:45.360Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:15:45.361Z||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-24T03:15:45.362Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T03:15:45.362Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:15:45.364Z||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-24T03:15:45.364Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T03:15:54.909Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:15:54.915Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:16:45.360Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:16:45.361Z||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-24T03:16:45.362Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T03:16:45.362Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:16:45.363Z||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-24T03:16:45.364Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T03:16:54.909Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:16:54.912Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:17:45.360Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:17:45.361Z||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-24T03:17:45.361Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T03:17:45.362Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:17:45.363Z||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-24T03:17:45.364Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T03:17:54.908Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:17:54.907Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:18:45.360Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:18:45.361Z||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-24T03:18:45.361Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T03:18:45.363Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:18:45.364Z||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-24T03:18:45.365Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T03:18:54.915Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:18:54.918Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:19:45.360Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:19:45.361Z||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-24T03:19:45.362Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T03:19:45.362Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:19:45.363Z||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-24T03:19:45.363Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T03:19:54.908Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:19:54.908Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:20:45.360Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:20:45.361Z||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-24T03:20:45.362Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T03:20:45.362Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:20:45.363Z||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-24T03:20:45.363Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T03:20:54.902Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:20:54.912Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:21:45.360Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:21:45.362Z||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-24T03:21:45.362Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T03:21:45.362Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:21:45.364Z||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-24T03:21:45.364Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T03:21:54.906Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:21:54.909Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:22:45.360Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:22:45.362Z||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-24T03:22:45.362Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T03:22:45.362Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:22:45.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-24T03:22:45.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 9Ibks8iB4BAidL9q) ...
2022-03-24T03:22:54.910Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:22:54.910Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:23:45.360Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:23:45.361Z||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-24T03:23:45.361Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T03:23:45.362Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:23:45.363Z||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-24T03:23:45.363Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T03:23:54.914Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:23:54.919Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:24:22.912Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-24T03:24:45.360Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:24:45.362Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:24:45.363Z||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-24T03:24:45.363Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T03:24:45.363Z||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-24T03:24:45.364Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T03:24:54.911Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:24:54.911Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:25:45.360Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:25:45.361Z||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-24T03:25:45.361Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T03:25:45.362Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:25:45.364Z||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-24T03:25:45.364Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T03:25:54.906Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:25:54.906Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:26:45.360Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:26:45.362Z||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-24T03:26:45.362Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T03:26:45.363Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:26:45.364Z||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-24T03:26:45.364Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T03:26:54.907Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:26:54.908Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:27:45.360Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:27:45.361Z||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-24T03:27:45.361Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T03:27:45.362Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:27:45.363Z||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-24T03:27:45.363Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T03:27:54.925Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:27:54.929Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:28:45.360Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:28:45.362Z||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-24T03:28:45.362Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T03:28:45.362Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:28:45.363Z||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-24T03:28:45.363Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T03:28:54.926Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:28:54.931Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:29:45.360Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:29:45.362Z||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-24T03:29:45.362Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T03:29:45.362Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:29:45.363Z||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-24T03:29:45.363Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T03:29:54.912Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:29:54.915Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:30:45.360Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:30:45.361Z||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-24T03:30:45.362Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T03:30:45.362Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:30:45.363Z||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-24T03:30:45.363Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T03:30:54.908Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:30:54.911Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:31:45.360Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:31:45.362Z||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-24T03:31:45.362Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T03:31:45.362Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:31:45.363Z||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-24T03:31:45.363Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T03:31:54.916Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:31:54.917Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:32:45.360Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:32:45.361Z||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-24T03:32:45.362Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T03:32:45.362Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:32:45.363Z||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-24T03:32:45.363Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T03:32:54.908Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:32:54.908Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:33:45.360Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:33:45.361Z||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-24T03:33:45.362Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T03:33:45.362Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:33:45.363Z||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-24T03:33:45.363Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T03:33:54.924Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:33:54.924Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:34:45.361Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:34:45.362Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:34:45.364Z||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-24T03:34:45.364Z||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-24T03:34:45.364Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T03:34:45.364Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T03:34:54.915Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:34:54.924Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:35:45.360Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:35:45.362Z||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-24T03:35:45.362Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T03:35:45.362Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:35:45.363Z||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-24T03:35:45.364Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T03:35:54.925Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:35:54.927Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:36:45.360Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:36:45.361Z||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-24T03:36:45.362Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T03:36:45.362Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:36:45.363Z||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-24T03:36:45.365Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T03:36:54.905Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:36:54.944Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:37:45.360Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:37:45.361Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T03:37:45.362Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9Ibks8iB4BAidL9q) ...
2022-03-24T03:37:45.362Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:37:45.364Z||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-24T03:37:45.364Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T03:37:54.911Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:37:54.915Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:38:45.360Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:38:45.362Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T03:38:45.362Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9Ibks8iB4BAidL9q) ...
2022-03-24T03:38:45.362Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:38:45.363Z||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-24T03:38:45.363Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T03:38:54.909Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:38:54.928Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:39:45.360Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:39:45.361Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T03:39:45.361Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9Ibks8iB4BAidL9q) ...
2022-03-24T03:39:45.363Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:39:45.364Z||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-24T03:39:45.364Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T03:39:54.911Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:39:54.913Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:40:45.360Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:40:45.361Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T03:40:45.361Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9Ibks8iB4BAidL9q) ...
2022-03-24T03:40:45.362Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:40:45.363Z||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-24T03:40:45.363Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T03:40:54.934Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:40:54.939Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:41:45.360Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:41:45.361Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T03:41:45.361Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9Ibks8iB4BAidL9q) ...
2022-03-24T03:41:45.362Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:41:45.363Z||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-24T03:41:45.363Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T03:41:54.920Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:41:54.921Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:42:45.360Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:42:45.361Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T03:42:45.362Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9Ibks8iB4BAidL9q) ...
2022-03-24T03:42:45.362Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:42:45.363Z||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-24T03:42:45.363Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T03:42:45.989Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:42:45.992Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:42:45.993Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T03:42:45.993Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"3ec8def4-c18c-459b-8e1a-d5342083d0d5","serviceName":"vFW 2022-03-24 03-39-51","serviceVersion":"1.0","serviceUUID":"0efa230f-6d72-491f-b7a7-9fb4c8cb02d5","serviceDescription":"catalog service description","serviceInvariantUUID":"aefe53be-8ae0-4201-9652-56ba89891039","resources":[{"resourceInstanceName":"vFW 9bad063e-46df 0","resourceName":"vFW 9bad063e-46df","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6fa24703-34cb-403f-adc3-a586a5e05d14","resourceInvariantUUID":"51343c51-2141-474c-b445-6afd8f2620e6","resourceCustomizationUUID":"3690e275-fc21-48dd-bf82-a6ca7d15588a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/vf-license-model.xml","artifactChecksum":"OTYzYTgwYzMwOWU2NGRmOGFiYjQ2ZWQ1NTlkNmRkOTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"db8fa138-949d-4ff4-a776-359927612a79","artifactVersion":"1"},{"artifactName":"vfw9bad063e46df0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/vfw9bad063e46df0_modules.json","artifactChecksum":"YjhiN2E4YjMyZTY1MWQ2ZTQ2OWQxZmVhNzU0OWFjNGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5215d364-8b49-425b-b468-5bf6c0d77332","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d33552a1-3c61-4f39-8c48-58b1e1074c0b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/vendor-license-model.xml","artifactChecksum":"OTBhMDUyYTExOGJmMGRkYWQ5NzJlY2Q2ZjFjZmJkNTk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6a9ec52e-511d-4842-a8f4-ca50134dc48f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"741977cb-43a5-4390-b6e5-db831a55833f","artifactVersion":"2","generatedFromUUID":"d33552a1-3c61-4f39-8c48-58b1e1074c0b"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220324033951-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220324033951/1.0/artifacts/service-Vfw20220324033951-template.yml","artifactChecksum":"MjAwN2IyZmFiMTk5ODM2ZWQ4Zjg3MmNhNzM0MDdkMWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"52f9ad94-5624-40fa-91a9-7a7880c820de","artifactVersion":"1"},{"artifactName":"service-Vfw20220324033951-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220324033951/1.0/artifacts/service-Vfw20220324033951-csar.csar","artifactChecksum":"MGI2OGU4ZDAxNjQ5ZWJmNGM2ZDI4OTFmNTkwMGNlMDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"10881967-cba4-4fe5-b551-e08e4eae3f28","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-24T03:42:46.003Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:42:46.003Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "dcae-sch",
  "timestamp": 1648093327641,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:42:46.007Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T03:42:46.014Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-24T03:42:46.027Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T03:42:46.028Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648093365360,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:42:46.033Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:42:46.033Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:42:46.033Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648093330507,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:42:46.034Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:42:46.034Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:42:46.034Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "cds",
  "timestamp": 1648093324664,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:42:46.035Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:42:46.035Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:42:46.035Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "policy-id",
  "timestamp": 1648093327416,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:42:46.035Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:42:46.036Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:42:46.036Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "dcae-sch",
  "timestamp": 1648093327641,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/vfw9bad063e46df0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:42:46.036Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:42:46.037Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:42:46.037Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "cds",
  "timestamp": 1648093324664,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/vfw9bad063e46df0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:42:46.037Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:42:46.037Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:42:46.038Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648093330507,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/vfw9bad063e46df0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:42:46.038Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:42:46.038Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:42:46.038Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "policy-id",
  "timestamp": 1648093327416,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/vfw9bad063e46df0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:42:46.039Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:42:46.039Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:42:46.039Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "dcae-sch",
  "timestamp": 1648093327641,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:42:46.040Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:42:46.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:42:46.040Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648093330507,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:42:46.041Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:42:46.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:42:46.041Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "cds",
  "timestamp": 1648093324664,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:42:46.042Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:42:46.042Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:42:46.042Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "policy-id",
  "timestamp": 1648093327416,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-24T03:42:46.042Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:42:46.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:42:46.043Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648093330507,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:42:46.044Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:42:46.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:42:46.044Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "cds",
  "timestamp": 1648093324664,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:42:46.045Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:42:46.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:42:46.045Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "dcae-sch",
  "timestamp": 1648093327641,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:42:46.045Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:42:46.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:42:46.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "policy-id",
  "timestamp": 1648093327416,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:42:46.047Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:42:46.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:42:46.048Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648093330507,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:42:46.049Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:42:46.049Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:42:46.049Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "cds",
  "timestamp": 1648093324664,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:42:46.049Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:42:46.050Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:42:46.050Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "dcae-sch",
  "timestamp": 1648093327641,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:42:46.050Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:42:46.050Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:42:46.051Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "policy-id",
  "timestamp": 1648093327416,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:42:46.051Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:42:46.051Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:42:46.052Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648093330507,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/artifacts/service-Vfw20220324033951-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:42:46.052Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:42:46.052Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:42:46.052Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "cds",
  "timestamp": 1648093324664,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/artifacts/service-Vfw20220324033951-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:42:46.053Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:42:46.053Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:42:46.053Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "policy-id",
  "timestamp": 1648093327416,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/artifacts/service-Vfw20220324033951-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:42:46.053Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:42:46.054Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:42:46.054Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "dcae-sch",
  "timestamp": 1648093327641,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/artifacts/service-Vfw20220324033951-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:42:46.054Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:42:46.055Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:42:46.055Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648093330507,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/artifacts/service-Vfw20220324033951-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T03:42:46.055Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:42:46.055Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:42:46.056Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "cds",
  "timestamp": 1648093324664,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/artifacts/service-Vfw20220324033951-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T03:42:46.056Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:42:46.056Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:42:46.056Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "policy-id",
  "timestamp": 1648093327416,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/artifacts/service-Vfw20220324033951-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T03:42:46.057Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:42:46.057Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:42:46.057Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "dcae-sch",
  "timestamp": 1648093327641,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/artifacts/service-Vfw20220324033951-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:42:46.058Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:42:46.058Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:42:46.058Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "cds",
  "timestamp": 1648093341269,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/artifacts/service-Vfw20220324033951-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T03:42:46.059Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:42:46.059Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:42:46.059Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648093341650,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/artifacts/service-Vfw20220324033951-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T03:42:46.059Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:42:46.060Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:42:46.060Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "policy-id",
  "timestamp": 1648093341355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/artifacts/service-Vfw20220324033951-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T03:42:46.060Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:42:46.060Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:42:46.061Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "cds",
  "timestamp": 1648093342288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/artifacts/service-Vfw20220324033951-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-03-24T03:42:46.127Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-03-24T03:42:46.132Z||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-24T03:42:46.133Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T03:42:46.149Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:42:46.150Z||pool-3-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T03:42:46.309Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3ec8def4-c18c-459b-8e1a-d5342083d0d5
2022-03-24T03:42:46.335Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ec8def4-c18c-459b-8e1a-d5342083d0d5 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-24T03:42:46.360Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:42:46.361Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648093342184,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:42:46.361Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:42:46.362Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:42:46.362Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "policy-id",
  "timestamp": 1648093342367,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/artifacts/service-Vfw20220324033951-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T03:42:46.362Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:42:46.363Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:42:46.363Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648093342923,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:42:46.363Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:42:46.363Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:42:46.364Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648093342184,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/vfw9bad063e46df0_modules.json",
  "status": "NOTIFIED"
}
2022-03-24T03:42:46.364Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:42:46.364Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:42:46.365Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "policy-id",
  "timestamp": 1648093343377,
  "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-24T03:42:46.382Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3ec8def4-c18c-459b-8e1a-d5342083d0d5
2022-03-24T03:42:46.382Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ec8def4-c18c-459b-8e1a-d5342083d0d5 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-24T03:42:46.393Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:42:46.393Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648093342923,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/vfw9bad063e46df0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:42:46.394Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:42:46.394Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:42:46.394Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648093342184,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-24T03:42:46.395Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:42:46.395Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:42:46.395Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648093342923,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:42:46.396Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:42:46.396Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:42:46.396Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648093342184,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:42:46.396Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:42:46.396Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:42:46.397Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648093342923,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:42:46.397Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:42:46.397Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:42:46.397Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648093342184,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-24T03:42:46.397Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:42:46.397Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:42:46.398Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648093346928,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/artifacts/service-Vfw20220324033951-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T03:42:46.398Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:42:46.398Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:42:46.398Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648093342923,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:42:46.398Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:42:46.398Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:42:46.399Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648093342184,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/artifacts/service-Vfw20220324033951-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:42:46.399Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:42:46.399Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:42:46.399Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648093347933,
  "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-24T03:42:46.404Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3ec8def4-c18c-459b-8e1a-d5342083d0d5
2022-03-24T03:42:46.405Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ec8def4-c18c-459b-8e1a-d5342083d0d5 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-24T03:42:46.414Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:42:46.414Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648093342923,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/artifacts/service-Vfw20220324033951-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:42:46.414Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:42:46.415Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:42:46.415Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648093342184,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/artifacts/service-Vfw20220324033951-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T03:42:46.415Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:42:46.415Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:42:46.416Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648093342923,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/artifacts/service-Vfw20220324033951-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:42:46.416Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:42:46.416Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:42:46.417Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648093350003,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/vfw9bad063e46df0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-24T03:42:46.417Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:42:46.417Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:42:46.417Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "aai-ml",
  "timestamp": 1648093349411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:42:46.418Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:42:46.418Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:42:46.418Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648093351336,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-24T03:42:46.419Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:42:46.419Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:42:46.419Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "aai-ml",
  "timestamp": 1648093349411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/vfw9bad063e46df0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:42:46.420Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:42:46.420Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:42:46.420Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "aai-ml",
  "timestamp": 1648093349411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:42:46.420Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:42:46.421Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:42:46.421Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648093352829,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-24T03:42:46.421Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:42:46.421Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:42:46.422Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "aai-ml",
  "timestamp": 1648093349411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:42:46.422Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:42:46.422Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:42:46.422Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648093353920,
  "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-24T03:42:46.427Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3ec8def4-c18c-459b-8e1a-d5342083d0d5
2022-03-24T03:42:46.427Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ec8def4-c18c-459b-8e1a-d5342083d0d5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-24T03:42:46.437Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:42:46.437Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "clamp",
  "timestamp": 1648093353565,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:42:46.437Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:42:46.438Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:42:46.438Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "aai-ml",
  "timestamp": 1648093349411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:42:46.438Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:42:46.438Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:42:46.439Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648093354926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/vfw9bad063e46df0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-24T03:42:46.439Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:42:46.439Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:42:46.439Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "clamp",
  "timestamp": 1648093353565,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/vfw9bad063e46df0_modules.json",
  "status": "NOTIFIED"
}
2022-03-24T03:42:46.440Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:42:46.440Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:42:46.440Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "aai-ml",
  "timestamp": 1648093349411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/artifacts/service-Vfw20220324033951-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:42:46.441Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:42:46.441Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:42:46.441Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "clamp",
  "timestamp": 1648093353565,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:42:46.441Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:42:46.441Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:42:46.442Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "aai-ml",
  "timestamp": 1648093349411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/artifacts/service-Vfw20220324033951-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T03:42:46.442Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:42:46.442Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:42:46.442Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "clamp",
  "timestamp": 1648093353565,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:42:46.443Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:42:46.443Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:42:46.443Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "aai-ml",
  "timestamp": 1648093357485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/artifacts/service-Vfw20220324033951-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T03:42:46.443Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:42:46.444Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:42:46.444Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "clamp",
  "timestamp": 1648093353565,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:42:46.444Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:42:46.444Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:42:46.445Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "clamp",
  "timestamp": 1648093353565,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/artifacts/service-Vfw20220324033951-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:42:46.445Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:42:46.445Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:42:46.445Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "clamp",
  "timestamp": 1648093353565,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/artifacts/service-Vfw20220324033951-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T03:42:46.445Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:42:47.038Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T03:42:47.039Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-24T03:42:47.041Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T03:42:47.042Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648093365360,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/vfw9bad063e46df0_modules.json",
  "status": "NOTIFIED"
}
2022-03-24T03:42:47.142Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T03:42:47.143Z||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-24T03:42:47.143Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T03:42:47.156Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:42:47.157Z||pool-4-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-24T03:42:48.042Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T03:42:48.043Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-24T03:42:48.045Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T03:42:48.046Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648093365360,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-24T03:42:48.147Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-24T03:42:48.149Z||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-24T03:42:48.149Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T03:42:48.161Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:42:48.163Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-24T03:42:49.047Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T03:42:49.048Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-24T03:42:49.050Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T03:42:49.050Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648093365360,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:42:49.150Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T03:42:49.152Z||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-24T03:42:49.152Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T03:42:49.167Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:42:49.168Z||pool-6-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-24T03:42:50.051Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T03:42:50.053Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-24T03:42:50.056Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T03:42:50.056Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648093365360,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-24T03:42:50.157Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-24T03:42:50.158Z||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-24T03:42:50.158Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T03:42:50.173Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:42:50.174Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-24T03:42:51.057Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T03:42:51.058Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-24T03:42:51.060Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T03:42:51.060Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648093365360,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/artifacts/service-Vfw20220324033951-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:42:51.160Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T03:42:51.162Z||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-24T03:42:51.162Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T03:42:51.180Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:42:51.181Z||pool-8-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-24T03:42:52.061Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T03:42:52.062Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-24T03:42:52.064Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T03:42:52.064Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648093365360,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/artifacts/service-Vfw20220324033951-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T03:42:52.164Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T03:42:52.166Z||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-24T03:42:52.166Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T03:42:52.181Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:42:52.182Z||pool-9-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-24T03:42:53.066Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "serviceName": "vFW 2022-03-24 03-39-51",
  "serviceVersion": "1.0",
  "serviceUUID": "0efa230f-6d72-491f-b7a7-9fb4c8cb02d5",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "aefe53be-8ae0-4201-9652-56ba89891039",
  "resources": [
    {
      "resourceInstanceName": "vFW 9bad063e-46df 0",
      "resourceCustomizationUUID": "3690e275-fc21-48dd-bf82-a6ca7d15588a",
      "resourceName": "vFW 9bad063e-46df",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6fa24703-34cb-403f-adc3-a586a5e05d14",
      "resourceInvariantUUID": "51343c51-2141-474c-b445-6afd8f2620e6",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw9bad063e46df0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/vfw9bad063e46df0_modules.json",
          "artifactChecksum": "YjhiN2E4YjMyZTY1MWQ2ZTQ2OWQxZmVhNzU0OWFjNGI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5215d364-8b49-425b-b468-5bf6c0d77332",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "d33552a1-3c61-4f39-8c48-58b1e1074c0b",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "741977cb-43a5-4390-b6e5-db831a55833f",
            "generatedFromUUID": "d33552a1-3c61-4f39-8c48-58b1e1074c0b"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "741977cb-43a5-4390-b6e5-db831a55833f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220324033951-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/artifacts/service-Vfw20220324033951-csar.csar",
      "artifactChecksum": "MGI2OGU4ZDAxNjQ5ZWJmNGM2ZDI4OTFmNTkwMGNlMDU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "10881967-cba4-4fe5-b551-e08e4eae3f28"
    }
  ],
  "workloadContext": "Production"
}
2022-03-24T03:42:53.067Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-24T03:42:53.068Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0efa230f-6d72-491f-b7a7-9fb4c8cb02d5 ASDC
2022-03-24T03:42:53.241Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:3ec8def4-c18c-459b-8e1a-d5342083d0d5
ServiceName:vFW 2022-03-24 03-39-51
ServiceVersion:1.0
ServiceUUID:0efa230f-6d72-491f-b7a7-9fb4c8cb02d5
ServiceInvariantUUID:aefe53be-8ae0-4201-9652-56ba89891039
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220324033951-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220324033951/1.0/artifacts/service-Vfw20220324033951-csar.csar
ArtifactUUID:10881967-cba4-4fe5-b551-e08e4eae3f28
ArtifactChecksum:MGI2OGU4ZDAxNjQ5ZWJmNGM2ZDI4OTFmNTkwMGNlMDU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 9bad063e-46df 0
ResourceCustomizationUUID:3690e275-fc21-48dd-bf82-a6ca7d15588a
ResourceInvariantUUID:51343c51-2141-474c-b445-6afd8f2620e6
ResourceName:vFW 9bad063e-46df
ResourceType:VF
ResourceUUID:6fa24703-34cb-403f-adc3-a586a5e05d14
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw9bad063e46df0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/vfw9bad063e46df0_modules.json
ArtifactUUID:5215d364-8b49-425b-b468-5bf6c0d77332
ArtifactChecksum:YjhiN2E4YjMyZTY1MWQ2ZTQ2OWQxZmVhNzU0OWFjNGI=
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/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/base_vfw.yaml
ArtifactUUID:d33552a1-3c61-4f39-8c48-58b1e1074c0b
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/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/base_vfw.env
ArtifactUUID:741977cb-43a5-4390-b6e5-db831a55833f
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/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/base_vfw.env
ArtifactUUID:741977cb-43a5-4390-b6e5-db831a55833f
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-24T03:42:53.242Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0efa230f-6d72-491f-b7a7-9fb4c8cb02d5 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-24T03:42:53.300Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-24T03:42:53.303Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-24T03:42:53.306Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-24T03:42:53.306Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 10881967-cba4-4fe5-b551-e08e4eae3f28 from URL: /sdc/v1/catalog/services/Vfw20220324033951/1.0/artifacts/service-Vfw20220324033951-csar.csar
2022-03-24T03:42:53.306Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-24T03:42:53.309Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220324033951/1.0/artifacts/service-Vfw20220324033951-csar.csar
2022-03-24T03:42:53.737Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-24T03:42:53.768Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220324033951/1.0/artifacts/service-Vfw20220324033951-csar.csar 10881967-cba4-4fe5-b551-e08e4eae3f28 98943
2022-03-24T03:42:53.772Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220324033951/1.0/artifacts/service-Vfw20220324033951-csar.csar ASDC sendASDCNotification
2022-03-24T03:42:53.772Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324033951/1.0/artifacts/service-Vfw20220324033951-csar.csar
2022-03-24T03:42:53.774Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T03:42:53.775Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-24T03:42:53.778Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T03:42:53.778Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648093373770,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/artifacts/service-Vfw20220324033951-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T03:42:53.878Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T03:42:53.879Z||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-24T03:42:53.880Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T03:42:53.893Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:42:53.894Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-24T03:42:54.779Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-24T03:42:54.781Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-24T03:42:54.781Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 10881967-cba4-4fe5-b551-e08e4eae3f28, URL: /sdc/v1/catalog/services/Vfw20220324033951/1.0/artifacts/service-Vfw20220324033951-csar.csar to file: /app/ASDC/1/service-Vfw20220324033951-csar.csar
2022-03-24T03:42:54.782Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220324033951-csar.csar
2022-03-24T03:42:54.907Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220324033951-csar.csar
2022-03-24T03:42:54.908Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220324033951-csar.csar
2022-03-24T03:42:55.753Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12282007002555825718/Definitions/service-Vfw20220324033951-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_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
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
2022-03-24T03:42:59.233Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-24T03:42:59.238Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-03-24T03:42:59.239Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220324033951-csar.csar
2022-03-24T03:42:59.239Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-24T03:42:59.239Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||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-Vfw20220324033951-csar.csar
2022-03-24T03:42:59.239Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||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-Vfw20220324033951-csar.csar
2022-03-24T03:42:59.239Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 9bad063e-46df 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-Vfw20220324033951-csar.csar
2022-03-24T03:42:59.239Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220324033951-csar.csar
2022-03-24T03:42:59.239Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220324033951-csar.csar
2022-03-24T03:42:59.240Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220324033951-csar.csar
2022-03-24T03:42:59.240Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||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-Vfw20220324033951-csar.csar
2022-03-24T03:42:59.240Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220324033951-csar.csar
2022-03-24T03:42:59.240Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||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-Vfw20220324033951-csar.csar
2022-03-24T03:42:59.240Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220324033951-csar.csar
2022-03-24T03:42:59.240Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220324033951-csar.csar
2022-03-24T03:42:59.240Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220324033951-csar.csar
2022-03-24T03:42:59.240Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220324033951-csar.csar
2022-03-24T03:42:59.240Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-03-24T03:42:59.247Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:42:59.249Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-24 03-39-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T03:42:59.254Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template vFW 9bad063e-46df 0 is matching search criteria
2022-03-24T03:42:59.254Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-03-24T03:42:59.256Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 9bad063e-46df 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-24T03:42:59.258Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:42:59.258Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-24 03-39-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T03:42:59.259Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template vFW 9bad063e-46df 0 is matching search criteria
2022-03-24T03:42:59.259Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-03-24T03:42:59.260Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 9bad063e-46df 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-24T03:42:59.260Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:42:59.260Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-24 03-39-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T03:42:59.264Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:42:59.265Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template vFW 9bad063e-46df 0 is not matching search criteria
2022-03-24T03:42:59.265Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T03:42:59.265Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T03:42:59.266Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-24T03:42:59.266Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-24T03:42:59.266Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-24T03:42:59.267Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T03:42:59.267Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-24T03:42:59.267Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-24T03:42:59.267Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-24T03:42:59.268Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-24T03:42:59.268Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-24T03:42:59.268Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-24T03:42:59.268Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-24T03:42:59.269Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-24T03:42:59.269Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T03:42:59.269Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-24T03:42:59.270Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:42:59.270Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-24 03-39-51 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-24T03:42:59.272Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:42:59.272Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template vFW 9bad063e-46df 0 is matching search criteria
2022-03-24T03:42:59.272Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 9bad063e-46df 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T03:42:59.273Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:42:59.273Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template vFW 9bad063e-46df 0 is matching search criteria
2022-03-24T03:42:59.274Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 9bad063e-46df 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T03:42:59.274Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:42:59.274Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template vFW 9bad063e-46df 0 is matching search criteria
2022-03-24T03:42:59.275Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 9bad063e-46df 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T03:42:59.275Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:42:59.275Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template vFW 9bad063e-46df 0 is not matching search criteria
2022-03-24T03:42:59.276Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T03:42:59.276Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T03:42:59.276Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-24T03:42:59.276Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-24T03:42:59.277Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-24T03:42:59.277Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-24T03:42:59.277Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-24T03:42:59.277Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-24T03:42:59.278Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-24T03:42:59.278Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-24T03:42:59.278Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T03:42:59.278Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=27af620f-b0b0-4140-9fb1-1b66a31b1e83
2022-03-24T03:42:59.279Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:42:59.279Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template vFW 9bad063e-46df 0 is not matching search criteria
2022-03-24T03:42:59.279Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T03:42:59.280Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T03:42:59.280Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-24T03:42:59.280Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-24T03:42:59.280Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-24T03:42:59.286Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T03:42:59.287Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-24T03:42:59.287Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-24T03:42:59.287Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-24T03:42:59.288Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-24T03:42:59.288Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-24T03:42:59.289Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T03:42:59.289Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4afe1eb3-e60a-4b1f-9142-00793d7583bb
2022-03-24T03:42:59.289Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:42:59.290Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template vFW 9bad063e-46df 0 is not matching search criteria
2022-03-24T03:42:59.290Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T03:42:59.291Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T03:42:59.291Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-24T03:42:59.291Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-24T03:42:59.292Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-24T03:42:59.292Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T03:42:59.292Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-24T03:42:59.293Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-24T03:42:59.293Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-24T03:42:59.293Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-24T03:42:59.294Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-24T03:42:59.294Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-24T03:42:59.294Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2ea7d6aa-8727-4151-80c7-fffdf0c01692
2022-03-24T03:42:59.295Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:42:59.295Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-24 03-39-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T03:42:59.296Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:42:59.296Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-24 03-39-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T03:42:59.296Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:42:59.296Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-24 03-39-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T03:42:59.297Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:42:59.297Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-24 03-39-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T03:42:59.297Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-24 03-39-51
Description:catalog service description
Model UUID:0efa230f-6d72-491f-b7a7-9fb4c8cb02d5
Model Version:NULL
Model InvariantUuid:aefe53be-8ae0-4201-9652-56ba89891039
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 9bad063e-46df
Model UUID:fc5c6444-0883-4da7-afa2-d3e4b6ac3332
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:51343c51-2141-474c-b445-6afd8f2620e6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:3690e275-fc21-48dd-bf82-a6ca7d15588a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:7769d70e-f5a4-48d3-b23d-12e52a4505fa
ModelName:Vfw9bad063e46df..base_vfw..module-0
ModelUuid:c8bbefac-4e54-4062-9d77-04f3003280a8
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:27af620f-b0b0-4140-9fb1-1b66a31b1e83
ModelInvariantUuid:fd38685b-2c79-4e47-9896-ef3ec1255284
ModelName:vFW 9bad063e-46df-nodes.vfwCvfc
ModelUuid:b8b3bfad-0a93-439d-a8c3-0cd9f162d4a6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:b4952b6d-f87b-41c9-b287-53aed260a927
ModelInvariantUuid:846d532a-f33d-4d46-8e10-39972014d5d2
ModelName:Vfw9bad063e46df.compute.nodes.heat.vfw
ModelUuid:38c8fc27-3b15-4da8-a5fa-84342a4004de
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:4afe1eb3-e60a-4b1f-9142-00793d7583bb
ModelInvariantUuid:75c5c3d8-a4ff-4e14-9487-396e6f4b2ee0
ModelName:vFW 9bad063e-46df-nodes.vsnCvfc
ModelUuid:57755b04-354b-406f-a841-b46ea09c346f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:23fabe61-83e9-450e-a459-ac9cee140d98
ModelInvariantUuid:91db07af-a5d7-43a0-bbe8-8b3ef5e57e38
ModelName:Vfw9bad063e46df.compute.nodes.heat.vsn
ModelUuid:7f8091ac-2a91-4c38-bcb6-6c21a097e96f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2ea7d6aa-8727-4151-80c7-fffdf0c01692
ModelInvariantUuid:a35f929c-2504-4edb-9517-182595acbb36
ModelName:vFW 9bad063e-46df-nodes.vpgCvfc
ModelUuid:24095b37-6051-453e-8ff6-47bc1c2b9525
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:4348d948-6355-4800-9b1c-ca0895a668a2
ModelInvariantUuid:19a0fd2a-749d-4676-abae-da63623f93e6
ModelName:Vfw9bad063e46df.compute.nodes.heat.vpg
ModelUuid:226f9b15-8149-4be1-bda3-a03c7891cdc9
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-24T03:42:59.308Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 6fa24703-34cb-403f-adc3-a586a5e05d14
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-24T03:42:59.419Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||INFO|500||vFW 9bad063e-46df 0
2022-03-24T03:42:59.430Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6fa24703-34cb-403f-adc3-a586a5e05d14
2022-03-24T03:42:59.430Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 5215d364-8b49-425b-b468-5bf6c0d77332 from URL: /sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/vfw9bad063e46df0_modules.json
2022-03-24T03:42:59.431Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-24T03:42:59.431Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/vfw9bad063e46df0_modules.json
2022-03-24T03:42:59.494Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-24T03:42:59.494Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/vfw9bad063e46df0_modules.json 5215d364-8b49-425b-b468-5bf6c0d77332 785
2022-03-24T03:42:59.495Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/vfw9bad063e46df0_modules.json ASDC sendASDCNotification
2022-03-24T03:42:59.495Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/vfw9bad063e46df0_modules.json
2022-03-24T03:42:59.495Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T03:42:59.496Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-24T03:42:59.499Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T03:42:59.499Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648093379495,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/vfw9bad063e46df0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-24T03:42:59.599Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T03:42:59.600Z||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-24T03:42:59.601Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T03:42:59.615Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:42:59.616Z||pool-11-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-24T03:43:00.501Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw9bad063e46df..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "7769d70e-f5a4-48d3-b23d-12e52a4505fa",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c8bbefac-4e54-4062-9d77-04f3003280a8",
    "vfModuleModelCustomizationUUID": "3cfab548-22bd-4d67-acfb-7bcef513c426",
    "isBase": true,
    "artifacts": [
      "d33552a1-3c61-4f39-8c48-58b1e1074c0b",
      "741977cb-43a5-4390-b6e5-db831a55833f"
    ],
    "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-24T03:43:00.521Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw9bad063e46df..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c8bbefac-4e54-4062-9d77-04f3003280a8
VfModuleModelInvariantUUID:7769d70e-f5a4-48d3-b23d-12e52a4505fa
VfModuleModelDescription:NULL
Artifacts UUID List:{
d33552a1-3c61-4f39-8c48-58b1e1074c0b
,
741977cb-43a5-4390-b6e5-db831a55833f

}
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-24T03:43:00.526Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw9bad063e46df..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "7769d70e-f5a4-48d3-b23d-12e52a4505fa",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c8bbefac-4e54-4062-9d77-04f3003280a8",
    "vfModuleModelCustomizationUUID": "3cfab548-22bd-4d67-acfb-7bcef513c426",
    "isBase": true,
    "artifacts": [
      "d33552a1-3c61-4f39-8c48-58b1e1074c0b",
      "741977cb-43a5-4390-b6e5-db831a55833f"
    ],
    "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-24T03:43:00.527Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw9bad063e46df..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c8bbefac-4e54-4062-9d77-04f3003280a8
VfModuleModelInvariantUUID:7769d70e-f5a4-48d3-b23d-12e52a4505fa
VfModuleModelDescription:NULL
Artifacts UUID List:{
d33552a1-3c61-4f39-8c48-58b1e1074c0b
,
741977cb-43a5-4390-b6e5-db831a55833f

}
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-24T03:43:00.527Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d33552a1-3c61-4f39-8c48-58b1e1074c0b from URL: /sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/base_vfw.yaml
2022-03-24T03:43:00.527Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-24T03:43:00.528Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/base_vfw.yaml
2022-03-24T03:43:00.647Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-24T03:43:00.648Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/base_vfw.yaml d33552a1-3c61-4f39-8c48-58b1e1074c0b 20368
2022-03-24T03:43:00.648Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-24T03:43:00.648Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/base_vfw.yaml
2022-03-24T03:43:00.649Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T03:43:00.649Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-24T03:43:00.651Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T03:43:00.652Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648093380648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-24T03:43:00.752Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T03:43:00.753Z||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-24T03:43:00.753Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T03:43:00.773Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:43:00.774Z||pool-12-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-24T03:43:01.653Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 741977cb-43a5-4390-b6e5-db831a55833f from URL: /sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/base_vfw.env
2022-03-24T03:43:01.654Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-24T03:43:01.654Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/base_vfw.env
2022-03-24T03:43:01.832Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-24T03:43:01.834Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/base_vfw.env 741977cb-43a5-4390-b6e5-db831a55833f 2098
2022-03-24T03:43:01.834Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-24T03:43:01.835Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/base_vfw.env
2022-03-24T03:43:01.835Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T03:43:01.835Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-24T03:43:01.838Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T03:43:01.838Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648093381834,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-24T03:43:01.939Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-24T03:43:01.940Z||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-24T03:43:01.940Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T03:43:01.953Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:43:01.954Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-24T03:43:02.839Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 0efa230f-6d72-491f-b7a7-9fb4c8cb02d5
2022-03-24T03:43:02.840Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 9bad063e-46df 0 6fa24703-34cb-403f-adc3-a586a5e05d14 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-24T03:43:02.877Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@790383de, org.onap.sdc.toscaparser.api.parameters.Input@6f83d79d, org.onap.sdc.toscaparser.api.parameters.Input@426cbb6, org.onap.sdc.toscaparser.api.parameters.Input@3cf06c37, org.onap.sdc.toscaparser.api.parameters.Input@59080504]
2022-03-24T03:43:02.881Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:43:02.882Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-24 03-39-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T03:43:02.882Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-03-24T03:43:02.882Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 3690e275-fc21-48dd-bf82-a6ca7d15588a
2022-03-24T03:43:02.882Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3690e275-fc21-48dd-bf82-a6ca7d15588a matches Tosca VF Customization UUID: 3690e275-fc21-48dd-bf82-a6ca7d15588a
2022-03-24T03:43:02.882Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 3690e275-fc21-48dd-bf82-a6ca7d15588a  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-24T03:43:02.889Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:43:02.889Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-24 03-39-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T03:43:02.891Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 3690e275-fc21-48dd-bf82-a6ca7d15588a: {\"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-24T03:43:02.891Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@15f42665
2022-03-24T03:43:02.891Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:43:02.892Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-24 03-39-51 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-24T03:43:02.892Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3cfab548-22bd-4d67-acfb-7bcef513c426
2022-03-24T03:43:02.893Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3cfab548-22bd-4d67-acfb-7bcef513c426
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-24T03:43:02.899Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:43:02.900Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template vFW 9bad063e-46df 0 is matching search criteria
2022-03-24T03:43:02.900Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 9bad063e-46df 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T03:43:02.901Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:43:02.901Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template vFW 9bad063e-46df 0 is matching search criteria
2022-03-24T03:43:02.902Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 9bad063e-46df 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T03:43:02.902Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:43:02.902Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template vFW 9bad063e-46df 0 is not matching search criteria
2022-03-24T03:43:02.903Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T03:43:02.903Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T03:43:02.903Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-24T03:43:02.903Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-24T03:43:02.904Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-24T03:43:02.904Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-24T03:43:02.904Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-24T03:43:02.905Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-24T03:43:02.907Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-24T03:43:02.907Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-24T03:43:02.908Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T03:43:02.908Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=27af620f-b0b0-4140-9fb1-1b66a31b1e83
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-24T03:43:02.920Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:43:02.920Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template vFW 9bad063e-46df 0 is matching search criteria
2022-03-24T03:43:02.921Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 9bad063e-46df 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T03:43:02.921Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:43:02.921Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template vFW 9bad063e-46df 0 is not matching search criteria
2022-03-24T03:43:02.922Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T03:43:02.922Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T03:43:02.922Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-24T03:43:02.923Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-24T03:43:02.923Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-24T03:43:02.924Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T03:43:02.924Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-24T03:43:02.924Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-24T03:43:02.925Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-24T03:43:02.925Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-24T03:43:02.925Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-24T03:43:02.926Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T03:43:02.926Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4afe1eb3-e60a-4b1f-9142-00793d7583bb
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-24T03:43:02.929Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:43:02.929Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template vFW 9bad063e-46df 0 is matching search criteria
2022-03-24T03:43:02.929Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 9bad063e-46df 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T03:43:02.932Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:43:02.932Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template vFW 9bad063e-46df 0 is not matching search criteria
2022-03-24T03:43:02.944Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T03:43:02.944Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T03:43:02.944Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-24T03:43:02.945Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-24T03:43:02.945Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-24T03:43:02.945Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T03:43:02.945Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-24T03:43:02.946Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-24T03:43:02.946Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-24T03:43:02.946Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-24T03:43:02.946Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-24T03:43:02.947Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-24T03:43:02.947Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2ea7d6aa-8727-4151-80c7-fffdf0c01692
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-24T03:43:02.949Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:43:02.949Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template vFW 9bad063e-46df 0 is matching search criteria
2022-03-24T03:43:02.950Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 9bad063e-46df 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T03:43:02.950Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:43:02.950Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Node template vFW 9bad063e-46df 0 is matching search criteria
2022-03-24T03:43:02.951Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 9bad063e-46df 0] matching following query criteria: sdcType=VF, customizationUUID=3690e275-fc21-48dd-bf82-a6ca7d15588a
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-24T03:43:02.952Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:43:02.952Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-24 03-39-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T03:43:02.953Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 0efa230f-6d72-491f-b7a7-9fb4c8cb02d5: vFW 9bad063e-46df
2022-03-24T03:43:02.953Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:43:02.953Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-24 03-39-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T03:43:02.954Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:43:02.954Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-24 03-39-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T03:43:02.954Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:43:02.954Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-24 03-39-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T03:43:02.955Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:43:02.955Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-24 03-39-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T03:43:02.955Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:43:02.956Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-24 03-39-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T03:43:02.956Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-03-24 03-39-51 
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-24T03:43:03.228Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 9bad063e-46df 6fa24703-34cb-403f-adc3-a586a5e05d14 1 ASDC deployResourceStructure
2022-03-24T03:43:03.228Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/vfw9bad063e46df0_modules.json ASDC sendASDCNotification
2022-03-24T03:43:03.228Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/vfw9bad063e46df0_modules.json
2022-03-24T03:43:03.229Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T03:43:03.229Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-24T03:43:03.231Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T03:43:03.231Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648093383228,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/vfw9bad063e46df0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-24T03:43:03.331Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T03:43:03.333Z||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-24T03:43:03.333Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T03:43:03.349Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:43:03.350Z||pool-14-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-24T03:43:04.232Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-24T03:43:04.232Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/base_vfw.yaml
2022-03-24T03:43:04.233Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T03:43:04.233Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-24T03:43:04.235Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T03:43:04.235Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648093384232,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-24T03:43:04.335Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T03:43:04.336Z||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-24T03:43:04.337Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T03:43:04.350Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:43:04.351Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T03:43:05.236Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-24T03:43:05.236Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/base_vfw.env
2022-03-24T03:43:05.236Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T03:43:05.237Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-24T03:43:05.239Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T03:43:05.239Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648093385235,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-24T03:43:05.339Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T03:43:05.340Z||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-24T03:43:05.341Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T03:43:05.358Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:43:05.359Z||pool-16-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-24T03:43:06.240Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220324033951/1.0/artifacts/service-Vfw20220324033951-csar.csar ASDC sendASDCNotification
2022-03-24T03:43:06.240Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324033951/1.0/artifacts/service-Vfw20220324033951-csar.csar
2022-03-24T03:43:06.240Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T03:43:06.241Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-24T03:43:06.243Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T03:43:06.243Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648093386240,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/artifacts/service-Vfw20220324033951-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T03:43:06.343Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T03:43:06.344Z||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-24T03:43:06.345Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T03:43:06.377Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:43:06.378Z||pool-17-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-03-24T03:43:07.244Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ec8def4-c18c-459b-8e1a-d5342083d0d5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T03:43:07.266Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ec8def4-c18c-459b-8e1a-d5342083d0d5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T03:43:07.269Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T03:43:07.269Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T03:43:07.269Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T03:43:37.270Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ec8def4-c18c-459b-8e1a-d5342083d0d5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T03:43:37.281Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ec8def4-c18c-459b-8e1a-d5342083d0d5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T03:43:37.290Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T03:43:37.290Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T03:43:37.291Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T03:43:45.362Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:43:45.364Z||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-24T03:43:45.364Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T03:43:45.494Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:43:45.496Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:43:45.496Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648093365360,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:43:45.497Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:44:07.298Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ec8def4-c18c-459b-8e1a-d5342083d0d5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T03:44:07.306Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ec8def4-c18c-459b-8e1a-d5342083d0d5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T03:44:07.309Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T03:44:07.309Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T03:44:07.309Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T03:44:37.309Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ec8def4-c18c-459b-8e1a-d5342083d0d5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T03:44:37.327Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ec8def4-c18c-459b-8e1a-d5342083d0d5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T03:44:37.345Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T03:44:37.345Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T03:44:37.345Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T03:44:45.363Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:44:45.364Z||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-24T03:44:45.364Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T03:44:45.895Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:44:45.896Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:44:45.896Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648093365360,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/vfw9bad063e46df0_modules.json",
  "status": "NOTIFIED"
}
2022-03-24T03:44:45.898Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:44:45.898Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:44:45.898Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648093365360,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-24T03:44:45.898Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:44:45.898Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:44:45.898Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "clamp",
  "timestamp": 1648093367759,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/artifacts/service-Vfw20220324033951-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T03:44:45.899Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:44:45.899Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:44:45.899Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648093365360,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:44:45.899Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:44:45.899Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:44:45.899Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "clamp",
  "timestamp": 1648093368826,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/artifacts/service-Vfw20220324033951-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T03:44:45.899Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:44:45.899Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:44:45.899Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648093365360,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-24T03:44:45.900Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:44:45.900Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:44:45.900Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "clamp",
  "timestamp": 1648093369831,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-24T03:44:45.908Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3ec8def4-c18c-459b-8e1a-d5342083d0d5
2022-03-24T03:44:45.909Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ec8def4-c18c-459b-8e1a-d5342083d0d5 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T03:44:45.916Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:44:45.916Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648093365360,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/artifacts/service-Vfw20220324033951-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:44:45.917Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:44:45.917Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:44:45.917Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648093365360,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/artifacts/service-Vfw20220324033951-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T03:44:45.917Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:44:45.918Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:44:45.918Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648093373770,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/artifacts/service-Vfw20220324033951-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T03:44:45.918Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:44:45.918Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:44:45.919Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "aai-ml",
  "timestamp": 1648093375857,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/artifacts/service-Vfw20220324033951-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T03:44:45.919Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:44:45.919Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:44:45.919Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "aai-ml",
  "timestamp": 1648093376864,
  "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-24T03:44:45.923Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3ec8def4-c18c-459b-8e1a-d5342083d0d5
2022-03-24T03:44:45.924Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ec8def4-c18c-459b-8e1a-d5342083d0d5 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-24T03:44:45.931Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:44:45.931Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648093379495,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/vfw9bad063e46df0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-24T03:44:45.931Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:44:45.931Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:44:45.932Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648093380648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-24T03:44:45.932Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:44:45.932Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:44:45.932Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648093381834,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-24T03:44:45.932Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:44:45.933Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:44:45.933Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648093383228,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/vfw9bad063e46df0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-24T03:44:45.933Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:44:45.933Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:44:45.933Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648093384232,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-24T03:44:45.934Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:44:45.934Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:44:45.934Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648093385235,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/resourceInstances/vfw9bad063e46df0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-24T03:44:45.934Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:44:45.934Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:44:45.934Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648093386240,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324033951/1.0/artifacts/service-Vfw20220324033951-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T03:44:45.935Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:45:07.354Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ec8def4-c18c-459b-8e1a-d5342083d0d5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T03:45:07.382Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ec8def4-c18c-459b-8e1a-d5342083d0d5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T03:45:07.388Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T03:45:07.389Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T03:45:07.389Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-24T03:45:07.389Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-24T03:45:07.389Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T03:45:07.389Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T03:45:07.389Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T03:45:07.389Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T03:45:07.389Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T03:45:07.389Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T03:45:07.390Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-24T03:45:07.395Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-24T03:45:37.396Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3ec8def4-c18c-459b-8e1a-d5342083d0d5 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-24T03:45:37.409Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3ec8def4-c18c-459b-8e1a-d5342083d0d5 and serviceModelVersionId: 0efa230f-6d72-491f-b7a7-9fb4c8cb02d5
2022-03-24T03:45:37.410Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : aefe53be-8ae0-4201-9652-56ba89891039
2022-03-24T03:45:45.362Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:45:45.364Z||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-24T03:45:45.364Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T03:45:54.455Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/aefe53be-8ae0-4201-9652-56ba89891039/model-vers/model-ver/0efa230f-6d72-491f-b7a7-9fb4c8cb02d5?depth=0
2022-03-24T03:45:54.621Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-03-24T03:45:54.915Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:45:55.354Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aefe53be-8ae0-4201-9652-56ba89891039/model-vers/model-ver/0efa230f-6d72-491f-b7a7-9fb4c8cb02d5?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-24T03:45:55.361Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aefe53be-8ae0-4201-9652-56ba89891039/model-vers/model-ver/0efa230f-6d72-491f-b7a7-9fb4c8cb02d5?depth=0|INFO|500||Invoke
2022-03-24T03:45:55.519Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aefe53be-8ae0-4201-9652-56ba89891039/model-vers/model-ver/0efa230f-6d72-491f-b7a7-9fb4c8cb02d5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-24T03:45:56.453Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aefe53be-8ae0-4201-9652-56ba89891039/model-vers/model-ver/0efa230f-6d72-491f-b7a7-9fb4c8cb02d5?depth=0|INFO|500||InvokeReturn
2022-03-24T03:45:56.454Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aefe53be-8ae0-4201-9652-56ba89891039/model-vers/model-ver/0efa230f-6d72-491f-b7a7-9fb4c8cb02d5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220324-03:45:55:320-14827], vertex-id=[184488], Content-Length=[0], Date=[Thu, 24 Mar 2022 03:45:55 GMT], Content-Type=[application/json]}
2022-03-24T03:45:56.454Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-03-24T03:45:56.459Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-24T03:45:56.459Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-24T03:45:56.468Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-24T03:45:56.469Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3ec8def4-c18c-459b-8e1a-d5342083d0d5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-24T03:45:56.470Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-24T03:45:56.471Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-24T03:45:56.474Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T03:45:56.474Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648093556469,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-24T03:45:56.574Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T03:45:56.575Z||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-24T03:45:56.576Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T03:45:56.589Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:45:56.590Z||pool-18-thread-1|||||INFO|500||cambria reply ok (16 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-24T03:45:57.485Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:45:57.485Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T03:45:57.485Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9Ibks8iB4BAidL9q) ...
2022-03-24T03:46:07.706Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:46:07.707Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:46:07.708Z||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-24T03:46:07.708Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T03:46:17.251Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:46:17.252Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:46:17.252Z||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-24T03:46:17.252Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T03:46:26.789Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:46:45.360Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:46:45.361Z||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-24T03:46:45.361Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T03:46:45.362Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:46:45.363Z||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-24T03:46:45.363Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T03:46:45.991Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:46:45.992Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:46:45.992Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ec8def4-c18c-459b-8e1a-d5342083d0d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648093556469,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-24T03:46:45.993Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:46:54.913Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:47:45.360Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:47:45.361Z||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-24T03:47:45.361Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T03:47:45.362Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:47:45.364Z||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-24T03:47:45.364Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T03:47:45.998Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:47:45.998Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:47:45.999Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T03:47:46.000Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"dedc9cc3-cfb2-4ade-ba24-4884c4f10e58","serviceName":"basic_onboard_LfwxGz","serviceVersion":"1.0","serviceUUID":"174d20b8-f7f9-4a37-9ab6-727a0ab86725","serviceDescription":"service","serviceInvariantUUID":"4fe791a5-df3d-4d9d-9286-6d39190421f2","resources":[{"resourceInstanceName":"basic_onboard_LfwxGz 0","resourceName":"basic_onboard_LfwxGz","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"970c3642-fc93-4ca1-aed2-c16f61a0c86b","resourceInvariantUUID":"0d3e4a73-59c8-496a-ad3d-623c8c0b1568","resourceCustomizationUUID":"6e4ea786-ae5c-4012-a667-35861e941e69","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/vf-license-model.xml","artifactChecksum":"OGQ5MzkzOGMwNzE2M2ZiOGZiZjAyNWFjMDcyNWFkZWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7aebd992-1f82-4e77-b223-fa4d5e9501fc","artifactVersion":"1"},{"artifactName":"basic_onboard_lfwxgz0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/basic_onboard_lfwxgz0_modules.json","artifactChecksum":"MmNhYTdhZjY4MDcxMjljMGZlNjc5NmFlMzQ0YWM0NTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3cc33c0f-ac79-4fee-9ca6-dd2bf19597bd","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"db100734-34f4-4155-b536-63d39b5c20b6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e67ccd2a-32ed-49fe-8475-002dec07bf91","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"859adf7f-80b9-474c-8651-25ae2cd7effc","artifactVersion":"2","generatedFromUUID":"db100734-34f4-4155-b536-63d39b5c20b6"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardLfwxgz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/artifacts/service-BasicOnboardLfwxgz-template.yml","artifactChecksum":"N2E3NzExNzNlN2I3YjI5MTliMThmZjllYjUxOTg0Nzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5df53d34-ef1e-4473-bd11-0053ee40613f","artifactVersion":"1"},{"artifactName":"service-BasicOnboardLfwxgz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/artifacts/service-BasicOnboardLfwxgz-csar.csar","artifactChecksum":"ODMyMjU1ZjRmMGEzODM3Zjg1ZDEzMmMyNzE1MzkwMzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8d8c8763-90e4-4c0f-9c50-28e5e8e04016","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-24T03:47:46.002Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:47:46.002Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T03:47:46.003Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "cds",
  "timestamp": 1648093609664,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:47:46.003Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-24T03:47:46.004Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:47:46.004Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:47:46.004Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "dcae-sch",
  "timestamp": 1648093607641,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:47:46.004Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:47:46.004Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:47:46.004Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "policy-id",
  "timestamp": 1648093607416,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:47:46.005Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:47:46.005Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:47:46.006Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "cds",
  "timestamp": 1648093609664,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/basic_onboard_lfwxgz0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:47:46.006Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T03:47:46.006Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:47:46.006Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648093665360,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:47:46.006Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:47:46.006Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "dcae-sch",
  "timestamp": 1648093607641,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/basic_onboard_lfwxgz0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:47:46.006Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:47:46.007Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:47:46.007Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "policy-id",
  "timestamp": 1648093607416,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/basic_onboard_lfwxgz0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:47:46.008Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:47:46.008Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:47:46.008Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "cds",
  "timestamp": 1648093609664,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:47:46.008Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:47:46.009Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:47:46.009Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "dcae-sch",
  "timestamp": 1648093607641,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:47:46.009Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:47:46.009Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:47:46.009Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "policy-id",
  "timestamp": 1648093607416,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-24T03:47:46.009Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:47:46.009Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:47:46.010Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "cds",
  "timestamp": 1648093609664,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:47:46.010Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:47:46.010Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:47:46.010Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "dcae-sch",
  "timestamp": 1648093607641,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:47:46.010Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:47:46.010Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:47:46.010Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "policy-id",
  "timestamp": 1648093607416,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:47:46.011Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:47:46.011Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:47:46.011Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "cds",
  "timestamp": 1648093609664,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:47:46.011Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:47:46.011Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:47:46.011Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "policy-id",
  "timestamp": 1648093607416,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:47:46.011Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:47:46.011Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:47:46.011Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "dcae-sch",
  "timestamp": 1648093607641,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:47:46.012Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:47:46.012Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:47:46.012Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "aai-ml",
  "timestamp": 1648093619411,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:47:46.012Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:47:46.012Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:47:46.012Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "cds",
  "timestamp": 1648093609664,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/artifacts/service-BasicOnboardLfwxgz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:47:46.012Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:47:46.012Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:47:46.012Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "dcae-sch",
  "timestamp": 1648093607641,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/artifacts/service-BasicOnboardLfwxgz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:47:46.013Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:47:46.013Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:47:46.013Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "policy-id",
  "timestamp": 1648093607416,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/artifacts/service-BasicOnboardLfwxgz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:47:46.013Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:47:46.013Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:47:46.013Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "aai-ml",
  "timestamp": 1648093619411,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/basic_onboard_lfwxgz0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:47:46.013Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:47:46.013Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:47:46.013Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "policy-id",
  "timestamp": 1648093607416,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/artifacts/service-BasicOnboardLfwxgz-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T03:47:46.014Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:47:46.014Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:47:46.014Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "cds",
  "timestamp": 1648093609664,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/artifacts/service-BasicOnboardLfwxgz-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T03:47:46.014Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:47:46.014Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:47:46.014Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "dcae-sch",
  "timestamp": 1648093607641,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/artifacts/service-BasicOnboardLfwxgz-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:47:46.014Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:47:46.015Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:47:46.015Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "aai-ml",
  "timestamp": 1648093619411,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:47:46.015Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:47:46.015Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:47:46.015Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648093622185,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:47:46.015Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:47:46.016Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:47:46.016Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "aai-ml",
  "timestamp": 1648093619411,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:47:46.016Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:47:46.016Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:47:46.016Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648093622923,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:47:46.016Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:47:46.017Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:47:46.017Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648093622185,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/basic_onboard_lfwxgz0_modules.json",
  "status": "NOTIFIED"
}
2022-03-24T03:47:46.017Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:47:46.017Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:47:46.017Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "cds",
  "timestamp": 1648093623355,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/artifacts/service-BasicOnboardLfwxgz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T03:47:46.018Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:47:46.018Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:47:46.018Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "policy-id",
  "timestamp": 1648093623435,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/artifacts/service-BasicOnboardLfwxgz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T03:47:46.018Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:47:46.018Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:47:46.018Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "clamp",
  "timestamp": 1648093623565,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:47:46.019Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:47:46.019Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:47:46.019Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "aai-ml",
  "timestamp": 1648093619411,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:47:46.019Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:47:46.019Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:47:46.019Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648093622923,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/basic_onboard_lfwxgz0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:47:46.020Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:47:46.020Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:47:46.020Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648093622185,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-24T03:47:46.020Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:47:46.020Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:47:46.021Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "cds",
  "timestamp": 1648093624362,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/artifacts/service-BasicOnboardLfwxgz-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-24T03:47:46.034Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dedc9cc3-cfb2-4ade-ba24-4884c4f10e58
2022-03-24T03:47:46.035Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId dedc9cc3-cfb2-4ade-ba24-4884c4f10e58 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-24T03:47:46.047Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:47:46.047Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "policy-id",
  "timestamp": 1648093624440,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/artifacts/service-BasicOnboardLfwxgz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T03:47:46.047Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:47:46.047Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:47:46.048Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "clamp",
  "timestamp": 1648093623565,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/basic_onboard_lfwxgz0_modules.json",
  "status": "NOTIFIED"
}
2022-03-24T03:47:46.048Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:47:46.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:47:46.048Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "aai-ml",
  "timestamp": 1648093619411,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/artifacts/service-BasicOnboardLfwxgz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:47:46.048Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:47:46.049Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:47:46.049Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648093622923,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:47:46.049Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:47:46.049Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:47:46.049Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648093622185,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:47:46.050Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:47:46.050Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:47:46.050Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "policy-id",
  "timestamp": 1648093625443,
  "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-24T03:47:46.054Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dedc9cc3-cfb2-4ade-ba24-4884c4f10e58
2022-03-24T03:47:46.055Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId dedc9cc3-cfb2-4ade-ba24-4884c4f10e58 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-24T03:47:46.064Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:47:46.065Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "clamp",
  "timestamp": 1648093623565,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:47:46.065Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:47:46.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:47:46.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "aai-ml",
  "timestamp": 1648093619411,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/artifacts/service-BasicOnboardLfwxgz-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T03:47:46.066Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:47:46.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:47:46.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648093622923,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:47:46.066Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:47:46.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:47:46.067Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648093622185,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-24T03:47:46.067Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:47:46.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:47:46.067Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "clamp",
  "timestamp": 1648093623565,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:47:46.067Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:47:46.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:47:46.067Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648093622923,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:47:46.067Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:47:46.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:47:46.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648093622185,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/artifacts/service-BasicOnboardLfwxgz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:47:46.068Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:47:46.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:47:46.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "aai-ml",
  "timestamp": 1648093627446,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/artifacts/service-BasicOnboardLfwxgz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T03:47:46.068Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:47:46.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:47:46.069Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "clamp",
  "timestamp": 1648093623565,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:47:46.069Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:47:46.069Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:47:46.069Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648093622923,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/artifacts/service-BasicOnboardLfwxgz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:47:46.069Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:47:46.069Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:47:46.073Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648093622185,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/artifacts/service-BasicOnboardLfwxgz-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T03:47:46.073Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:47:46.073Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:47:46.073Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "clamp",
  "timestamp": 1648093623565,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/artifacts/service-BasicOnboardLfwxgz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:47:46.073Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:47:46.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:47:46.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648093622923,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/artifacts/service-BasicOnboardLfwxgz-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:47:46.074Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:47:46.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:47:46.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648093630050,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/basic_onboard_lfwxgz0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-24T03:47:46.074Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:47:46.075Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:47:46.075Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "clamp",
  "timestamp": 1648093623565,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/artifacts/service-BasicOnboardLfwxgz-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T03:47:46.075Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:47:46.075Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:47:46.075Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648093631117,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-24T03:47:46.076Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:47:46.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:47:46.076Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648093630507,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:47:46.076Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:47:46.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:47:46.076Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648093632171,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-24T03:47:46.077Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:47:46.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:47:46.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648093630507,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/basic_onboard_lfwxgz0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:47:46.077Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:47:46.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:47:46.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648093633200,
  "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-24T03:47:46.086Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dedc9cc3-cfb2-4ade-ba24-4884c4f10e58
2022-03-24T03:47:46.086Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId dedc9cc3-cfb2-4ade-ba24-4884c4f10e58 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-24T03:47:46.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:47:46.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648093630507,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:47:46.099Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:47:46.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:47:46.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "clamp",
  "timestamp": 1648093633797,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/artifacts/service-BasicOnboardLfwxgz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T03:47:46.099Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:47:46.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:47:46.100Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648093634204,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/basic_onboard_lfwxgz0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-24T03:47:46.100Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:47:46.100Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:47:46.100Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648093630507,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:47:46.100Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:47:46.101Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:47:46.101Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "aai-ml",
  "timestamp": 1648093634655,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/artifacts/service-BasicOnboardLfwxgz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T03:47:46.101Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:47:46.101Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:47:46.101Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648093630507,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:47:46.101Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:47:46.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:47:46.102Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "clamp",
  "timestamp": 1648093635807,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/artifacts/service-BasicOnboardLfwxgz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T03:47:46.102Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:47:46.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:47:46.103Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "aai-ml",
  "timestamp": 1648093635660,
  "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-24T03:47:46.106Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T03:47:46.107Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dedc9cc3-cfb2-4ade-ba24-4884c4f10e58
2022-03-24T03:47:46.108Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId dedc9cc3-cfb2-4ade-ba24-4884c4f10e58 and ComponentName AAI
2022-03-24T03:47:46.108Z||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-24T03:47:46.108Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
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-24T03:47:46.114Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:47:46.115Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648093630507,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/artifacts/service-BasicOnboardLfwxgz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:47:46.115Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:47:46.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:47:46.115Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "clamp",
  "timestamp": 1648093636811,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-24T03:47:46.120Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of dedc9cc3-cfb2-4ade-ba24-4884c4f10e58
2022-03-24T03:47:46.121Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId dedc9cc3-cfb2-4ade-ba24-4884c4f10e58 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T03:47:46.125Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:47:46.126Z||pool-19-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-03-24T03:47:46.127Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:47:46.128Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648093630507,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/artifacts/service-BasicOnboardLfwxgz-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T03:47:46.128Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:47:46.128Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:47:46.128Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648093639053,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/artifacts/service-BasicOnboardLfwxgz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T03:47:46.129Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:47:46.129Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:47:46.129Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648093641491,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/artifacts/service-BasicOnboardLfwxgz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T03:47:46.129Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:47:46.129Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:47:46.130Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648093642496,
  "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-24T03:47:46.134Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dedc9cc3-cfb2-4ade-ba24-4884c4f10e58
2022-03-24T03:47:46.134Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId dedc9cc3-cfb2-4ade-ba24-4884c4f10e58 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-24T03:47:47.007Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T03:47:47.008Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-24T03:47:47.010Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T03:47:47.010Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648093665360,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/basic_onboard_lfwxgz0_modules.json",
  "status": "NOTIFIED"
}
2022-03-24T03:47:47.110Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T03:47:47.112Z||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-24T03:47:47.112Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T03:47:47.127Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:47:47.128Z||pool-20-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-24T03:47:48.011Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T03:47:48.012Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-24T03:47:48.014Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T03:47:48.014Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648093665360,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-24T03:47:48.114Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T03:47:48.116Z||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-24T03:47:48.116Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T03:47:48.131Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:47:48.132Z||pool-21-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-24T03:47:49.015Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T03:47:49.016Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-24T03:47:49.018Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T03:47:49.019Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648093665360,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:47:49.121Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-24T03:47:49.122Z||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-24T03:47:49.122Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T03:47:49.136Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:47:49.137Z||pool-22-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-24T03:47:50.020Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T03:47:50.021Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-24T03:47:50.025Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T03:47:50.026Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648093665360,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-24T03:47:50.126Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-24T03:47:50.127Z||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-24T03:47:50.127Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T03:47:50.141Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:47:50.142Z||pool-23-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-24T03:47:51.026Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T03:47:51.027Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-24T03:47:51.029Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T03:47:51.030Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648093665360,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/artifacts/service-BasicOnboardLfwxgz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:47:51.130Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T03:47:51.131Z||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-24T03:47:51.131Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T03:47:51.144Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:47:51.145Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-24T03:47:52.030Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T03:47:52.031Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-24T03:47:52.034Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T03:47:52.034Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648093665360,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/artifacts/service-BasicOnboardLfwxgz-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T03:47:52.134Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T03:47:52.135Z||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-24T03:47:52.135Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T03:47:52.148Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:47:52.149Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-24T03:47:53.036Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "serviceName": "basic_onboard_LfwxGz",
  "serviceVersion": "1.0",
  "serviceUUID": "174d20b8-f7f9-4a37-9ab6-727a0ab86725",
  "serviceDescription": "service",
  "serviceInvariantUUID": "4fe791a5-df3d-4d9d-9286-6d39190421f2",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_LfwxGz 0",
      "resourceCustomizationUUID": "6e4ea786-ae5c-4012-a667-35861e941e69",
      "resourceName": "basic_onboard_LfwxGz",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "970c3642-fc93-4ca1-aed2-c16f61a0c86b",
      "resourceInvariantUUID": "0d3e4a73-59c8-496a-ad3d-623c8c0b1568",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_lfwxgz0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/basic_onboard_lfwxgz0_modules.json",
          "artifactChecksum": "MmNhYTdhZjY4MDcxMjljMGZlNjc5NmFlMzQ0YWM0NTg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3cc33c0f-ac79-4fee-9ca6-dd2bf19597bd",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "db100734-34f4-4155-b536-63d39b5c20b6",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "859adf7f-80b9-474c-8651-25ae2cd7effc",
            "generatedFromUUID": "db100734-34f4-4155-b536-63d39b5c20b6"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "859adf7f-80b9-474c-8651-25ae2cd7effc",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardLfwxgz-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/artifacts/service-BasicOnboardLfwxgz-csar.csar",
      "artifactChecksum": "ODMyMjU1ZjRmMGEzODM3Zjg1ZDEzMmMyNzE1MzkwMzE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8d8c8763-90e4-4c0f-9c50-28e5e8e04016"
    }
  ],
  "workloadContext": "Production"
}
2022-03-24T03:47:53.037Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-24T03:47:53.037Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 174d20b8-f7f9-4a37-9ab6-727a0ab86725 ASDC
2022-03-24T03:47:53.038Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:dedc9cc3-cfb2-4ade-ba24-4884c4f10e58
ServiceName:basic_onboard_LfwxGz
ServiceVersion:1.0
ServiceUUID:174d20b8-f7f9-4a37-9ab6-727a0ab86725
ServiceInvariantUUID:4fe791a5-df3d-4d9d-9286-6d39190421f2
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardLfwxgz-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/artifacts/service-BasicOnboardLfwxgz-csar.csar
ArtifactUUID:8d8c8763-90e4-4c0f-9c50-28e5e8e04016
ArtifactChecksum:ODMyMjU1ZjRmMGEzODM3Zjg1ZDEzMmMyNzE1MzkwMzE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_LfwxGz 0
ResourceCustomizationUUID:6e4ea786-ae5c-4012-a667-35861e941e69
ResourceInvariantUUID:0d3e4a73-59c8-496a-ad3d-623c8c0b1568
ResourceName:basic_onboard_LfwxGz
ResourceType:VF
ResourceUUID:970c3642-fc93-4ca1-aed2-c16f61a0c86b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_lfwxgz0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/basic_onboard_lfwxgz0_modules.json
ArtifactUUID:3cc33c0f-ac79-4fee-9ca6-dd2bf19597bd
ArtifactChecksum:MmNhYTdhZjY4MDcxMjljMGZlNjc5NmFlMzQ0YWM0NTg=
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/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/base_ubuntu18.yaml
ArtifactUUID:db100734-34f4-4155-b536-63d39b5c20b6
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/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/base_ubuntu18.env
ArtifactUUID:859adf7f-80b9-474c-8651-25ae2cd7effc
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/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/base_ubuntu18.env
ArtifactUUID:859adf7f-80b9-474c-8651-25ae2cd7effc
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-24T03:47:53.038Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 174d20b8-f7f9-4a37-9ab6-727a0ab86725 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-24T03:47:53.066Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-24T03:47:53.066Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-24T03:47:53.067Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-24T03:47:53.067Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 8d8c8763-90e4-4c0f-9c50-28e5e8e04016 from URL: /sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/artifacts/service-BasicOnboardLfwxgz-csar.csar
2022-03-24T03:47:53.067Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-24T03:47:53.067Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/artifacts/service-BasicOnboardLfwxgz-csar.csar
2022-03-24T03:47:53.446Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-24T03:47:53.451Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/artifacts/service-BasicOnboardLfwxgz-csar.csar 8d8c8763-90e4-4c0f-9c50-28e5e8e04016 71569
2022-03-24T03:47:53.453Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/artifacts/service-BasicOnboardLfwxgz-csar.csar ASDC sendASDCNotification
2022-03-24T03:47:53.453Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/artifacts/service-BasicOnboardLfwxgz-csar.csar
2022-03-24T03:47:53.454Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T03:47:53.454Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-24T03:47:53.458Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T03:47:53.458Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648093673453,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/artifacts/service-BasicOnboardLfwxgz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T03:47:53.558Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T03:47:53.560Z||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-24T03:47:53.560Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T03:47:53.573Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:47:53.573Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T03:47:54.459Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-24T03:47:54.460Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-24T03:47:54.461Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 8d8c8763-90e4-4c0f-9c50-28e5e8e04016, URL: /sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/artifacts/service-BasicOnboardLfwxgz-csar.csar to file: /app/ASDC/1/service-BasicOnboardLfwxgz-csar.csar
2022-03-24T03:47:54.461Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardLfwxgz-csar.csar
2022-03-24T03:47:54.462Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardLfwxgz-csar.csar
2022-03-24T03:47:54.462Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardLfwxgz-csar.csar
2022-03-24T03:47:54.599Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17755349944464356397/Definitions/service-BasicOnboardLfwxgz-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-24T03:47:56.114Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-24T03:47:56.116Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-03-24T03:47:56.116Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardLfwxgz-csar.csar
2022-03-24T03:47:56.116Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-24T03:47:56.117Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_LfwxGz 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-BasicOnboardLfwxgz-csar.csar
2022-03-24T03:47:56.117Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||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-BasicOnboardLfwxgz-csar.csar
2022-03-24T03:47:56.117Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|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-BasicOnboardLfwxgz-csar.csar
2022-03-24T03:47:56.118Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|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-BasicOnboardLfwxgz-csar.csar
2022-03-24T03:47:56.118Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|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-BasicOnboardLfwxgz-csar.csar
2022-03-24T03:47:56.118Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardLfwxgz-csar.csar
2022-03-24T03:47:56.118Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardLfwxgz-csar.csar
2022-03-24T03:47:56.118Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|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-BasicOnboardLfwxgz-csar.csar
2022-03-24T03:47:56.119Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|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-BasicOnboardLfwxgz-csar.csar
2022-03-24T03:47:56.119Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-03-24T03:47:56.119Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:47:56.119Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_LfwxGz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T03:47:56.119Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_LfwxGz 0 is matching search criteria
2022-03-24T03:47:56.120Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-03-24T03:47:56.120Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_LfwxGz 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-24T03:47:56.120Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:47:56.120Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_LfwxGz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T03:47:56.120Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_LfwxGz 0 is matching search criteria
2022-03-24T03:47:56.120Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-03-24T03:47:56.121Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_LfwxGz 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-24T03:47:56.121Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:47:56.121Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_LfwxGz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T03:47:56.121Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:47:56.121Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_LfwxGz 0 is not matching search criteria
2022-03-24T03:47:56.122Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-24T03:47:56.122Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-24T03:47:56.122Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-24T03:47:56.122Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-24T03:47:56.122Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-24T03:47:56.122Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:47:56.123Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_LfwxGz is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-24T03:47:56.123Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:47:56.123Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_LfwxGz 0 is matching search criteria
2022-03-24T03:47:56.123Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_LfwxGz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T03:47:56.123Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:47:56.124Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_LfwxGz 0 is matching search criteria
2022-03-24T03:47:56.124Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_LfwxGz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T03:47:56.124Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:47:56.124Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_LfwxGz 0 is matching search criteria
2022-03-24T03:47:56.124Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_LfwxGz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T03:47:56.125Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:47:56.125Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_LfwxGz 0 is not matching search criteria
2022-03-24T03:47:56.125Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-24T03:47:56.125Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-24T03:47:56.125Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=01bf8c0c-a5af-4298-bc8b-6b570a7b9930
2022-03-24T03:47:56.126Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:47:56.126Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_LfwxGz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T03:47:56.126Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:47:56.126Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_LfwxGz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T03:47:56.126Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:47:56.126Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_LfwxGz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T03:47:56.126Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:47:56.127Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_LfwxGz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T03:47:56.127Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_LfwxGz
Description:service
Model UUID:174d20b8-f7f9-4a37-9ab6-727a0ab86725
Model Version:NULL
Model InvariantUuid:4fe791a5-df3d-4d9d-9286-6d39190421f2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_LfwxGz
Model UUID:7bb3d86e-196a-42c4-8ada-c93d7ca3c40a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0d3e4a73-59c8-496a-ad3d-623c8c0b1568
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:6e4ea786-ae5c-4012-a667-35861e941e69
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:31989dd5-a914-4e1a-aeff-e23ac5af6441
ModelName:BasicOnboardLfwxgz..base_ubuntu18..module-0
ModelUuid:6ad29bc2-8c8c-4756-8fe5-b242d8376033
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:01bf8c0c-a5af-4298-bc8b-6b570a7b9930
ModelInvariantUuid:c77b300e-1351-4cf8-a648-7bad367cb549
ModelName:basic_onboard_LfwxGz-nodes.ubuntu18Cvfc
ModelUuid:4169bab0-8b63-4d7e-a905-09f7a0b9932c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:3a272f5d-97b4-4926-ae7d-97315735c283
ModelInvariantUuid:ef3d2db4-7b2b-44d5-8794-efd99a6de8b9
ModelName:BasicOnboardLfwxgz.compute.nodes.heat.ubuntu18
ModelUuid:2d352edd-d8a2-477b-bdbc-2f5fc488db7a
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-24T03:47:56.134Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 970c3642-fc93-4ca1-aed2-c16f61a0c86b
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-24T03:47:56.137Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||INFO|500||basic_onboard_LfwxGz 0
2022-03-24T03:47:56.138Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 970c3642-fc93-4ca1-aed2-c16f61a0c86b
2022-03-24T03:47:56.138Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3cc33c0f-ac79-4fee-9ca6-dd2bf19597bd from URL: /sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/basic_onboard_lfwxgz0_modules.json
2022-03-24T03:47:56.138Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-24T03:47:56.138Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/basic_onboard_lfwxgz0_modules.json
2022-03-24T03:47:56.250Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-24T03:47:56.251Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/basic_onboard_lfwxgz0_modules.json 3cc33c0f-ac79-4fee-9ca6-dd2bf19597bd 798
2022-03-24T03:47:56.252Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/basic_onboard_lfwxgz0_modules.json ASDC sendASDCNotification
2022-03-24T03:47:56.252Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/basic_onboard_lfwxgz0_modules.json
2022-03-24T03:47:56.252Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T03:47:56.252Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-24T03:47:56.255Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T03:47:56.255Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648093676251,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/basic_onboard_lfwxgz0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-24T03:47:56.356Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-24T03:47:56.357Z||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-24T03:47:56.357Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T03:47:56.370Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:47:56.370Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T03:47:57.260Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardLfwxgz..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "31989dd5-a914-4e1a-aeff-e23ac5af6441",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6ad29bc2-8c8c-4756-8fe5-b242d8376033",
    "vfModuleModelCustomizationUUID": "f9dea079-3f06-43f6-a72e-9d437e65d4df",
    "isBase": true,
    "artifacts": [
      "db100734-34f4-4155-b536-63d39b5c20b6",
      "859adf7f-80b9-474c-8651-25ae2cd7effc"
    ],
    "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-24T03:47:57.265Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardLfwxgz..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6ad29bc2-8c8c-4756-8fe5-b242d8376033
VfModuleModelInvariantUUID:31989dd5-a914-4e1a-aeff-e23ac5af6441
VfModuleModelDescription:NULL
Artifacts UUID List:{
db100734-34f4-4155-b536-63d39b5c20b6
,
859adf7f-80b9-474c-8651-25ae2cd7effc

}
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-24T03:47:57.267Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardLfwxgz..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "31989dd5-a914-4e1a-aeff-e23ac5af6441",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6ad29bc2-8c8c-4756-8fe5-b242d8376033",
    "vfModuleModelCustomizationUUID": "f9dea079-3f06-43f6-a72e-9d437e65d4df",
    "isBase": true,
    "artifacts": [
      "db100734-34f4-4155-b536-63d39b5c20b6",
      "859adf7f-80b9-474c-8651-25ae2cd7effc"
    ],
    "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-24T03:47:57.268Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardLfwxgz..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6ad29bc2-8c8c-4756-8fe5-b242d8376033
VfModuleModelInvariantUUID:31989dd5-a914-4e1a-aeff-e23ac5af6441
VfModuleModelDescription:NULL
Artifacts UUID List:{
db100734-34f4-4155-b536-63d39b5c20b6
,
859adf7f-80b9-474c-8651-25ae2cd7effc

}
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-24T03:47:57.268Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: db100734-34f4-4155-b536-63d39b5c20b6 from URL: /sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/base_ubuntu18.yaml
2022-03-24T03:47:57.268Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-24T03:47:57.268Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/base_ubuntu18.yaml
2022-03-24T03:47:57.313Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-24T03:47:57.314Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/base_ubuntu18.yaml db100734-34f4-4155-b536-63d39b5c20b6 5033
2022-03-24T03:47:57.314Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-24T03:47:57.314Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/base_ubuntu18.yaml
2022-03-24T03:47:57.314Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T03:47:57.315Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-24T03:47:57.317Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T03:47:57.317Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648093677314,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-24T03:47:57.417Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T03:47:57.419Z||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-24T03:47:57.419Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T03:47:57.436Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:47:57.437Z||pool-28-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-24T03:47:58.318Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 859adf7f-80b9-474c-8651-25ae2cd7effc from URL: /sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/base_ubuntu18.env
2022-03-24T03:47:58.318Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-24T03:47:58.319Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/base_ubuntu18.env
2022-03-24T03:47:58.372Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-24T03:47:58.373Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/base_ubuntu18.env 859adf7f-80b9-474c-8651-25ae2cd7effc 909
2022-03-24T03:47:58.374Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-24T03:47:58.374Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/base_ubuntu18.env
2022-03-24T03:47:58.374Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T03:47:58.374Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-24T03:47:58.377Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T03:47:58.377Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648093678374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-24T03:47:58.477Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T03:47:58.478Z||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-24T03:47:58.478Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T03:47:58.492Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:47:58.493Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-24T03:47:59.378Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 174d20b8-f7f9-4a37-9ab6-727a0ab86725
2022-03-24T03:47:59.379Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_LfwxGz 0 970c3642-fc93-4ca1-aed2-c16f61a0c86b 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-24T03:47:59.396Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2594b664, org.onap.sdc.toscaparser.api.parameters.Input@7eb3f0ab, org.onap.sdc.toscaparser.api.parameters.Input@283e1b44, org.onap.sdc.toscaparser.api.parameters.Input@169ac1f, org.onap.sdc.toscaparser.api.parameters.Input@1ce1dc0]
2022-03-24T03:47:59.398Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:47:59.399Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_LfwxGz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T03:47:59.399Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-03-24T03:47:59.399Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 6e4ea786-ae5c-4012-a667-35861e941e69
2022-03-24T03:47:59.399Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6e4ea786-ae5c-4012-a667-35861e941e69 matches Tosca VF Customization UUID: 6e4ea786-ae5c-4012-a667-35861e941e69
2022-03-24T03:47:59.400Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 6e4ea786-ae5c-4012-a667-35861e941e69  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-24T03:47:59.404Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:47:59.404Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_LfwxGz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T03:47:59.405Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 6e4ea786-ae5c-4012-a667-35861e941e69: {\"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-24T03:47:59.405Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@74601ad9
2022-03-24T03:47:59.405Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:47:59.405Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_LfwxGz is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-24T03:47:59.406Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f9dea079-3f06-43f6-a72e-9d437e65d4df
2022-03-24T03:47:59.407Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f9dea079-3f06-43f6-a72e-9d437e65d4df
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-24T03:47:59.410Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:47:59.410Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_LfwxGz 0 is matching search criteria
2022-03-24T03:47:59.411Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_LfwxGz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T03:47:59.411Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:47:59.411Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_LfwxGz 0 is matching search criteria
2022-03-24T03:47:59.412Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_LfwxGz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T03:47:59.412Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:47:59.412Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_LfwxGz 0 is not matching search criteria
2022-03-24T03:47:59.413Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-24T03:47:59.413Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-24T03:47:59.413Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=01bf8c0c-a5af-4298-bc8b-6b570a7b9930
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-24T03:47:59.416Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:47:59.416Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_LfwxGz 0 is matching search criteria
2022-03-24T03:47:59.417Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_LfwxGz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T03:47:59.417Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:47:59.417Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_LfwxGz 0 is matching search criteria
2022-03-24T03:47:59.417Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_LfwxGz 0] matching following query criteria: sdcType=VF, customizationUUID=6e4ea786-ae5c-4012-a667-35861e941e69
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-24T03:47:59.420Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:47:59.420Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_LfwxGz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T03:47:59.420Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 174d20b8-f7f9-4a37-9ab6-727a0ab86725: basic_onboard_LfwxGz
2022-03-24T03:47:59.421Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:47:59.421Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_LfwxGz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T03:47:59.421Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:47:59.422Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_LfwxGz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T03:47:59.422Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:47:59.422Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_LfwxGz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T03:47:59.423Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:47:59.423Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_LfwxGz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T03:47:59.423Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:47:59.423Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_LfwxGz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T03:47:59.424Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_LfwxGz 
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-24T03:47:59.527Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_LfwxGz 970c3642-fc93-4ca1-aed2-c16f61a0c86b 1 ASDC deployResourceStructure
2022-03-24T03:47:59.528Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/basic_onboard_lfwxgz0_modules.json ASDC sendASDCNotification
2022-03-24T03:47:59.528Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/basic_onboard_lfwxgz0_modules.json
2022-03-24T03:47:59.529Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T03:47:59.529Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-24T03:47:59.533Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T03:47:59.533Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648093679528,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/basic_onboard_lfwxgz0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-24T03:47:59.633Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T03:47:59.634Z||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-24T03:47:59.634Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T03:47:59.647Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:47:59.648Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-24T03:48:00.534Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-24T03:48:00.534Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/base_ubuntu18.yaml
2022-03-24T03:48:00.535Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T03:48:00.536Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-24T03:48:00.538Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T03:48:00.539Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648093680534,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-24T03:48:00.640Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-24T03:48:00.641Z||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-24T03:48:00.642Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T03:48:00.659Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:48:00.660Z||pool-31-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-24T03:48:01.540Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-24T03:48:01.540Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/base_ubuntu18.env
2022-03-24T03:48:01.541Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T03:48:01.541Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-24T03:48:01.544Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T03:48:01.544Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648093681540,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-24T03:48:01.644Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-24T03:48:01.645Z||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-24T03:48:01.645Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T03:48:01.660Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:48:01.661Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-24T03:48:02.545Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/artifacts/service-BasicOnboardLfwxgz-csar.csar ASDC sendASDCNotification
2022-03-24T03:48:02.546Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/artifacts/service-BasicOnboardLfwxgz-csar.csar
2022-03-24T03:48:02.546Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T03:48:02.546Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-24T03:48:02.549Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T03:48:02.549Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648093682545,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/artifacts/service-BasicOnboardLfwxgz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T03:48:02.649Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T03:48:02.650Z||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-24T03:48:02.650Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T03:48:02.663Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:48:02.664Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-24T03:48:03.550Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dedc9cc3-cfb2-4ade-ba24-4884c4f10e58
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T03:48:03.559Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dedc9cc3-cfb2-4ade-ba24-4884c4f10e58
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T03:48:03.564Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T03:48:03.565Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T03:48:03.565Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-24T03:48:03.565Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-24T03:48:03.565Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T03:48:03.566Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T03:48:03.566Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T03:48:03.566Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T03:48:03.566Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T03:48:03.567Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T03:48:03.567Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|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-24T03:48:03.570Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-24T03:48:33.571Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dedc9cc3-cfb2-4ade-ba24-4884c4f10e58 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-24T03:48:33.575Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dedc9cc3-cfb2-4ade-ba24-4884c4f10e58 and serviceModelVersionId: 174d20b8-f7f9-4a37-9ab6-727a0ab86725
2022-03-24T03:48:33.575Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4fe791a5-df3d-4d9d-9286-6d39190421f2
2022-03-24T03:48:33.576Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4fe791a5-df3d-4d9d-9286-6d39190421f2/model-vers/model-ver/174d20b8-f7f9-4a37-9ab6-727a0ab86725?depth=0
2022-03-24T03:48:33.580Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-03-24T03:48:33.653Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|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/4fe791a5-df3d-4d9d-9286-6d39190421f2/model-vers/model-ver/174d20b8-f7f9-4a37-9ab6-727a0ab86725?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-24T03:48:33.655Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fe791a5-df3d-4d9d-9286-6d39190421f2/model-vers/model-ver/174d20b8-f7f9-4a37-9ab6-727a0ab86725?depth=0|INFO|500||Invoke
2022-03-24T03:48:33.687Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fe791a5-df3d-4d9d-9286-6d39190421f2/model-vers/model-ver/174d20b8-f7f9-4a37-9ab6-727a0ab86725?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-24T03:48:33.875Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fe791a5-df3d-4d9d-9286-6d39190421f2/model-vers/model-ver/174d20b8-f7f9-4a37-9ab6-727a0ab86725?depth=0|INFO|500||InvokeReturn
2022-03-24T03:48:33.876Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|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/4fe791a5-df3d-4d9d-9286-6d39190421f2/model-vers/model-ver/174d20b8-f7f9-4a37-9ab6-727a0ab86725?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220324-03:48:33:470-76596], vertex-id=[344288], Content-Length=[0], Date=[Thu, 24 Mar 2022 03:48:33 GMT], Content-Type=[application/json]}
2022-03-24T03:48:33.877Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-03-24T03:48:33.877Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-24T03:48:33.877Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|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-24T03:48:33.884Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|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-24T03:48:33.885Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dedc9cc3-cfb2-4ade-ba24-4884c4f10e58 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-24T03:48:33.885Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-24T03:48:33.886Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-24T03:48:33.888Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T03:48:33.888Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648093713885,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-24T03:48:33.988Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-24T03:48:33.989Z||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-24T03:48:33.990Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T03:48:34.007Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:48:34.008Z||pool-34-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-24T03:48:45.360Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:48:45.361Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|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-24T03:48:45.361Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|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 9Ibks8iB4BAidL9q) ...
2022-03-24T03:48:45.362Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:48:45.363Z||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-24T03:48:45.363Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T03:48:45.485Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:48:45.486Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T03:48:45.486Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648093665360,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:48:45.489Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:48:54.908Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:49:45.360Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:49:45.361Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|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-24T03:49:45.361Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|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 9Ibks8iB4BAidL9q) ...
2022-03-24T03:49:45.362Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:49:45.363Z||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-24T03:49:45.363Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T03:49:45.891Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:49:45.892Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T03:49:45.892Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648093665360,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/basic_onboard_lfwxgz0_modules.json",
  "status": "NOTIFIED"
}
2022-03-24T03:49:45.893Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:49:45.894Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T03:49:45.894Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648093665360,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-24T03:49:45.894Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:49:45.894Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T03:49:45.894Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648093665360,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:49:45.894Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:49:45.894Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T03:49:45.895Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648093665360,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-24T03:49:45.895Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:49:45.895Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T03:49:45.895Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648093665360,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/artifacts/service-BasicOnboardLfwxgz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:49:45.895Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:49:45.895Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T03:49:45.895Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648093665360,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/artifacts/service-BasicOnboardLfwxgz-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T03:49:45.896Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:49:45.896Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T03:49:45.896Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648093673453,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/artifacts/service-BasicOnboardLfwxgz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T03:49:45.896Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:49:45.896Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T03:49:45.896Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648093676251,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/basic_onboard_lfwxgz0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-24T03:49:45.896Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:49:45.896Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T03:49:45.896Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648093677314,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-24T03:49:45.897Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:49:45.897Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T03:49:45.897Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648093678374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-24T03:49:45.897Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:49:45.897Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T03:49:45.897Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648093679528,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/basic_onboard_lfwxgz0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-24T03:49:45.897Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:49:45.897Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T03:49:45.898Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648093680534,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-24T03:49:45.898Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:49:45.898Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T03:49:45.898Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648093681540,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/resourceInstances/basic_onboard_lfwxgz0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-24T03:49:45.898Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:49:45.898Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T03:49:45.898Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648093682545,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfwxgz/1.0/artifacts/service-BasicOnboardLfwxgz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T03:49:45.899Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:49:45.899Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T03:49:45.899Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dedc9cc3-cfb2-4ade-ba24-4884c4f10e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648093713885,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-24T03:49:45.899Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:49:54.909Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:50:45.360Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:50:45.361Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|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-24T03:50:45.361Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|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 9Ibks8iB4BAidL9q) ...
2022-03-24T03:50:45.362Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:50:45.363Z||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-24T03:50:45.363Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T03:50:54.920Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:50:54.921Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:51:45.360Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:51:45.362Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|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-24T03:51:45.362Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|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 9Ibks8iB4BAidL9q) ...
2022-03-24T03:51:45.362Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:51:45.363Z||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-24T03:51:45.363Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T03:51:54.906Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:51:54.910Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:52:45.360Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:52:45.362Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|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-24T03:52:45.362Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|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 9Ibks8iB4BAidL9q) ...
2022-03-24T03:52:45.362Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:52:45.363Z||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-24T03:52:45.363Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T03:52:54.912Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:52:54.915Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:53:45.360Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:53:45.361Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|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-24T03:53:45.361Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|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 9Ibks8iB4BAidL9q) ...
2022-03-24T03:53:45.362Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:53:45.363Z||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-24T03:53:45.363Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T03:53:54.910Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:53:54.913Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:54:45.362Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:54:45.362Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:54:45.363Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|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-24T03:54:45.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-24T03:54:45.363Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|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 9Ibks8iB4BAidL9q) ...
2022-03-24T03:54:45.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 9Ibks8iB4BAidL9q) ...
2022-03-24T03:54:54.918Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:54:54.920Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:55:45.360Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:55:45.361Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|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-24T03:55:45.361Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|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 9Ibks8iB4BAidL9q) ...
2022-03-24T03:55:45.362Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:55:45.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-24T03:55:45.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 9Ibks8iB4BAidL9q) ...
2022-03-24T03:55:45.993Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:55:45.994Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T03:55:45.994Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"7877f4aa-7cb0-4bce-b509-64db38366043","serviceDescription":"service","serviceInvariantUUID":"7f036e14-4d91-42d0-8e48-648481afad12","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"e06417c1-3ca2-4a59-a390-c63027609b11","resourceInvariantUUID":"96616a7a-7adc-44a1-9ca1-e5bcda5ea321","resourceCustomizationUUID":"ffb53e87-b5ad-48fa-9df6-dace27aef8be","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":"N2RmMmJkZDI3MDY2MGU2MjE4YjcwYmE0NjczYjhlY2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cdbcc3ca-1d42-4bb0-907e-147ccb4f4b20","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"OWQ1ZGJiNDViMDFhZWRiN2Q3NGRkZGMwZjBmMmYwMDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eac8773d-9afd-4a17-b9e9-9f7d764c6a2f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-24T03:55:45.995Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:55:45.997Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-24T03:55:45.997Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333",
  "consumerID": "aai-ml",
  "timestamp": 1648094099411,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:55:45.997Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T03:55:45.998Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-24T03:55:45.998Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:55:45.998Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-24T03:55:45.998Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648094102184,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:55:45.998Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:55:45.998Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-24T03:55:45.998Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333",
  "consumerID": "cds",
  "timestamp": 1648094104663,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:55:45.999Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:55:45.999Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-24T03:55:45.999Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333",
  "consumerID": "dcae-sch",
  "timestamp": 1648094107641,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:55:45.999Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:55:45.999Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-24T03:55:45.999Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333",
  "consumerID": "clamp",
  "timestamp": 1648094103565,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:55:45.999Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:55:46.000Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-24T03:55:46.000Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648094102923,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:55:46.000Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T03:55:46.000Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094145360,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:55:46.000Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:55:46.000Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-24T03:55:46.000Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333",
  "consumerID": "policy-id",
  "timestamp": 1648094107419,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:55:46.001Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:55:46.001Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-24T03:55:46.001Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648094102923,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:55:46.001Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:55:46.001Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-24T03:55:46.001Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648094102184,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T03:55:46.001Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:55:46.002Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-24T03:55:46.002Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333",
  "consumerID": "clamp",
  "timestamp": 1648094103565,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T03:55:46.002Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:55:46.002Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-24T03:55:46.002Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333",
  "consumerID": "cds",
  "timestamp": 1648094104663,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T03:55:46.002Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:55:46.003Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-24T03:55:46.003Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333",
  "consumerID": "dcae-sch",
  "timestamp": 1648094107641,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:55:46.003Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:55:46.003Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-24T03:55:46.003Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333",
  "consumerID": "aai-ml",
  "timestamp": 1648094099411,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T03:55:46.004Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:55:46.004Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-24T03:55:46.004Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333",
  "consumerID": "policy-id",
  "timestamp": 1648094107419,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T03:55:46.004Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:55:46.004Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-24T03:55:46.004Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333",
  "consumerID": "policy-id",
  "timestamp": 1648094110646,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T03:55:46.004Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:55:46.004Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-24T03:55:46.005Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333",
  "consumerID": "aai-ml",
  "timestamp": 1648094110830,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T03:55:46.005Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:55:46.005Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-24T03:55:46.005Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333",
  "consumerID": "cds",
  "timestamp": 1648094110841,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T03:55:46.005Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:55:46.005Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-24T03:55:46.005Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648094110507,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:55:46.005Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:55:46.005Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-24T03:55:46.005Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333",
  "consumerID": "policy-id",
  "timestamp": 1648094111651,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T03:55:46.006Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:55:46.006Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-24T03:55:46.006Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333",
  "consumerID": "cds",
  "timestamp": 1648094111854,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T03:55:46.018Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333
2022-03-24T03:55:46.019Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333 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-24T03:55:46.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-24T03:55:46.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648094110507,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T03:55:46.032Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:55:46.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-24T03:55:46.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333",
  "consumerID": "policy-id",
  "timestamp": 1648094112655,
  "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-24T03:55:46.037Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333
2022-03-24T03:55:46.037Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333 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-24T03:55:46.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-24T03:55:46.046Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648094113420,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T03:55:46.047Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:55:46.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-24T03:55:46.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648094115103,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T03:55:46.048Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:55:46.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-24T03:55:46.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333",
  "consumerID": "aai-ml",
  "timestamp": 1648094115125,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T03:55:46.049Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:55:46.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-24T03:55:46.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648094116109,
  "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-24T03:55:46.054Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333
2022-03-24T03:55:46.054Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333 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-24T03:55:46.063Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-24T03:55:46.064Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333",
  "consumerID": "aai-ml",
  "timestamp": 1648094116129,
  "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-24T03:55:46.068Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333
2022-03-24T03:55:46.069Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333 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-24T03:55:46.077Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-24T03:55:46.077Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333",
  "consumerID": "clamp",
  "timestamp": 1648094119877,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T03:55:46.078Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:55:46.078Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-24T03:55:46.078Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333",
  "consumerID": "clamp",
  "timestamp": 1648094120890,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T03:55:46.079Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:55:46.079Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-24T03:55:46.079Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333",
  "consumerID": "clamp",
  "timestamp": 1648094121893,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-24T03:55:46.084Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333
2022-03-24T03:55:46.084Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T03:55:46.100Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T03:55:46.102Z||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-24T03:55:46.102Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T03:55:46.120Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:55:46.121Z||pool-35-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-24T03:55:47.001Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T03:55:47.002Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-24T03:55:47.005Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T03:55:47.005Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094145360,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T03:55:47.105Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-24T03:55:47.106Z||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-24T03:55:47.106Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T03:55:47.123Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:55:47.124Z||pool-36-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-03-24T03:55:48.007Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "7877f4aa-7cb0-4bce-b509-64db38366043",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7f036e14-4d91-42d0-8e48-648481afad12",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "ffb53e87-b5ad-48fa-9df6-dace27aef8be",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "e06417c1-3ca2-4a59-a390-c63027609b11",
      "resourceInvariantUUID": "96616a7a-7adc-44a1-9ca1-e5bcda5ea321",
      "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": "OWQ1ZGJiNDViMDFhZWRiN2Q3NGRkZGMwZjBmMmYwMDY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "eac8773d-9afd-4a17-b9e9-9f7d764c6a2f"
    }
  ],
  "workloadContext": "Production"
}
2022-03-24T03:55:48.008Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-24T03:55:48.008Z|dedc9cc3-cfb2-4ade-ba24-4884c4f10e58|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7877f4aa-7cb0-4bce-b509-64db38366043 ASDC
2022-03-24T03:55:48.008Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:7877f4aa-7cb0-4bce-b509-64db38366043
ServiceInvariantUUID:7f036e14-4d91-42d0-8e48-648481afad12
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:eac8773d-9afd-4a17-b9e9-9f7d764c6a2f
ArtifactChecksum:OWQ1ZGJiNDViMDFhZWRiN2Q3NGRkZGMwZjBmMmYwMDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:ffb53e87-b5ad-48fa-9df6-dace27aef8be
ResourceInvariantUUID:96616a7a-7adc-44a1-9ca1-e5bcda5ea321
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:e06417c1-3ca2-4a59-a390-c63027609b11
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-03-24T03:55:48.008Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7877f4aa-7cb0-4bce-b509-64db38366043 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-24T03:55:48.036Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-24T03:55:48.037Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-24T03:55:48.037Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-24T03:55:48.037Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: eac8773d-9afd-4a17-b9e9-9f7d764c6a2f from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-24T03:55:48.038Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-24T03:55:48.038Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-24T03:55:48.575Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-24T03:55:48.579Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar eac8773d-9afd-4a17-b9e9-9f7d764c6a2f 52483
2022-03-24T03:55:48.579Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-03-24T03:55:48.579Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-24T03:55:48.580Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T03:55:48.580Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-24T03:55:48.582Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T03:55:48.582Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094148579,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T03:55:48.682Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T03:55:48.683Z||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-24T03:55:48.683Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T03:55:48.696Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:55:48.697Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-24T03:55:49.582Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-24T03:55:49.585Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-24T03:55:49.585Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: eac8773d-9afd-4a17-b9e9-9f7d764c6a2f, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-24T03:55:49.585Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-03-24T03:55:49.586Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-24T03:55:49.586Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-24T03:55:49.691Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11287899023433987669/Definitions/service-BasicNetwork-template.yml
2022-03-24T03:55:50.294Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-24T03:55:50.295Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-03-24T03:55:50.295Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-24T03:55:50.296Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-03-24T03:55:50.296Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-24T03:55:50.296Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-24T03:55:50.296Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-24T03:55:50.297Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-24T03:55:50.297Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-24T03:55:50.297Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-24T03:55:50.298Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-24T03:55:50.298Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-24T03:55:50.298Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-03-24T03:55:50.298Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:55:50.299Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T03:55:50.299Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-24T03:55:50.299Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-03-24T03:55:50.300Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-24T03:55:50.300Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:55:50.300Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T03:55:50.301Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-24T03:55:50.301Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-03-24T03:55:50.301Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-24T03:55:50.302Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:55:50.302Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T03:55:50.302Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:55:50.303Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T03:55:50.303Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:55:50.303Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T03:55:50.304Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:55:50.304Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T03:55:50.304Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:55:50.305Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T03:55:50.305Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:7877f4aa-7cb0-4bce-b509-64db38366043
Model Version:NULL
Model InvariantUuid:7f036e14-4d91-42d0-8e48-648481afad12
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:96616a7a-7adc-44a1-9ca1-e5bcda5ea321
Model UUID:6d30c0f8-bce7-4870-a194-35a5e00ce207
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:ffb53e87-b5ad-48fa-9df6-dace27aef8be
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-24T03:55:50.313Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: e06417c1-3ca2-4a59-a390-c63027609b11
2022-03-24T03:55:50.313Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||INFO|500||No resources found for Service: 7877f4aa-7cb0-4bce-b509-64db38366043
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-24T03:55:50.319Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||INFO|500||
2022-03-24T03:55:50.319Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-03-24T03:55:50.320Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 7877f4aa-7cb0-4bce-b509-64db38366043
2022-03-24T03:55:50.320Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 7877f4aa-7cb0-4bce-b509-64db38366043
2022-03-24T03:55:50.320Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-03-24T03:55:50.321Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-24T03:55:50.327Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@48f6b4f0, org.onap.sdc.toscaparser.api.parameters.Input@7497ce37, org.onap.sdc.toscaparser.api.parameters.Input@4579a487, org.onap.sdc.toscaparser.api.parameters.Input@2daffe14, org.onap.sdc.toscaparser.api.parameters.Input@50839e65]
2022-03-24T03:55:50.328Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:55:50.329Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T03:55:50.329Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:55:50.329Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T03:55:50.330Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 7877f4aa-7cb0-4bce-b509-64db38366043: Generic NeutronNet
2022-03-24T03:55:50.330Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:55:50.330Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T03:55:50.330Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:55:50.330Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-03-24T03:55:50.371Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:55:50.371Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T03:55:50.372Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:55:50.372Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T03:55:50.372Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:55:50.372Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T03:55:50.373Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-03-24T03:55:50.422Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-03-24T03:55:50.422Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-03-24T03:55:50.422Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-24T03:55:50.423Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T03:55:50.423Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-24T03:55:50.425Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T03:55:50.426Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094150422,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T03:55:50.526Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T03:55:50.527Z||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-24T03:55:50.527Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T03:55:50.539Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:55:50.540Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-24T03:55:51.427Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T03:55:51.446Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T03:55:51.450Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T03:55:51.450Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T03:55:51.450Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-24T03:55:51.450Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-24T03:55:51.451Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T03:55:51.451Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T03:55:51.451Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T03:55:51.451Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T03:55:51.451Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T03:55:51.451Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T03:55:51.452Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|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-24T03:55:51.457Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-24T03:56:21.458Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333 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-24T03:56:21.467Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333 and serviceModelVersionId: 7877f4aa-7cb0-4bce-b509-64db38366043
2022-03-24T03:56:21.467Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7f036e14-4d91-42d0-8e48-648481afad12
2022-03-24T03:56:21.468Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7f036e14-4d91-42d0-8e48-648481afad12/model-vers/model-ver/7877f4aa-7cb0-4bce-b509-64db38366043?depth=0
2022-03-24T03:56:21.476Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-03-24T03:56:21.534Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|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/7f036e14-4d91-42d0-8e48-648481afad12/model-vers/model-ver/7877f4aa-7cb0-4bce-b509-64db38366043?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-24T03:56:21.536Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f036e14-4d91-42d0-8e48-648481afad12/model-vers/model-ver/7877f4aa-7cb0-4bce-b509-64db38366043?depth=0|INFO|500||Invoke
2022-03-24T03:56:21.572Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f036e14-4d91-42d0-8e48-648481afad12/model-vers/model-ver/7877f4aa-7cb0-4bce-b509-64db38366043?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-24T03:56:22.206Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f036e14-4d91-42d0-8e48-648481afad12/model-vers/model-ver/7877f4aa-7cb0-4bce-b509-64db38366043?depth=0|INFO|500||InvokeReturn
2022-03-24T03:56:22.208Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|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/7f036e14-4d91-42d0-8e48-648481afad12/model-vers/model-ver/7877f4aa-7cb0-4bce-b509-64db38366043?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220324-03:56:21:318-67997], vertex-id=[192680], Content-Length=[0], Date=[Thu, 24 Mar 2022 03:56:21 GMT], Content-Type=[application/json]}
2022-03-24T03:56:22.208Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-03-24T03:56:22.209Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-24T03:56:22.209Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|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-24T03:56:22.214Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|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-24T03:56:22.214Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-24T03:56:22.215Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-24T03:56:22.215Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-24T03:56:22.219Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T03:56:22.219Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094182214,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-24T03:56:22.320Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T03:56:22.321Z||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-24T03:56:22.321Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T03:56:22.365Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:56:22.366Z||pool-39-thread-1|||||INFO|500||cambria reply ok (46 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-24T03:56:45.360Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:56:45.361Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|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-24T03:56:45.362Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|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 9Ibks8iB4BAidL9q) ...
2022-03-24T03:56:45.362Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:56:45.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-24T03:56:45.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 9Ibks8iB4BAidL9q) ...
2022-03-24T03:56:45.507Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:56:45.508Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-24T03:56:45.508Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094145360,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:56:45.510Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:56:54.928Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:57:45.360Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:57:45.361Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|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-24T03:57:45.361Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|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 9Ibks8iB4BAidL9q) ...
2022-03-24T03:57:45.362Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:57:45.363Z||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-24T03:57:45.363Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T03:57:45.395Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:57:45.395Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:57:45.396Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094145360,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T03:57:45.396Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:57:45.396Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:57:45.397Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094148579,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T03:57:45.397Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:57:45.397Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:57:45.397Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094150422,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T03:57:45.397Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:57:45.397Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:57:45.397Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094182214,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-24T03:57:45.397Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:57:45.993Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:57:45.994Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T03:57:45.994Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"89af01c7-12ea-451f-b529-d7c1f6b138ce","serviceName":"Demo_pNF_jAiPqHqqxrnSLr0VcR6Z","serviceVersion":"1.0","serviceUUID":"9c203c0e-8dde-421e-9fad-2cbd6871b4e6","serviceDescription":"catalog service description","serviceInvariantUUID":"0162e97b-47b4-4afc-b679-047f389573d9","resources":[{"resourceInstanceName":"pNF 251136a4-2722 0","resourceName":"pNF 251136a4-2722","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ed1c4dff-11b1-4f70-aa02-d3a162ae360c","resourceInvariantUUID":"2fb5cd7b-d8d6-4e66-9616-ec3b40f77b30","resourceCustomizationUUID":"6fe00f9e-c2ce-44b3-8f24-2fa83f23f33e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/resourceInstances/pnf251136a427220/artifacts/vf-license-model.xml","artifactChecksum":"ZWVmYTFjNWZkNjFjZWMxZTk4NTBlNTc0MWMxNTViMjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d5e91712-944f-40b2-b1f7-ce384a49402c","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/resourceInstances/pnf251136a427220/artifacts/pNF.csar","artifactChecksum":"ZWNkMDcyMTZmY2VhM2M0YjcyZjYwMTRlNzM0MGRlNTY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7a527f49-8d98-4cae-9324-e33904b8f796","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/resourceInstances/pnf251136a427220/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7b0da15b-a85c-4d2e-b260-d12b5fb27a3b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/resourceInstances/pnf251136a427220/artifacts/vendor-license-model.xml","artifactChecksum":"YmZkM2VkNzFlZDIyOWVlOGZjOTQ0Y2VjMmNlNzk5ZWQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9f05b162-07fe-46a1-b72f-ae642cf5d58d","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/resourceInstances/pnf251136a427220/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"26120864-7c66-453b-b262-5f6320f78cda","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/resourceInstances/pnf251136a427220/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c58f0229-215a-4ce1-887d-b310e72bb0f0","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJaipqhqqxrnslr0vcr6z-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/artifacts/service-DemoPnfJaipqhqqxrnslr0vcr6z-template.yml","artifactChecksum":"ZjEyMDJmOTlhN2ZjZmVjZDFmNWExYTAzZjgwZmViYzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8d85b432-415a-4961-b94e-3034939247e5","artifactVersion":"1"},{"artifactName":"service-DemoPnfJaipqhqqxrnslr0vcr6z-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/artifacts/service-DemoPnfJaipqhqqxrnslr0vcr6z-csar.csar","artifactChecksum":"NjgxNzY4ZTYxYjc3Zjc4ZDM1MjBmOWFmZGY4MjY3Njk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0401da59-8afe-47f4-8962-9049aa31ceea","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-24T03:57:45.999Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T03:57:46.000Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-24T03:57:46.003Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T03:57:46.003Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094265360,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/resourceInstances/pnf251136a427220/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:57:46.103Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T03:57:46.104Z||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-24T03:57:46.104Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T03:57:46.117Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:57:46.117Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-24T03:57:47.004Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T03:57:47.004Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-24T03:57:47.006Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T03:57:47.007Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094265360,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/resourceInstances/pnf251136a427220/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:57:47.107Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T03:57:47.108Z||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-24T03:57:47.108Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T03:57:47.125Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:57:47.126Z||pool-41-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-24T03:57:48.007Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T03:57:48.028Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-24T03:57:48.031Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T03:57:48.031Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094265360,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/resourceInstances/pnf251136a427220/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:57:48.131Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T03:57:48.133Z||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-24T03:57:48.133Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T03:57:48.146Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:57:48.147Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-24T03:57:49.032Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T03:57:49.033Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-24T03:57:49.042Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T03:57:49.042Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094265360,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/resourceInstances/pnf251136a427220/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:57:49.142Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T03:57:49.144Z||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-24T03:57:49.144Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T03:57:49.157Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:57:49.157Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T03:57:50.043Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T03:57:50.044Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-24T03:57:50.046Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T03:57:50.046Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094265360,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/resourceInstances/pnf251136a427220/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:57:50.146Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T03:57:50.148Z||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-24T03:57:50.148Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T03:57:50.161Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:57:50.162Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-24T03:57:51.047Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T03:57:51.048Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-24T03:57:51.050Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T03:57:51.051Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094265360,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/resourceInstances/pnf251136a427220/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:57:51.151Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-24T03:57:51.152Z||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-24T03:57:51.152Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T03:57:51.166Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:57:51.166Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-24T03:57:52.051Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T03:57:52.052Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-24T03:57:52.054Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T03:57:52.055Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094265360,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/artifacts/service-DemoPnfJaipqhqqxrnslr0vcr6z-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:57:52.155Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T03:57:52.156Z||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-24T03:57:52.156Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T03:57:52.169Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:57:52.170Z||pool-46-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-24T03:57:53.055Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T03:57:53.056Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-24T03:57:53.058Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T03:57:53.059Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094265360,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/artifacts/service-DemoPnfJaipqhqqxrnslr0vcr6z-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T03:57:53.159Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T03:57:53.160Z||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-24T03:57:53.160Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T03:57:53.187Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:57:53.187Z||pool-47-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-03-24T03:57:54.060Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "serviceName": "Demo_pNF_jAiPqHqqxrnSLr0VcR6Z",
  "serviceVersion": "1.0",
  "serviceUUID": "9c203c0e-8dde-421e-9fad-2cbd6871b4e6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "0162e97b-47b4-4afc-b679-047f389573d9",
  "resources": [
    {
      "resourceInstanceName": "pNF 251136a4-2722 0",
      "resourceCustomizationUUID": "6fe00f9e-c2ce-44b3-8f24-2fa83f23f33e",
      "resourceName": "pNF 251136a4-2722",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "ed1c4dff-11b1-4f70-aa02-d3a162ae360c",
      "resourceInvariantUUID": "2fb5cd7b-d8d6-4e66-9616-ec3b40f77b30",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfJaipqhqqxrnslr0vcr6z-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/artifacts/service-DemoPnfJaipqhqqxrnslr0vcr6z-csar.csar",
      "artifactChecksum": "NjgxNzY4ZTYxYjc3Zjc4ZDM1MjBmOWFmZGY4MjY3Njk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0401da59-8afe-47f4-8962-9049aa31ceea"
    }
  ],
  "workloadContext": "Production"
}
2022-03-24T03:57:54.060Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-24T03:57:54.061Z|e2d4696a-d4e7-4b8e-9b1a-dae7c7a56333|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9c203c0e-8dde-421e-9fad-2cbd6871b4e6 ASDC
2022-03-24T03:57:54.061Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:89af01c7-12ea-451f-b529-d7c1f6b138ce
ServiceName:Demo_pNF_jAiPqHqqxrnSLr0VcR6Z
ServiceVersion:1.0
ServiceUUID:9c203c0e-8dde-421e-9fad-2cbd6871b4e6
ServiceInvariantUUID:0162e97b-47b4-4afc-b679-047f389573d9
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfJaipqhqqxrnslr0vcr6z-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/artifacts/service-DemoPnfJaipqhqqxrnslr0vcr6z-csar.csar
ArtifactUUID:0401da59-8afe-47f4-8962-9049aa31ceea
ArtifactChecksum:NjgxNzY4ZTYxYjc3Zjc4ZDM1MjBmOWFmZGY4MjY3Njk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 251136a4-2722 0
ResourceCustomizationUUID:6fe00f9e-c2ce-44b3-8f24-2fa83f23f33e
ResourceInvariantUUID:2fb5cd7b-d8d6-4e66-9616-ec3b40f77b30
ResourceName:pNF 251136a4-2722
ResourceType:PNF
ResourceUUID:ed1c4dff-11b1-4f70-aa02-d3a162ae360c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-24T03:57:54.062Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9c203c0e-8dde-421e-9fad-2cbd6871b4e6 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-24T03:57:54.085Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-24T03:57:54.086Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-24T03:57:54.087Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-24T03:57:54.087Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0401da59-8afe-47f4-8962-9049aa31ceea from URL: /sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/artifacts/service-DemoPnfJaipqhqqxrnslr0vcr6z-csar.csar
2022-03-24T03:57:54.087Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-24T03:57:54.088Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/artifacts/service-DemoPnfJaipqhqqxrnslr0vcr6z-csar.csar
2022-03-24T03:57:54.512Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-24T03:57:54.518Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/artifacts/service-DemoPnfJaipqhqqxrnslr0vcr6z-csar.csar 0401da59-8afe-47f4-8962-9049aa31ceea 82607
2022-03-24T03:57:54.519Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/artifacts/service-DemoPnfJaipqhqqxrnslr0vcr6z-csar.csar ASDC sendASDCNotification
2022-03-24T03:57:54.521Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/artifacts/service-DemoPnfJaipqhqqxrnslr0vcr6z-csar.csar
2022-03-24T03:57:54.521Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T03:57:54.521Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-24T03:57:54.523Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T03:57:54.524Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094274519,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/artifacts/service-DemoPnfJaipqhqqxrnslr0vcr6z-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T03:57:54.624Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T03:57:54.625Z||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-24T03:57:54.625Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T03:57:54.644Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:57:54.645Z||pool-48-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-24T03:57:55.524Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-24T03:57:55.526Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-24T03:57:55.526Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 0401da59-8afe-47f4-8962-9049aa31ceea, URL: /sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/artifacts/service-DemoPnfJaipqhqqxrnslr0vcr6z-csar.csar to file: /app/ASDC/1/service-DemoPnfJaipqhqqxrnslr0vcr6z-csar.csar
2022-03-24T03:57:55.526Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJaipqhqqxrnslr0vcr6z-csar.csar
2022-03-24T03:57:55.527Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJaipqhqqxrnslr0vcr6z-csar.csar
2022-03-24T03:57:55.527Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJaipqhqqxrnslr0vcr6z-csar.csar
2022-03-24T03:57:55.831Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6259357824860681018/Definitions/service-DemoPnfJaipqhqqxrnslr0vcr6z-template.yml
2022-03-24T03:57:56.885Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-24T03:57:56.886Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-03-24T03:57:56.886Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJaipqhqqxrnslr0vcr6z-csar.csar
2022-03-24T03:57:56.887Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-24T03:57:56.887Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfJaipqhqqxrnslr0vcr6z-csar.csar
2022-03-24T03:57:56.887Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfJaipqhqqxrnslr0vcr6z-csar.csar
2022-03-24T03:57:56.887Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJaipqhqqxrnslr0vcr6z-csar.csar
2022-03-24T03:57:56.887Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|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-DemoPnfJaipqhqqxrnslr0vcr6z-csar.csar
2022-03-24T03:57:56.888Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|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-DemoPnfJaipqhqqxrnslr0vcr6z-csar.csar
2022-03-24T03:57:56.888Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 251136a4-2722 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-DemoPnfJaipqhqqxrnslr0vcr6z-csar.csar
2022-03-24T03:57:56.888Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|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-DemoPnfJaipqhqqxrnslr0vcr6z-csar.csar
2022-03-24T03:57:56.888Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-03-24T03:57:56.889Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:57:56.889Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_jAiPqHqqxrnSLr0VcR6Z is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T03:57:56.889Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||Node template pNF 251136a4-2722 0 is matching search criteria
2022-03-24T03:57:56.890Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-03-24T03:57:56.890Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 251136a4-2722 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-24T03:57:56.890Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:57:56.891Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_jAiPqHqqxrnSLr0VcR6Z is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T03:57:56.891Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||Node template pNF 251136a4-2722 0 is matching search criteria
2022-03-24T03:57:56.891Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-03-24T03:57:56.891Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 251136a4-2722 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-24T03:57:56.892Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:57:56.892Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_jAiPqHqqxrnSLr0VcR6Z is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T03:57:56.892Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:57:56.893Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_jAiPqHqqxrnSLr0VcR6Z is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T03:57:56.893Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:57:56.893Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_jAiPqHqqxrnSLr0VcR6Z is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T03:57:56.893Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:57:56.894Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_jAiPqHqqxrnSLr0VcR6Z is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T03:57:56.894Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:57:56.894Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_jAiPqHqqxrnSLr0VcR6Z is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T03:57:56.894Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_jAiPqHqqxrnSLr0VcR6Z
Description:catalog service description
Model UUID:9c203c0e-8dde-421e-9fad-2cbd6871b4e6
Model Version:NULL
Model InvariantUuid:0162e97b-47b4-4afc-b679-047f389573d9
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-24T03:57:56.901Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: ed1c4dff-11b1-4f70-aa02-d3a162ae360c
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-24T03:57:56.904Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||INFO|500||pNF 251136a4-2722 0
2022-03-24T03:57:56.905Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: ed1c4dff-11b1-4f70-aa02-d3a162ae360c
2022-03-24T03:57:56.905Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 9c203c0e-8dde-421e-9fad-2cbd6871b4e6
2022-03-24T03:57:56.905Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 9c203c0e-8dde-421e-9fad-2cbd6871b4e6
2022-03-24T03:57:56.905Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 251136a4-2722 0 ed1c4dff-11b1-4f70-aa02-d3a162ae360c 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-24T03:57:56.909Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@617e6f8d, org.onap.sdc.toscaparser.api.parameters.Input@1023ad02, org.onap.sdc.toscaparser.api.parameters.Input@6518750b, org.onap.sdc.toscaparser.api.parameters.Input@6a952fab, org.onap.sdc.toscaparser.api.parameters.Input@78052773]
2022-03-24T03:57:56.910Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:57:56.910Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_jAiPqHqqxrnSLr0VcR6Z is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T03:57:56.910Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 9c203c0e-8dde-421e-9fad-2cbd6871b4e6: pNF 251136a4-2722
2022-03-24T03:57:56.911Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||INFO|500||Processing PNF resource: ed1c4dff-11b1-4f70-aa02-d3a162ae360c
2022-03-24T03:57:56.911Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:57:56.911Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_jAiPqHqqxrnSLr0VcR6Z is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T03:57:56.912Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||INFO|500||Resource customization UUID: 6fe00f9e-c2ce-44b3-8f24-2fa83f23f33e is the same as notified resource customizationUUID: 6fe00f9e-c2ce-44b3-8f24-2fa83f23f33e
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-24T03:57:56.955Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 251136a4-2722 ed1c4dff-11b1-4f70-aa02-d3a162ae360c 0 ASDC deployResourceStructure
2022-03-24T03:57:56.955Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/artifacts/service-DemoPnfJaipqhqqxrnslr0vcr6z-csar.csar ASDC sendASDCNotification
2022-03-24T03:57:56.956Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/artifacts/service-DemoPnfJaipqhqqxrnslr0vcr6z-csar.csar
2022-03-24T03:57:56.956Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T03:57:56.957Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-24T03:57:56.960Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T03:57:56.960Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094276955,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/artifacts/service-DemoPnfJaipqhqqxrnslr0vcr6z-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T03:57:57.060Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T03:57:57.062Z||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-24T03:57:57.062Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T03:57:57.074Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:57:57.075Z||pool-49-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T03:57:57.961Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 89af01c7-12ea-451f-b529-d7c1f6b138ce
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T03:57:57.968Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 89af01c7-12ea-451f-b529-d7c1f6b138ce
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T03:57:57.971Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T03:57:57.971Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T03:57:57.971Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T03:58:27.972Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 89af01c7-12ea-451f-b529-d7c1f6b138ce
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T03:58:27.979Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 89af01c7-12ea-451f-b529-d7c1f6b138ce
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T03:58:27.980Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T03:58:27.980Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T03:58:27.980Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T03:58:45.362Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:58:45.363Z||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-24T03:58:45.363Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T03:58:45.398Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:58:45.401Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:58:45.401Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648094222184,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/resourceInstances/pnf251136a427220/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:58:45.402Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:58:45.402Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:58:45.402Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "aai-ml",
  "timestamp": 1648094219410,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/resourceInstances/pnf251136a427220/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:58:45.402Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:58:45.402Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:58:45.403Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648094222923,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/resourceInstances/pnf251136a427220/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:58:45.403Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:58:45.403Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:58:45.403Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "aai-ml",
  "timestamp": 1648094219410,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/resourceInstances/pnf251136a427220/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:58:45.403Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:58:45.412Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:58:45.412Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648094222184,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/resourceInstances/pnf251136a427220/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:58:45.413Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:58:45.413Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:58:45.413Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "clamp",
  "timestamp": 1648094223565,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/resourceInstances/pnf251136a427220/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:58:45.413Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:58:45.414Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:58:45.414Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648094222923,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/resourceInstances/pnf251136a427220/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:58:45.414Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:58:45.414Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:58:45.414Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "aai-ml",
  "timestamp": 1648094219410,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/resourceInstances/pnf251136a427220/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:58:45.414Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:58:45.415Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:58:45.415Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648094222184,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/resourceInstances/pnf251136a427220/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:58:45.415Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:58:45.415Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:58:45.415Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "clamp",
  "timestamp": 1648094223565,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/resourceInstances/pnf251136a427220/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:58:45.416Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:58:45.416Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:58:45.416Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648094222923,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/resourceInstances/pnf251136a427220/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:58:45.416Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:58:45.416Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:58:45.416Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "cds",
  "timestamp": 1648094224664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/resourceInstances/pnf251136a427220/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:58:45.417Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:58:45.417Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:58:45.417Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "aai-ml",
  "timestamp": 1648094219410,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/resourceInstances/pnf251136a427220/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:58:45.417Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:58:45.417Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:58:45.418Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648094222184,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/resourceInstances/pnf251136a427220/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:58:45.418Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:58:45.418Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:58:45.418Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "clamp",
  "timestamp": 1648094223565,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/resourceInstances/pnf251136a427220/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:58:45.418Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:58:45.418Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:58:45.419Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648094222923,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/resourceInstances/pnf251136a427220/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:58:45.419Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:58:45.419Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:58:45.419Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "cds",
  "timestamp": 1648094224664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/resourceInstances/pnf251136a427220/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:58:45.419Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:58:45.420Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:58:45.420Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "aai-ml",
  "timestamp": 1648094219410,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/resourceInstances/pnf251136a427220/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:58:45.420Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:58:45.420Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:58:45.420Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648094222184,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/resourceInstances/pnf251136a427220/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:58:45.420Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:58:45.421Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:58:45.421Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "clamp",
  "timestamp": 1648094223565,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/resourceInstances/pnf251136a427220/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:58:45.421Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:58:45.421Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:58:45.421Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648094222923,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/resourceInstances/pnf251136a427220/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:58:45.422Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:58:45.422Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:58:45.422Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "cds",
  "timestamp": 1648094224664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/resourceInstances/pnf251136a427220/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:58:45.422Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:58:45.422Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:58:45.422Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "dcae-sch",
  "timestamp": 1648094227641,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/resourceInstances/pnf251136a427220/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:58:45.423Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:58:45.423Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:58:45.423Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648094222184,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/resourceInstances/pnf251136a427220/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:58:45.423Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:58:45.423Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:58:45.424Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "aai-ml",
  "timestamp": 1648094219410,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/resourceInstances/pnf251136a427220/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:58:45.424Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:58:45.424Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:58:45.425Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "clamp",
  "timestamp": 1648094223565,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/resourceInstances/pnf251136a427220/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:58:45.425Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:58:45.425Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:58:45.425Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "policy-id",
  "timestamp": 1648094227421,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/resourceInstances/pnf251136a427220/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:58:45.425Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:58:45.426Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:58:45.426Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648094222923,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/resourceInstances/pnf251136a427220/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-24T03:58:45.426Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:58:45.426Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:58:45.426Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "cds",
  "timestamp": 1648094224664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/resourceInstances/pnf251136a427220/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:58:45.429Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:58:45.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:58:45.429Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "dcae-sch",
  "timestamp": 1648094227641,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/resourceInstances/pnf251136a427220/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:58:45.430Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:58:45.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:58:45.430Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "aai-ml",
  "timestamp": 1648094219410,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/artifacts/service-DemoPnfJaipqhqqxrnslr0vcr6z-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:58:45.430Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:58:45.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:58:45.431Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648094222184,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/artifacts/service-DemoPnfJaipqhqqxrnslr0vcr6z-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:58:45.431Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:58:45.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:58:45.432Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "clamp",
  "timestamp": 1648094223565,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/resourceInstances/pnf251136a427220/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:58:45.432Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:58:45.432Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:58:45.432Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "policy-id",
  "timestamp": 1648094227421,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/resourceInstances/pnf251136a427220/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:58:45.432Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:58:45.433Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:58:45.433Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648094222923,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/artifacts/service-DemoPnfJaipqhqqxrnslr0vcr6z-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:58:45.433Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:58:45.433Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:58:45.433Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "cds",
  "timestamp": 1648094224664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/resourceInstances/pnf251136a427220/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:58:45.433Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:58:45.434Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:58:45.434Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "dcae-sch",
  "timestamp": 1648094227641,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/resourceInstances/pnf251136a427220/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:58:45.434Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:58:45.434Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:58:45.434Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "aai-ml",
  "timestamp": 1648094219410,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/artifacts/service-DemoPnfJaipqhqqxrnslr0vcr6z-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T03:58:45.435Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:58:45.435Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:58:45.435Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648094222184,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/artifacts/service-DemoPnfJaipqhqqxrnslr0vcr6z-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T03:58:45.435Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:58:45.435Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:58:45.435Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "clamp",
  "timestamp": 1648094223565,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/artifacts/service-DemoPnfJaipqhqqxrnslr0vcr6z-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:58:45.436Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:58:45.436Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:58:45.436Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "policy-id",
  "timestamp": 1648094227421,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/resourceInstances/pnf251136a427220/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:58:45.436Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:58:45.436Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:58:45.436Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648094222923,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/artifacts/service-DemoPnfJaipqhqqxrnslr0vcr6z-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:58:45.437Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:58:45.437Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:58:45.437Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "cds",
  "timestamp": 1648094224664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/resourceInstances/pnf251136a427220/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:58:45.437Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:58:45.437Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:58:45.438Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "dcae-sch",
  "timestamp": 1648094227641,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/resourceInstances/pnf251136a427220/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:58:45.438Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:58:45.438Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:58:45.438Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648094230507,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/resourceInstances/pnf251136a427220/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:58:45.438Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:58:45.438Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:58:45.439Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "clamp",
  "timestamp": 1648094223565,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/artifacts/service-DemoPnfJaipqhqqxrnslr0vcr6z-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T03:58:45.439Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:58:45.439Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:58:45.439Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "policy-id",
  "timestamp": 1648094227421,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/resourceInstances/pnf251136a427220/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:58:45.439Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:58:45.440Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:58:45.440Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "aai-ml",
  "timestamp": 1648094231336,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/artifacts/service-DemoPnfJaipqhqqxrnslr0vcr6z-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T03:58:45.440Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:58:45.440Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:58:45.440Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "cds",
  "timestamp": 1648094224664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/artifacts/service-DemoPnfJaipqhqqxrnslr0vcr6z-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:58:45.440Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:58:45.441Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:58:45.441Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "dcae-sch",
  "timestamp": 1648094227641,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/resourceInstances/pnf251136a427220/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:58:45.441Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:58:45.441Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:58:45.441Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648094231871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/resourceInstances/pnf251136a427220/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-24T03:58:45.441Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:58:45.442Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:58:45.442Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648094230507,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/resourceInstances/pnf251136a427220/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:58:45.442Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:58:45.442Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:58:45.442Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "policy-id",
  "timestamp": 1648094227421,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/resourceInstances/pnf251136a427220/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:58:45.442Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:58:45.443Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:58:45.443Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "cds",
  "timestamp": 1648094224664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/artifacts/service-DemoPnfJaipqhqqxrnslr0vcr6z-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T03:58:45.443Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:58:45.443Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:58:45.443Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "dcae-sch",
  "timestamp": 1648094227641,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/resourceInstances/pnf251136a427220/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:58:45.444Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:58:45.444Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:58:45.444Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648094233042,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/resourceInstances/pnf251136a427220/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-24T03:58:45.444Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:58:45.444Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:58:45.444Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648094230507,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/resourceInstances/pnf251136a427220/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:58:45.445Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:58:45.445Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:58:45.445Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "policy-id",
  "timestamp": 1648094227421,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/resourceInstances/pnf251136a427220/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:58:45.445Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:58:45.445Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:58:45.445Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "dcae-sch",
  "timestamp": 1648094227641,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/artifacts/service-DemoPnfJaipqhqqxrnslr0vcr6z-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:58:45.446Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:58:45.446Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:58:45.446Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648094234046,
  "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-24T03:58:45.451Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 89af01c7-12ea-451f-b529-d7c1f6b138ce
2022-03-24T03:58:45.451Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89af01c7-12ea-451f-b529-d7c1f6b138ce 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-24T03:58:45.470Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:58:45.470Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "cds",
  "timestamp": 1648094233733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/artifacts/service-DemoPnfJaipqhqqxrnslr0vcr6z-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T03:58:45.471Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:58:45.471Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:58:45.471Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648094230507,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/resourceInstances/pnf251136a427220/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:58:45.472Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:58:45.472Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:58:45.472Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "policy-id",
  "timestamp": 1648094227421,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/artifacts/service-DemoPnfJaipqhqqxrnslr0vcr6z-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:58:45.473Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:58:45.473Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:58:45.473Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "dcae-sch",
  "timestamp": 1648094227641,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/artifacts/service-DemoPnfJaipqhqqxrnslr0vcr6z-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:58:45.473Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:58:45.473Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:58:45.474Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "cds",
  "timestamp": 1648094234743,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/artifacts/service-DemoPnfJaipqhqqxrnslr0vcr6z-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-24T03:58:45.479Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 89af01c7-12ea-451f-b529-d7c1f6b138ce
2022-03-24T03:58:45.480Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89af01c7-12ea-451f-b529-d7c1f6b138ce 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-24T03:58:45.493Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:58:45.494Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648094230507,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/resourceInstances/pnf251136a427220/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:58:45.494Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:58:45.494Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:58:45.495Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "policy-id",
  "timestamp": 1648094227421,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/artifacts/service-DemoPnfJaipqhqqxrnslr0vcr6z-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T03:58:45.495Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:58:45.495Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:58:45.495Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648094230507,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/resourceInstances/pnf251136a427220/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:58:45.496Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:58:45.496Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:58:45.496Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "policy-id",
  "timestamp": 1648094236172,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/artifacts/service-DemoPnfJaipqhqqxrnslr0vcr6z-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T03:58:45.496Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:58:45.496Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:58:45.497Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "aai-ml",
  "timestamp": 1648094236209,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/artifacts/service-DemoPnfJaipqhqqxrnslr0vcr6z-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T03:58:45.497Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:58:45.497Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:58:45.497Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648094230507,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/artifacts/service-DemoPnfJaipqhqqxrnslr0vcr6z-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:58:45.497Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:58:45.498Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:58:45.498Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "policy-id",
  "timestamp": 1648094237176,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/artifacts/service-DemoPnfJaipqhqqxrnslr0vcr6z-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T03:58:45.498Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:58:45.498Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:58:45.498Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "aai-ml",
  "timestamp": 1648094237214,
  "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-24T03:58:45.504Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 89af01c7-12ea-451f-b529-d7c1f6b138ce
2022-03-24T03:58:45.505Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89af01c7-12ea-451f-b529-d7c1f6b138ce 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-24T03:58:45.534Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:58:45.535Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648094230507,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/artifacts/service-DemoPnfJaipqhqqxrnslr0vcr6z-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T03:58:45.535Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:58:45.535Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:58:45.536Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "policy-id",
  "timestamp": 1648094238181,
  "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-24T03:58:45.539Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 89af01c7-12ea-451f-b529-d7c1f6b138ce
2022-03-24T03:58:45.539Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89af01c7-12ea-451f-b529-d7c1f6b138ce 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-24T03:58:45.546Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:58:45.546Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "clamp",
  "timestamp": 1648094238898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/artifacts/service-DemoPnfJaipqhqqxrnslr0vcr6z-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T03:58:45.546Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:58:45.547Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:58:45.547Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648094239649,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/artifacts/service-DemoPnfJaipqhqqxrnslr0vcr6z-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T03:58:45.548Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:58:45.548Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:58:45.548Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "clamp",
  "timestamp": 1648094240905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/artifacts/service-DemoPnfJaipqhqqxrnslr0vcr6z-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T03:58:45.548Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:58:45.548Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:58:45.548Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648094241578,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/artifacts/service-DemoPnfJaipqhqqxrnslr0vcr6z-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T03:58:45.549Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:58:45.549Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:58:45.549Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "clamp",
  "timestamp": 1648094241908,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-24T03:58:45.552Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 89af01c7-12ea-451f-b529-d7c1f6b138ce
2022-03-24T03:58:45.552Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89af01c7-12ea-451f-b529-d7c1f6b138ce and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T03:58:45.558Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:58:45.558Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648094242585,
  "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-24T03:58:45.561Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 89af01c7-12ea-451f-b529-d7c1f6b138ce
2022-03-24T03:58:45.561Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89af01c7-12ea-451f-b529-d7c1f6b138ce 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-24T03:58:57.981Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 89af01c7-12ea-451f-b529-d7c1f6b138ce
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T03:58:57.989Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 89af01c7-12ea-451f-b529-d7c1f6b138ce
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T03:58:57.991Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T03:58:57.992Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T03:58:57.992Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-24T03:58:57.992Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-24T03:58:57.992Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T03:58:57.992Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T03:58:57.992Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T03:58:57.992Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T03:58:57.992Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T03:58:57.992Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T03:58:57.992Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T03:58:57.992Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|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-24T03:58:57.996Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-24T03:59:27.997Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 89af01c7-12ea-451f-b529-d7c1f6b138ce 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-24T03:59:28.002Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 89af01c7-12ea-451f-b529-d7c1f6b138ce and serviceModelVersionId: 9c203c0e-8dde-421e-9fad-2cbd6871b4e6
2022-03-24T03:59:28.003Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0162e97b-47b4-4afc-b679-047f389573d9
2022-03-24T03:59:28.004Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0162e97b-47b4-4afc-b679-047f389573d9/model-vers/model-ver/9c203c0e-8dde-421e-9fad-2cbd6871b4e6?depth=0
2022-03-24T03:59:28.009Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-03-24T03:59:28.054Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|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/0162e97b-47b4-4afc-b679-047f389573d9/model-vers/model-ver/9c203c0e-8dde-421e-9fad-2cbd6871b4e6?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-24T03:59:28.057Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0162e97b-47b4-4afc-b679-047f389573d9/model-vers/model-ver/9c203c0e-8dde-421e-9fad-2cbd6871b4e6?depth=0|INFO|500||Invoke
2022-03-24T03:59:28.082Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0162e97b-47b4-4afc-b679-047f389573d9/model-vers/model-ver/9c203c0e-8dde-421e-9fad-2cbd6871b4e6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-24T03:59:28.173Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0162e97b-47b4-4afc-b679-047f389573d9/model-vers/model-ver/9c203c0e-8dde-421e-9fad-2cbd6871b4e6?depth=0|INFO|500||InvokeReturn
2022-03-24T03:59:28.173Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|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/0162e97b-47b4-4afc-b679-047f389573d9/model-vers/model-ver/9c203c0e-8dde-421e-9fad-2cbd6871b4e6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220324-03:59:27:812-78502], vertex-id=[426000], Content-Length=[0], Date=[Thu, 24 Mar 2022 03:59:27 GMT], Content-Type=[application/json]}
2022-03-24T03:59:28.174Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-03-24T03:59:28.174Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-24T03:59:28.175Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|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-24T03:59:28.179Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|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-24T03:59:28.180Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 89af01c7-12ea-451f-b529-d7c1f6b138ce and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-24T03:59:28.180Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-24T03:59:28.181Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-24T03:59:28.183Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T03:59:28.183Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094368180,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-24T03:59:28.283Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T03:59:28.285Z||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-24T03:59:28.285Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T03:59:28.309Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:59:28.310Z||pool-50-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-24T03:59:29.193Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:59:29.194Z||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-24T03:59:29.194Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T03:59:29.818Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:59:29.820Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T03:59:29.820Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"56d70722-78a2-4539-9f6a-2fbc5cd7ca70","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"532176a3-1dfd-46ff-84bc-b061a8e39987","serviceDescription":"service","serviceInvariantUUID":"8e3f4573-6aa1-44e9-8ab8-294d37832b3c","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"353259d1-a02c-4997-bfee-443d424f0b65","resourceInvariantUUID":"22481736-c30a-4b28-bb66-9d7078cc4edb","resourceCustomizationUUID":"4bfa1383-63ee-44bf-ad12-6934205b9941","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"254cc345-8c3f-4490-bae2-79dc7ccfc7c4","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"OTkxOWRmZDMxYWNhYWFlMGJhZjM3NTllYTEzZGM3OGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a65ca7cf-f2c7-48e6-8ac8-f519a9c60bbd","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"NDI4NjU5OTg5Nzg5ZmViNzUwNzIwMGVlYTg3OWFmM2Y\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2a401a2f-7134-4547-be17-38f10b851641","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"05ea3e9e-fee6-413f-b67b-323b627857f2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a68e3f66-6a1c-44a8-8ac8-b2364868c7e2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1452a04f-ab07-4fe1-b5a2-7a027fac59d7","artifactVersion":"2","generatedFromUUID":"05ea3e9e-fee6-413f-b67b-323b627857f2"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"ZWM3ZTY2OTUxODdmMTRlYzBiNGIzM2EwN2VlOWJlMWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a175b67f-f2ad-4b91-b69c-7dadad9e7095","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"NjJhZjg5M2ZiMTczNzRmMmExZmVkNDQxZGZlYzc5MGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d6c89e18-9374-4f32-8a52-628336e252d7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-24T03:59:29.823Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T03:59:29.824Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T03:59:29.826Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T03:59:29.826Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094369193,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:29.927Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-24T03:59:29.928Z||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-24T03:59:29.928Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T03:59:29.942Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:59:29.943Z||pool-51-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-24T03:59:30.827Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T03:59:30.828Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T03:59:30.830Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T03:59:30.830Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094369193,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:30.930Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T03:59:30.932Z||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-24T03:59:30.932Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T03:59:30.948Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:59:30.949Z||pool-52-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-24T03:59:31.831Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T03:59:31.832Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T03:59:31.834Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T03:59:31.834Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094369193,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-03-24T03:59:31.936Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-24T03:59:31.937Z||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-24T03:59:31.938Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T03:59:31.952Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:59:31.953Z||pool-53-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-24T03:59:32.835Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T03:59:32.836Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T03:59:32.839Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T03:59:32.839Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094369193,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-24T03:59:32.939Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T03:59:32.940Z||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-24T03:59:32.941Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T03:59:32.964Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:59:32.965Z||pool-54-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-03-24T03:59:33.840Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T03:59:33.841Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T03:59:33.843Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T03:59:33.843Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094369193,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:33.943Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T03:59:33.944Z||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-24T03:59:33.944Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T03:59:33.955Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:59:33.956Z||pool-55-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T03:59:34.843Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T03:59:34.845Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T03:59:34.847Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T03:59:34.847Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094369193,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-24T03:59:34.948Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T03:59:34.949Z||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-24T03:59:34.949Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T03:59:34.962Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:59:34.963Z||pool-56-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-24T03:59:35.848Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T03:59:35.849Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T03:59:35.851Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T03:59:35.852Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094369193,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:35.952Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T03:59:35.953Z||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-24T03:59:35.953Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T03:59:35.968Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:59:35.969Z||pool-57-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-24T03:59:36.852Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T03:59:36.853Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T03:59:36.856Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T03:59:36.856Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094369193,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T03:59:36.956Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T03:59:36.957Z||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-24T03:59:36.957Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T03:59:36.971Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:59:36.972Z||pool-58-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-24T03:59:37.857Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "532176a3-1dfd-46ff-84bc-b061a8e39987",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8e3f4573-6aa1-44e9-8ab8-294d37832b3c",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "4bfa1383-63ee-44bf-ad12-6934205b9941",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "353259d1-a02c-4997-bfee-443d424f0b65",
      "resourceInvariantUUID": "22481736-c30a-4b28-bb66-9d7078cc4edb",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basicclamp0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
          "artifactChecksum": "NDI4NjU5OTg5Nzg5ZmViNzUwNzIwMGVlYTg3OWFmM2Y\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2a401a2f-7134-4547-be17-38f10b851641",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "05ea3e9e-fee6-413f-b67b-323b627857f2",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "1452a04f-ab07-4fe1-b5a2-7a027fac59d7",
            "generatedFromUUID": "05ea3e9e-fee6-413f-b67b-323b627857f2"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "1452a04f-ab07-4fe1-b5a2-7a027fac59d7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "NjJhZjg5M2ZiMTczNzRmMmExZmVkNDQxZGZlYzc5MGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d6c89e18-9374-4f32-8a52-628336e252d7"
    }
  ],
  "workloadContext": "Production"
}
2022-03-24T03:59:37.858Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-24T03:59:37.858Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 532176a3-1dfd-46ff-84bc-b061a8e39987 ASDC
2022-03-24T03:59:37.858Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:56d70722-78a2-4539-9f6a-2fbc5cd7ca70
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:532176a3-1dfd-46ff-84bc-b061a8e39987
ServiceInvariantUUID:8e3f4573-6aa1-44e9-8ab8-294d37832b3c
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Basicclamp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
ArtifactUUID:d6c89e18-9374-4f32-8a52-628336e252d7
ArtifactChecksum:NjJhZjg5M2ZiMTczNzRmMmExZmVkNDQxZGZlYzc5MGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:4bfa1383-63ee-44bf-ad12-6934205b9941
ResourceInvariantUUID:22481736-c30a-4b28-bb66-9d7078cc4edb
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:353259d1-a02c-4997-bfee-443d424f0b65
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basicclamp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
ArtifactUUID:2a401a2f-7134-4547-be17-38f10b851641
ArtifactChecksum:NDI4NjU5OTg5Nzg5ZmViNzUwNzIwMGVlYTg3OWFmM2Y=
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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:05ea3e9e-fee6-413f-b67b-323b627857f2
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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:1452a04f-ab07-4fe1-b5a2-7a027fac59d7
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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:1452a04f-ab07-4fe1-b5a2-7a027fac59d7
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-24T03:59:37.858Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 532176a3-1dfd-46ff-84bc-b061a8e39987 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-24T03:59:37.890Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-24T03:59:37.890Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-24T03:59:37.890Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-24T03:59:37.890Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d6c89e18-9374-4f32-8a52-628336e252d7 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-03-24T03:59:37.891Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-24T03:59:37.891Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-03-24T03:59:38.569Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-24T03:59:38.572Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar d6c89e18-9374-4f32-8a52-628336e252d7 73655
2022-03-24T03:59:38.572Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-03-24T03:59:38.572Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-03-24T03:59:38.572Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T03:59:38.573Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T03:59:38.574Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T03:59:38.574Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094378572,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T03:59:38.675Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T03:59:38.676Z||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-24T03:59:38.676Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T03:59:38.691Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:59:38.692Z||pool-59-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-24T03:59:39.575Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-24T03:59:39.576Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-24T03:59:39.577Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: d6c89e18-9374-4f32-8a52-628336e252d7, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-24T03:59:39.577Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2022-03-24T03:59:39.577Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-24T03:59:39.578Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-24T03:59:39.742Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7358165767304695043/Definitions/service-Basicclamp-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-24T03:59:41.432Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-24T03:59:41.433Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-24T03:59:41.433Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-24T03:59:41.433Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-24T03:59:41.433Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 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-Basicclamp-csar.csar
2022-03-24T03:59:41.433Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||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-Basicclamp-csar.csar
2022-03-24T03:59:41.434Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|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-Basicclamp-csar.csar
2022-03-24T03:59:41.434Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|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-Basicclamp-csar.csar
2022-03-24T03:59:41.434Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|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-Basicclamp-csar.csar
2022-03-24T03:59:41.435Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-24T03:59:41.435Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-24T03:59:41.435Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|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-Basicclamp-csar.csar
2022-03-24T03:59:41.436Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|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-Basicclamp-csar.csar
2022-03-24T03:59:41.436Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-24T03:59:41.436Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:59:41.437Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T03:59:41.437Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-24T03:59:41.437Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-24T03:59:41.438Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-24T03:59:41.438Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:59:41.438Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T03:59:41.439Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-24T03:59:41.439Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-24T03:59:41.439Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-24T03:59:41.440Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:59:41.440Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T03:59:41.440Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:59:41.441Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-03-24T03:59:41.441Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-24T03:59:41.441Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-24T03:59:41.442Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-24T03:59:41.442Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-24T03:59:41.442Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-24T03:59:41.442Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:59:41.442Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-24T03:59:41.443Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:59:41.443Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-24T03:59:41.444Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T03:59:41.444Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:59:41.444Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-24T03:59:41.445Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T03:59:41.445Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:59:41.445Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-24T03:59:41.446Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T03:59:41.446Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:59:41.446Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-03-24T03:59:41.447Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-24T03:59:41.447Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-24T03:59:41.448Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9abaa0af-00ca-43c5-ad7d-d55c2b6c414f
2022-03-24T03:59:41.448Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:59:41.448Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T03:59:41.449Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:59:41.449Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T03:59:41.449Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:59:41.449Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T03:59:41.450Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:59:41.450Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T03:59:41.450Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:532176a3-1dfd-46ff-84bc-b061a8e39987
Model Version:NULL
Model InvariantUuid:8e3f4573-6aa1-44e9-8ab8-294d37832b3c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:dd15e966-eea1-488f-b0f9-669a7f3e6bd1
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:22481736-c30a-4b28-bb66-9d7078cc4edb
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:4bfa1383-63ee-44bf-ad12-6934205b9941
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:82b84571-b156-4910-ba5b-ac233bde7305
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:1a1bf24e-7791-4b9f-b3e7-b933d9e18696
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9abaa0af-00ca-43c5-ad7d-d55c2b6c414f
ModelInvariantUuid:2038e122-d2de-4b61-8c48-dad020341b33
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:8e7c0c7a-df13-43e2-8ee4-2477e60c8a53
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:cbfa4f19-a0f9-434c-90a9-32ff4701aaa8
ModelInvariantUuid:bdfa888a-16df-4249-9155-5a53ab0ea03d
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:a590f9c4-038e-4a93-b6f2-901f064f36c3
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-24T03:59:41.460Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 353259d1-a02c-4997-bfee-443d424f0b65
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-24T03:59:41.464Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||INFO|500||basicclamp 0
2022-03-24T03:59:41.464Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 353259d1-a02c-4997-bfee-443d424f0b65
2022-03-24T03:59:41.464Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 2a401a2f-7134-4547-be17-38f10b851641 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-03-24T03:59:41.464Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-24T03:59:41.465Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-03-24T03:59:41.518Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-24T03:59:41.518Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2a401a2f-7134-4547-be17-38f10b851641 790
2022-03-24T03:59:41.519Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2022-03-24T03:59:41.519Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-03-24T03:59:41.519Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T03:59:41.519Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T03:59:41.521Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T03:59:41.521Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094381518,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-24T03:59:41.622Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T03:59:41.623Z||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-24T03:59:41.624Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T03:59:41.636Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:59:41.637Z||pool-60-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-24T03:59:42.522Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "82b84571-b156-4910-ba5b-ac233bde7305",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1a1bf24e-7791-4b9f-b3e7-b933d9e18696",
    "vfModuleModelCustomizationUUID": "6cb19cac-9bee-47c0-973e-b22483ca611d",
    "isBase": true,
    "artifacts": [
      "05ea3e9e-fee6-413f-b67b-323b627857f2",
      "1452a04f-ab07-4fe1-b5a2-7a027fac59d7"
    ],
    "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-24T03:59:42.527Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1a1bf24e-7791-4b9f-b3e7-b933d9e18696
VfModuleModelInvariantUUID:82b84571-b156-4910-ba5b-ac233bde7305
VfModuleModelDescription:NULL
Artifacts UUID List:{
05ea3e9e-fee6-413f-b67b-323b627857f2
,
1452a04f-ab07-4fe1-b5a2-7a027fac59d7

}
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-24T03:59:42.530Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "82b84571-b156-4910-ba5b-ac233bde7305",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1a1bf24e-7791-4b9f-b3e7-b933d9e18696",
    "vfModuleModelCustomizationUUID": "6cb19cac-9bee-47c0-973e-b22483ca611d",
    "isBase": true,
    "artifacts": [
      "05ea3e9e-fee6-413f-b67b-323b627857f2",
      "1452a04f-ab07-4fe1-b5a2-7a027fac59d7"
    ],
    "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-24T03:59:42.530Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1a1bf24e-7791-4b9f-b3e7-b933d9e18696
VfModuleModelInvariantUUID:82b84571-b156-4910-ba5b-ac233bde7305
VfModuleModelDescription:NULL
Artifacts UUID List:{
05ea3e9e-fee6-413f-b67b-323b627857f2
,
1452a04f-ab07-4fe1-b5a2-7a027fac59d7

}
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-24T03:59:42.530Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 05ea3e9e-fee6-413f-b67b-323b627857f2 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-03-24T03:59:42.530Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-24T03:59:42.530Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-03-24T03:59:42.576Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-24T03:59:42.576Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 05ea3e9e-fee6-413f-b67b-323b627857f2 5033
2022-03-24T03:59:42.577Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-24T03:59:42.577Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-03-24T03:59:42.577Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T03:59:42.577Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T03:59:42.579Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T03:59:42.579Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094382577,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-24T03:59:42.679Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T03:59:42.680Z||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-24T03:59:42.680Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T03:59:42.693Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:59:42.693Z||pool-61-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-24T03:59:43.580Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 1452a04f-ab07-4fe1-b5a2-7a027fac59d7 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-03-24T03:59:43.580Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-24T03:59:43.580Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-03-24T03:59:43.633Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-24T03:59:43.633Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 1452a04f-ab07-4fe1-b5a2-7a027fac59d7 909
2022-03-24T03:59:43.633Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-24T03:59:43.633Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-03-24T03:59:43.633Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T03:59:43.634Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T03:59:43.635Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T03:59:43.635Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094383633,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-24T03:59:43.736Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T03:59:43.737Z||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-24T03:59:43.737Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T03:59:43.752Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:59:43.753Z||pool-62-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-24T03:59:44.636Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 532176a3-1dfd-46ff-84bc-b061a8e39987
2022-03-24T03:59:44.637Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 353259d1-a02c-4997-bfee-443d424f0b65 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-24T03:59:44.651Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@21747c04, org.onap.sdc.toscaparser.api.parameters.Input@2772fd07, org.onap.sdc.toscaparser.api.parameters.Input@e44ac56, org.onap.sdc.toscaparser.api.parameters.Input@1252e9e0, org.onap.sdc.toscaparser.api.parameters.Input@104433f2]
2022-03-24T03:59:44.652Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:59:44.653Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T03:59:44.653Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-03-24T03:59:44.653Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 4bfa1383-63ee-44bf-ad12-6934205b9941
2022-03-24T03:59:44.653Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4bfa1383-63ee-44bf-ad12-6934205b9941 matches Tosca VF Customization UUID: 4bfa1383-63ee-44bf-ad12-6934205b9941
2022-03-24T03:59:44.653Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 4bfa1383-63ee-44bf-ad12-6934205b9941  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-24T03:59:44.656Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:59:44.656Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T03:59:44.656Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 4bfa1383-63ee-44bf-ad12-6934205b9941: {\"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-24T03:59:44.657Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@e7bb50a
2022-03-24T03:59:44.657Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:59:44.657Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-24T03:59:44.657Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6cb19cac-9bee-47c0-973e-b22483ca611d
2022-03-24T03:59:44.657Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6cb19cac-9bee-47c0-973e-b22483ca611d
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-24T03:59:44.659Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:59:44.659Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-24T03:59:44.660Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T03:59:44.660Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:59:44.660Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-24T03:59:44.660Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T03:59:44.660Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:59:44.661Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-03-24T03:59:44.661Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-24T03:59:44.661Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-24T03:59:44.661Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9abaa0af-00ca-43c5-ad7d-d55c2b6c414f
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-24T03:59:44.663Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:59:44.663Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-24T03:59:44.664Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T03:59:44.664Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:59:44.664Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-24T03:59:44.664Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=4bfa1383-63ee-44bf-ad12-6934205b9941
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-24T03:59:44.666Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:59:44.666Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T03:59:44.667Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 532176a3-1dfd-46ff-84bc-b061a8e39987: basicclamp
2022-03-24T03:59:44.667Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:59:44.667Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T03:59:44.667Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:59:44.668Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T03:59:44.668Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:59:44.668Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T03:59:44.668Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:59:44.668Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T03:59:44.669Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T03:59:44.669Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T03:59:44.669Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||INFO|500||Saving Service: basicclamp 
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-24T03:59:44.742Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 353259d1-a02c-4997-bfee-443d424f0b65 1 ASDC deployResourceStructure
2022-03-24T03:59:44.743Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2022-03-24T03:59:44.743Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-03-24T03:59:44.743Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T03:59:44.743Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T03:59:44.745Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T03:59:44.745Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094384742,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-24T03:59:44.845Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T03:59:44.846Z||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-24T03:59:44.847Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T03:59:44.861Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:59:44.862Z||pool-63-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-24T03:59:45.362Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:59:45.363Z||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-24T03:59:45.364Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T03:59:45.383Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:59:45.398Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.398Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094265360,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/resourceInstances/pnf251136a427220/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.400Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.400Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.400Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094265360,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/resourceInstances/pnf251136a427220/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.400Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.400Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.400Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094265360,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/resourceInstances/pnf251136a427220/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.400Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.400Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.401Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094265360,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/resourceInstances/pnf251136a427220/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.401Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.401Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.401Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094265360,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/resourceInstances/pnf251136a427220/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.401Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.401Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.401Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094265360,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/resourceInstances/pnf251136a427220/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.401Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.401Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.401Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094265360,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/artifacts/service-DemoPnfJaipqhqqxrnslr0vcr6z-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.401Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.402Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.402Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094265360,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/artifacts/service-DemoPnfJaipqhqqxrnslr0vcr6z-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T03:59:45.402Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.402Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.402Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094274519,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/artifacts/service-DemoPnfJaipqhqqxrnslr0vcr6z-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T03:59:45.402Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:59:45.402Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.402Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094276955,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJaipqhqqxrnslr0vcr6z/1.0/artifacts/service-DemoPnfJaipqhqqxrnslr0vcr6z-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T03:59:45.402Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:59:45.402Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.402Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "aai-ml",
  "timestamp": 1648094279411,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.403Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.403Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.403Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "aai-ml",
  "timestamp": 1648094279411,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.403Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.403Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.403Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648094282184,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.403Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.403Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.403Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "aai-ml",
  "timestamp": 1648094279411,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.403Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.403Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.403Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648094282923,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.404Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.404Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.404Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648094282184,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.404Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.404Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.404Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "aai-ml",
  "timestamp": 1648094279411,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.405Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.405Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.405Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "clamp",
  "timestamp": 1648094283565,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.405Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.405Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.405Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648094282923,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.405Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.405Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.405Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648094282184,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-03-24T03:59:45.405Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.405Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.405Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "aai-ml",
  "timestamp": 1648094279411,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.406Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.406Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.406Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "clamp",
  "timestamp": 1648094283565,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.406Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.406Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.406Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648094282923,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.406Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.406Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.406Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "cds",
  "timestamp": 1648094284663,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.406Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.406Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.407Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648094282184,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-24T03:59:45.407Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.407Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.407Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "aai-ml",
  "timestamp": 1648094279411,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.407Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.407Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.407Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "clamp",
  "timestamp": 1648094283565,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-03-24T03:59:45.408Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.408Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.408Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648094282923,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.408Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.408Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.408Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648094282184,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.408Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.408Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.408Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "cds",
  "timestamp": 1648094284663,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.409Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.409Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.409Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "aai-ml",
  "timestamp": 1648094279411,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.409Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.409Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.409Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "clamp",
  "timestamp": 1648094283565,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.409Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.409Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.410Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648094282923,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.410Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.410Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.410Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "cds",
  "timestamp": 1648094284663,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.410Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.410Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.410Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648094282184,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-24T03:59:45.410Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.411Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.411Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "dcae-sch",
  "timestamp": 1648094287641,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2022-03-24T03:59:45.411Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.411Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.411Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "aai-ml",
  "timestamp": 1648094279411,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T03:59:45.411Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.412Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.412Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "clamp",
  "timestamp": 1648094283565,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.412Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.412Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.412Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "policy-id",
  "timestamp": 1648094287419,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.412Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.412Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.412Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648094282923,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.413Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.413Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.413Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648094282184,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.413Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.413Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.413Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "cds",
  "timestamp": 1648094284663,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.413Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.413Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.414Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "dcae-sch",
  "timestamp": 1648094287641,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.414Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.414Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.414Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "clamp",
  "timestamp": 1648094283565,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.414Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.414Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.414Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "policy-id",
  "timestamp": 1648094287419,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.415Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.415Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.415Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648094282923,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.415Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.415Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.415Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648094282184,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T03:59:45.415Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.415Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.416Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "cds",
  "timestamp": 1648094284663,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.416Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.416Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.416Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "dcae-sch",
  "timestamp": 1648094287641,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.416Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.416Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.416Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "aai-ml",
  "timestamp": 1648094289433,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T03:59:45.416Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:59:45.416Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.417Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "clamp",
  "timestamp": 1648094283565,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.417Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.417Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.417Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "policy-id",
  "timestamp": 1648094287419,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.417Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.417Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.417Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648094282923,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.417Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.418Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.418Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "cds",
  "timestamp": 1648094284663,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.418Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.418Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.418Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "dcae-sch",
  "timestamp": 1648094287641,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.418Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.418Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.418Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648094290507,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.419Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.419Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.419Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648094291482,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-24T03:59:45.419Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:59:45.419Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.419Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "clamp",
  "timestamp": 1648094283565,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T03:59:45.419Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.420Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.420Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "policy-id",
  "timestamp": 1648094287419,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-24T03:59:45.420Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.420Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.420Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "cds",
  "timestamp": 1648094284663,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.420Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.420Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.420Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "dcae-sch",
  "timestamp": 1648094287641,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.421Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.421Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.421Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648094290507,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.421Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.421Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.421Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648094292595,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-24T03:59:45.421Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:59:45.421Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.422Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "policy-id",
  "timestamp": 1648094287419,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.422Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.422Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.422Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "cds",
  "timestamp": 1648094284663,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T03:59:45.422Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.422Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.422Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "dcae-sch",
  "timestamp": 1648094287641,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.423Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.423Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.423Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648094290507,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.423Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.423Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.423Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "policy-id",
  "timestamp": 1648094287419,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.423Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.423Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.424Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648094293778,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-24T03:59:45.424Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:59:45.424Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.424Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "dcae-sch",
  "timestamp": 1648094287641,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.424Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.424Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.424Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "cds",
  "timestamp": 1648094293539,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T03:59:45.424Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:59:45.425Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.425Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648094290507,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.425Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.425Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.425Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "policy-id",
  "timestamp": 1648094287419,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.425Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.425Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.425Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648094294813,
  "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-24T03:59:45.429Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 56d70722-78a2-4539-9f6a-2fbc5cd7ca70
2022-03-24T03:59:45.429Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 56d70722-78a2-4539-9f6a-2fbc5cd7ca70 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-24T03:59:45.436Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.436Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "dcae-sch",
  "timestamp": 1648094287641,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.437Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.437Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.437Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "cds",
  "timestamp": 1648094294550,
  "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=?
2022-03-24T03:59:45.440Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 56d70722-78a2-4539-9f6a-2fbc5cd7ca70
2022-03-24T03:59:45.440Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 56d70722-78a2-4539-9f6a-2fbc5cd7ca70 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-24T03:59:45.446Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.446Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648094290507,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.446Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.447Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.447Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "policy-id",
  "timestamp": 1648094287419,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T03:59:45.447Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.447Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.447Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648094295820,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-24T03:59:45.447Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:59:45.447Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.448Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648094290507,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.448Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.448Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.448Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "dcae-sch",
  "timestamp": 1648094296909,
  "artifactURL": "/sdc/v1/catalog/services/532176a3-1dfd-46ff-84bc-b061a8e39987/resourceInstances/basicclamp0/artifacts/254cc345-8c3f-4490-bae2-79dc7ccfc7c4",
  "status": "DOWNLOAD_OK"
}
2022-03-24T03:59:45.448Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:59:45.448Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.448Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "aai-ml",
  "timestamp": 1648094296032,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T03:59:45.448Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:59:45.449Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.449Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "policy-id",
  "timestamp": 1648094296162,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T03:59:45.449Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:59:45.449Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.449Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648094290507,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.449Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.449Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.449Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "aai-ml",
  "timestamp": 1648094297038,
  "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-24T03:59:45.453Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 56d70722-78a2-4539-9f6a-2fbc5cd7ca70
2022-03-24T03:59:45.453Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 56d70722-78a2-4539-9f6a-2fbc5cd7ca70 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-24T03:59:45.459Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.459Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "policy-id",
  "timestamp": 1648094297169,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T03:59:45.460Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:59:45.461Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.461Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "dcae-sch",
  "timestamp": 1648094298200,
  "artifactURL": "/sdc/v1/catalog/services/532176a3-1dfd-46ff-84bc-b061a8e39987/resourceInstances/basicclamp0/artifacts/254cc345-8c3f-4490-bae2-79dc7ccfc7c4",
  "status": "DEPLOY_OK"
}
2022-03-24T03:59:45.461Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:59:45.461Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.461Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648094290507,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T03:59:45.461Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.461Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.461Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "policy-id",
  "timestamp": 1648094298172,
  "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-24T03:59:45.464Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 56d70722-78a2-4539-9f6a-2fbc5cd7ca70
2022-03-24T03:59:45.464Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 56d70722-78a2-4539-9f6a-2fbc5cd7ca70 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-24T03:59:45.468Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.468Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "dcae-sch",
  "timestamp": 1648094299206,
  "artifactURL": "/sdc/v1/catalog/services/532176a3-1dfd-46ff-84bc-b061a8e39987/resourceInstances/basicclamp0/artifacts/254cc345-8c3f-4490-bae2-79dc7ccfc7c4",
  "status": "COMPONENT_DONE_OK",
  "componentName": "service-change-handler"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T03:59:45.471Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 56d70722-78a2-4539-9f6a-2fbc5cd7ca70
2022-03-24T03:59:45.471Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 56d70722-78a2-4539-9f6a-2fbc5cd7ca70 and ComponentName service-change-handler
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-24T03:59:45.482Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.482Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648094299624,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T03:59:45.482Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:59:45.482Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.482Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "clamp",
  "timestamp": 1648094300906,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T03:59:45.482Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:59:45.483Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.483Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648094301838,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T03:59:45.483Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:59:45.483Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.483Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "clamp",
  "timestamp": 1648094301910,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-24T03:59:45.483Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:59:45.483Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.483Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648094302842,
  "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-24T03:59:45.487Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 56d70722-78a2-4539-9f6a-2fbc5cd7ca70
2022-03-24T03:59:45.487Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 56d70722-78a2-4539-9f6a-2fbc5cd7ca70 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-24T03:59:45.493Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.493Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648094302184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.493Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.493Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.493Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "cds",
  "timestamp": 1648094299664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.493Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.494Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.494Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648094302923,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.494Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.494Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.494Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648094302184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-03-24T03:59:45.494Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.494Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.494Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "cds",
  "timestamp": 1648094299664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.494Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.495Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.495Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648094302923,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.495Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.495Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.495Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648094302184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-24T03:59:45.495Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.495Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.495Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "cds",
  "timestamp": 1648094299664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.496Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.496Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.496Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648094302923,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.496Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.496Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.496Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "clamp",
  "timestamp": 1648094305973,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T03:59:45.496Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:59:45.496Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.496Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "cds",
  "timestamp": 1648094299664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.497Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.497Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.497Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648094302184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.497Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.497Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.497Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648094302923,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.497Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.497Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.497Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "clamp",
  "timestamp": 1648094306977,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-24T03:59:45.498Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:59:45.498Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.498Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "dcae-sch",
  "timestamp": 1648094307641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.498Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.498Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.498Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "cds",
  "timestamp": 1648094299664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.499Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.499Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.499Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648094302184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-24T03:59:45.499Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.499Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.499Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648094302923,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.499Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.499Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.499Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "clamp",
  "timestamp": 1648094307980,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-24T03:59:45.507Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 56d70722-78a2-4539-9f6a-2fbc5cd7ca70
2022-03-24T03:59:45.507Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 56d70722-78a2-4539-9f6a-2fbc5cd7ca70 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T03:59:45.513Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.513Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "policy-id",
  "timestamp": 1648094307416,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.513Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.513Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.514Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "dcae-sch",
  "timestamp": 1648094307641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.514Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.514Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.514Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "cds",
  "timestamp": 1648094299664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.514Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.514Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.514Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648094302184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.514Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.514Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.514Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648094302923,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.515Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.515Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.515Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "policy-id",
  "timestamp": 1648094307416,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.515Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.515Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.515Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "dcae-sch",
  "timestamp": 1648094307641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.515Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.515Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.515Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "cds",
  "timestamp": 1648094299664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T03:59:45.516Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.516Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.516Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648094302184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T03:59:45.516Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.516Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.516Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648094302923,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.516Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.516Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.516Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "aai-ml",
  "timestamp": 1648094309410,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.516Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.517Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.517Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "policy-id",
  "timestamp": 1648094307416,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-24T03:59:45.517Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.517Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.517Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "dcae-sch",
  "timestamp": 1648094307641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.517Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.517Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.517Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "aai-ml",
  "timestamp": 1648094309410,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.517Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.517Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.518Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "policy-id",
  "timestamp": 1648094307416,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.518Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.518Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.518Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648094311871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-24T03:59:45.518Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:59:45.518Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.518Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "cds",
  "timestamp": 1648094311337,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T03:59:45.518Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:59:45.518Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.518Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "dcae-sch",
  "timestamp": 1648094307641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.519Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.519Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.519Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "aai-ml",
  "timestamp": 1648094309410,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.519Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.519Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.519Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "policy-id",
  "timestamp": 1648094307416,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.519Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.519Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.519Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "cds",
  "timestamp": 1648094312346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T03:59:45.528Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 91a28418-7668-4668-ab9a-24abc71fed2a
2022-03-24T03:59:45.528Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91a28418-7668-4668-ab9a-24abc71fed2a 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-24T03:59:45.534Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.534Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "dcae-sch",
  "timestamp": 1648094307641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.534Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.534Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.534Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648094313089,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-24T03:59:45.535Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:59:45.535Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.535Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "aai-ml",
  "timestamp": 1648094309410,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.535Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.535Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.535Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "policy-id",
  "timestamp": 1648094307416,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.535Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.535Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.535Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "dcae-sch",
  "timestamp": 1648094307641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.535Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.536Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.536Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648094314268,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-24T03:59:45.536Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:59:45.536Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.536Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "clamp",
  "timestamp": 1648094313565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.536Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.536Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.536Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "aai-ml",
  "timestamp": 1648094309410,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.536Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.536Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.536Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "policy-id",
  "timestamp": 1648094307416,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T03:59:45.536Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.537Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.537Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648094315288,
  "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-24T03:59:45.540Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 91a28418-7668-4668-ab9a-24abc71fed2a
2022-03-24T03:59:45.540Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91a28418-7668-4668-ab9a-24abc71fed2a 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-24T03:59:45.545Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.545Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "clamp",
  "timestamp": 1648094313565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-03-24T03:59:45.545Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.545Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.545Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "aai-ml",
  "timestamp": 1648094309410,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.545Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.545Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.545Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "cds",
  "timestamp": 1648094314663,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.545Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.545Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.545Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "policy-id",
  "timestamp": 1648094315419,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T03:59:45.546Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:59:45.546Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.546Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648094316295,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-24T03:59:45.546Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:59:45.546Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.546Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "clamp",
  "timestamp": 1648094313565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.546Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.546Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.546Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "aai-ml",
  "timestamp": 1648094309410,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T03:59:45.546Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.546Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.546Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "cds",
  "timestamp": 1648094314663,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.547Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.547Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.547Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "policy-id",
  "timestamp": 1648094316423,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T03:59:45.547Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:59:45.547Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.547Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "clamp",
  "timestamp": 1648094313565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.547Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.547Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.547Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "cds",
  "timestamp": 1648094314663,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.547Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.547Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.548Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "policy-id",
  "timestamp": 1648094317430,
  "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-24T03:59:45.550Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 91a28418-7668-4668-ab9a-24abc71fed2a
2022-03-24T03:59:45.550Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91a28418-7668-4668-ab9a-24abc71fed2a and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-24T03:59:45.553Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.553Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "aai-ml",
  "timestamp": 1648094317544,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T03:59:45.554Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:59:45.554Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.554Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "clamp",
  "timestamp": 1648094313565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.554Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.554Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.554Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "cds",
  "timestamp": 1648094314663,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.554Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.554Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.554Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "clamp",
  "timestamp": 1648094313565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.554Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.554Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.554Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "cds",
  "timestamp": 1648094314663,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.555Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.555Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.555Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "clamp",
  "timestamp": 1648094313565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T03:59:45.555Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.555Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.555Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "cds",
  "timestamp": 1648094314663,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.555Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.556Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.556Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648094320507,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.556Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.556Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.556Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "cds",
  "timestamp": 1648094314663,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.556Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.556Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.556Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648094320507,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.557Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.557Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.557Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648094322184,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.557Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.557Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.557Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "cds",
  "timestamp": 1648094314663,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.557Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.557Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.558Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648094320507,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.558Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.558Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.558Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648094322923,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.558Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.558Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.558Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648094322184,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.558Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.559Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.559Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "cds",
  "timestamp": 1648094314663,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T03:59:45.559Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.559Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.559Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648094320507,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.559Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.559Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.559Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "aai-ml",
  "timestamp": 1648094324090,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T03:59:45.560Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:59:45.560Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.560Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648094322923,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.560Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.560Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.560Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648094322184,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-24T03:59:45.560Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T03:59:45.560Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T03:59:45.561Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "cds",
  "timestamp": 1648094324487,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T03:59:45.561Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T03:59:45.746Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-24T03:59:45.747Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-03-24T03:59:45.747Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T03:59:45.747Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T03:59:45.750Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T03:59:45.750Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094385746,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-24T03:59:45.850Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T03:59:45.851Z||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-24T03:59:45.852Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T03:59:45.866Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:59:45.866Z||pool-64-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-24T03:59:46.751Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-24T03:59:46.751Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-03-24T03:59:46.751Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T03:59:46.751Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T03:59:46.754Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T03:59:46.754Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094386751,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-24T03:59:46.854Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T03:59:46.855Z||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-24T03:59:46.855Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T03:59:46.870Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:59:46.872Z||pool-65-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-24T03:59:47.755Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-03-24T03:59:47.756Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-03-24T03:59:47.756Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T03:59:47.756Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T03:59:47.758Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T03:59:47.758Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094387755,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T03:59:47.859Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-24T03:59:47.860Z||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-24T03:59:47.860Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T03:59:47.873Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:59:47.874Z||pool-66-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-24T03:59:48.759Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 56d70722-78a2-4539-9f6a-2fbc5cd7ca70
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T03:59:48.768Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 56d70722-78a2-4539-9f6a-2fbc5cd7ca70
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T03:59:48.774Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T03:59:48.775Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T03:59:48.775Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-24T03:59:48.775Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-24T03:59:48.775Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T03:59:48.775Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T03:59:48.775Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T03:59:48.775Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T03:59:48.775Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T03:59:48.775Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T03:59:48.775Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T03:59:48.775Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|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-24T03:59:48.778Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-24T04:00:18.779Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 56d70722-78a2-4539-9f6a-2fbc5cd7ca70 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-24T04:00:18.785Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 56d70722-78a2-4539-9f6a-2fbc5cd7ca70 and serviceModelVersionId: 532176a3-1dfd-46ff-84bc-b061a8e39987
2022-03-24T04:00:18.785Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8e3f4573-6aa1-44e9-8ab8-294d37832b3c
2022-03-24T04:00:18.785Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8e3f4573-6aa1-44e9-8ab8-294d37832b3c/model-vers/model-ver/532176a3-1dfd-46ff-84bc-b061a8e39987?depth=0
2022-03-24T04:00:18.790Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-03-24T04:00:18.852Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|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/8e3f4573-6aa1-44e9-8ab8-294d37832b3c/model-vers/model-ver/532176a3-1dfd-46ff-84bc-b061a8e39987?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-24T04:00:18.854Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e3f4573-6aa1-44e9-8ab8-294d37832b3c/model-vers/model-ver/532176a3-1dfd-46ff-84bc-b061a8e39987?depth=0|INFO|500||Invoke
2022-03-24T04:00:18.876Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e3f4573-6aa1-44e9-8ab8-294d37832b3c/model-vers/model-ver/532176a3-1dfd-46ff-84bc-b061a8e39987?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-24T04:00:19.386Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e3f4573-6aa1-44e9-8ab8-294d37832b3c/model-vers/model-ver/532176a3-1dfd-46ff-84bc-b061a8e39987?depth=0|INFO|500||InvokeReturn
2022-03-24T04:00:19.387Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|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/8e3f4573-6aa1-44e9-8ab8-294d37832b3c/model-vers/model-ver/532176a3-1dfd-46ff-84bc-b061a8e39987?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220324-04:00:18:604-98573], vertex-id=[434192], Content-Length=[0], Date=[Thu, 24 Mar 2022 04:00:18 GMT], Content-Type=[application/json]}
2022-03-24T04:00:19.387Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-03-24T04:00:19.387Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-24T04:00:19.387Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|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-24T04:00:19.393Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|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-24T04:00:19.394Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 56d70722-78a2-4539-9f6a-2fbc5cd7ca70 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-24T04:00:19.394Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-24T04:00:19.394Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T04:00:19.397Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T04:00:19.397Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094419394,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-24T04:00:19.497Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T04:00:19.498Z||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-24T04:00:19.498Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T04:00:19.528Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:00:19.528Z||pool-67-thread-1|||||INFO|500||cambria reply ok (31 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-24T04:00:20.406Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T04:00:20.406Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"91a28418-7668-4668-ab9a-24abc71fed2a","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"ed1772c2-fb63-484e-a7c7-2569a4a58f2f","serviceDescription":"service","serviceInvariantUUID":"f54b59b8-1b40-479b-8848-545caab174e0","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5051a5f1-0bd5-4d9b-8db9-41882891995e","resourceInvariantUUID":"6eeeb092-c2ca-4074-a376-9e0293cd1bf6","resourceCustomizationUUID":"9c662a88-b5d1-4f2d-8579-005fbc781357","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":"NjI5ZjEwNThkYjlkOWQyMDMwOTViNTU1YjQwZjQxMjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9bbbed00-6229-49f5-aee2-0015c8f373c3","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":"ODE0Y2ZjNjg3YTA3M2MzY2JjMjZjMzdjOWJkNDQxZWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0e3a0ce0-187c-47e2-bafc-2f81a42dcb11","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":"155c54e7-694a-4ebd-9a72-3af5dfbff1de","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":"4a49ac7b-bca8-49ca-9f73-2ded491eea9b","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":"6d57396b-5bac-4287-8c73-2ef23d6fe4e2","artifactVersion":"2","generatedFromUUID":"155c54e7-694a-4ebd-9a72-3af5dfbff1de"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YTA3ZDFhMjgyOTdlOTMxMjcxZTQzMDIxZTIwMTIwYTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"27449217-b589-4945-ba99-b5795591c9c5","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZTdjOGEwYTc3YjJmYWUwNjg0OThlNDBhNzY0ZjU4ZGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5957bcb4-54c9-48f5-9985-705db9046468","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-24T04:00:20.406Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T04:00:20.407Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T04:00:20.409Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T04:00:20.409Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094369193,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T04:00:20.509Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T04:00:20.510Z||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-24T04:00:20.510Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T04:00:20.522Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:00:20.523Z||pool-68-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T04:00:21.410Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T04:00:21.411Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T04:00:21.412Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T04:00:21.413Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094369193,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-03-24T04:00:21.513Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T04:00:21.514Z||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-24T04:00:21.514Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T04:00:21.527Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:00:21.528Z||pool-69-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-24T04:00:22.413Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T04:00:22.415Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T04:00:22.417Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T04:00:22.417Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094369193,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-24T04:00:22.517Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T04:00:22.518Z||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-24T04:00:22.518Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T04:00:22.532Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:00:22.532Z||pool-70-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T04:00:23.417Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T04:00:23.418Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T04:00:23.420Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T04:00:23.420Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094369193,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T04:00:23.521Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-24T04:00:23.522Z||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-24T04:00:23.522Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T04:00:23.536Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:00:23.536Z||pool-71-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-24T04:00:24.421Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T04:00:24.422Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T04:00:24.424Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T04:00:24.424Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094369193,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-24T04:00:24.524Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-24T04:00:24.525Z||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-24T04:00:24.526Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T04:00:24.542Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:00:24.543Z||pool-72-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-24T04:00:25.425Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T04:00:25.426Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T04:00:25.428Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T04:00:25.429Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094369193,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T04:00:25.529Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T04:00:25.530Z||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-24T04:00:25.530Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T04:00:25.547Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:00:25.547Z||pool-73-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-24T04:00:26.429Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T04:00:26.430Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T04:00:26.432Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T04:00:26.432Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094369193,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T04:00:26.533Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-24T04:00:26.534Z||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-24T04:00:26.534Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T04:00:26.549Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:00:26.549Z||pool-74-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-24T04:00:27.434Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "ed1772c2-fb63-484e-a7c7-2569a4a58f2f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f54b59b8-1b40-479b-8848-545caab174e0",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "9c662a88-b5d1-4f2d-8579-005fbc781357",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "5051a5f1-0bd5-4d9b-8db9-41882891995e",
      "resourceInvariantUUID": "6eeeb092-c2ca-4074-a376-9e0293cd1bf6",
      "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": "ODE0Y2ZjNjg3YTA3M2MzY2JjMjZjMzdjOWJkNDQxZWE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0e3a0ce0-187c-47e2-bafc-2f81a42dcb11",
          "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": "155c54e7-694a-4ebd-9a72-3af5dfbff1de",
          "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": "6d57396b-5bac-4287-8c73-2ef23d6fe4e2",
            "generatedFromUUID": "155c54e7-694a-4ebd-9a72-3af5dfbff1de"
          },
          "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": "6d57396b-5bac-4287-8c73-2ef23d6fe4e2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ZTdjOGEwYTc3YjJmYWUwNjg0OThlNDBhNzY0ZjU4ZGM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5957bcb4-54c9-48f5-9985-705db9046468"
    }
  ],
  "workloadContext": "Production"
}
2022-03-24T04:00:27.434Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-24T04:00:27.435Z|56d70722-78a2-4539-9f6a-2fbc5cd7ca70|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ed1772c2-fb63-484e-a7c7-2569a4a58f2f ASDC
2022-03-24T04:00:27.435Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:91a28418-7668-4668-ab9a-24abc71fed2a
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:ed1772c2-fb63-484e-a7c7-2569a4a58f2f
ServiceInvariantUUID:f54b59b8-1b40-479b-8848-545caab174e0
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:5957bcb4-54c9-48f5-9985-705db9046468
ArtifactChecksum:ZTdjOGEwYTc3YjJmYWUwNjg0OThlNDBhNzY0ZjU4ZGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:9c662a88-b5d1-4f2d-8579-005fbc781357
ResourceInvariantUUID:6eeeb092-c2ca-4074-a376-9e0293cd1bf6
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:5051a5f1-0bd5-4d9b-8db9-41882891995e
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:0e3a0ce0-187c-47e2-bafc-2f81a42dcb11
ArtifactChecksum:ODE0Y2ZjNjg3YTA3M2MzY2JjMjZjMzdjOWJkNDQxZWE=
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:155c54e7-694a-4ebd-9a72-3af5dfbff1de
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:6d57396b-5bac-4287-8c73-2ef23d6fe4e2
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:6d57396b-5bac-4287-8c73-2ef23d6fe4e2
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-24T04:00:27.435Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ed1772c2-fb63-484e-a7c7-2569a4a58f2f 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-24T04:00:27.472Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-24T04:00:27.473Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-24T04:00:27.473Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-24T04:00:27.473Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 5957bcb4-54c9-48f5-9985-705db9046468 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-03-24T04:00:27.473Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-24T04:00:27.473Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-03-24T04:00:27.534Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-24T04:00:27.539Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 5957bcb4-54c9-48f5-9985-705db9046468 71038
2022-03-24T04:00:27.539Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||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-24T04:00:27.540Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||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-24T04:00:27.540Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T04:00:27.540Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T04:00:27.542Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T04:00:27.542Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094427539,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T04:00:27.642Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-24T04:00:27.643Z||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-24T04:00:27.644Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T04:00:27.659Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:00:27.659Z||pool-75-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-24T04:00:28.543Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-24T04:00:28.544Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-24T04:00:28.545Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 5957bcb4-54c9-48f5-9985-705db9046468, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-03-24T04:00:28.545Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-03-24T04:00:28.546Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-03-24T04:00:28.546Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-03-24T04:00:28.675Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14402225801230768400/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-24T04:00:29.943Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-24T04:00:29.943Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-24T04:00:29.943Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-24T04:00:29.943Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-24T04:00:29.944Z|91a28418-7668-4668-ab9a-24abc71fed2a|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-BasicVm-csar.csar
2022-03-24T04:00:29.944Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||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-24T04:00:29.944Z|91a28418-7668-4668-ab9a-24abc71fed2a|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-BasicVm-csar.csar
2022-03-24T04:00:29.944Z|91a28418-7668-4668-ab9a-24abc71fed2a|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-BasicVm-csar.csar
2022-03-24T04:00:29.944Z|91a28418-7668-4668-ab9a-24abc71fed2a|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-BasicVm-csar.csar
2022-03-24T04:00:29.944Z|91a28418-7668-4668-ab9a-24abc71fed2a|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-BasicVm-csar.csar
2022-03-24T04:00:29.944Z|91a28418-7668-4668-ab9a-24abc71fed2a|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-BasicVm-csar.csar
2022-03-24T04:00:29.944Z|91a28418-7668-4668-ab9a-24abc71fed2a|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-BasicVm-csar.csar
2022-03-24T04:00:29.944Z|91a28418-7668-4668-ab9a-24abc71fed2a|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-BasicVm-csar.csar
2022-03-24T04:00:29.944Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-24T04:00:29.945Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T04:00:29.945Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T04:00:29.945Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-24T04:00:29.945Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-24T04:00:29.945Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-24T04:00:29.945Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T04:00:29.946Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T04:00:29.946Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-24T04:00:29.946Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-24T04:00:29.946Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-24T04:00:29.946Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T04:00:29.946Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T04:00:29.946Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T04:00:29.947Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-03-24T04:00:29.947Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-03-24T04:00:29.947Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-03-24T04:00:29.947Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-03-24T04:00:29.947Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-24T04:00:29.947Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-24T04:00:29.947Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T04:00:29.947Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-24T04:00:29.948Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T04:00:29.948Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-24T04:00:29.948Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T04:00:29.948Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T04:00:29.948Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-24T04:00:29.948Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T04:00:29.948Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T04:00:29.949Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-24T04:00:29.949Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T04:00:29.949Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T04:00:29.949Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-03-24T04:00:29.949Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-24T04:00:29.949Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-24T04:00:29.949Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=5dee9dbd-34da-4dbd-bd0f-fdc1f96ad1a7
2022-03-24T04:00:29.950Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T04:00:29.950Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T04:00:29.950Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T04:00:29.950Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T04:00:29.950Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T04:00:29.950Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T04:00:29.950Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T04:00:29.951Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T04:00:29.951Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:ed1772c2-fb63-484e-a7c7-2569a4a58f2f
Model Version:NULL
Model InvariantUuid:f54b59b8-1b40-479b-8848-545caab174e0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:9af1ecda-ce93-4192-aa70-e4f54b3e8367
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6eeeb092-c2ca-4074-a376-9e0293cd1bf6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:9c662a88-b5d1-4f2d-8579-005fbc781357
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:8ea6b14d-d986-4ffc-a2ae-ec3804ded170
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:79dcb47d-08b7-4fe3-b053-057539124995
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5dee9dbd-34da-4dbd-bd0f-fdc1f96ad1a7
ModelInvariantUuid:b1e040a2-9543-4ef3-b906-b1bc9401dbea
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:079da2b3-9b8d-4c78-9619-65779754a4ba
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:885aa0a1-0fe4-471d-a39e-18ade42330ff
ModelInvariantUuid:1fca56e0-e49d-42c0-ab7e-5f5c9d0336be
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:9a281e4a-010b-49f0-a9a9-bb54de93370d
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-24T04:00:29.958Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 5051a5f1-0bd5-4d9b-8db9-41882891995e
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-24T04:00:29.962Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||INFO|500||basic_vm 0
2022-03-24T04:00:29.962Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5051a5f1-0bd5-4d9b-8db9-41882891995e
2022-03-24T04:00:29.962Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 0e3a0ce0-187c-47e2-bafc-2f81a42dcb11 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-03-24T04:00:29.962Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-24T04:00:29.963Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||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-24T04:00:30.022Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-24T04:00:30.023Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 0e3a0ce0-187c-47e2-bafc-2f81a42dcb11 787
2022-03-24T04:00:30.023Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||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-24T04:00:30.023Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||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-24T04:00:30.023Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T04:00:30.023Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T04:00:30.025Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T04:00:30.025Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094430023,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-24T04:00:30.125Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T04:00:30.127Z||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-24T04:00:30.127Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T04:00:30.143Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:00:30.144Z||pool-76-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-24T04:00:31.026Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "8ea6b14d-d986-4ffc-a2ae-ec3804ded170",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "79dcb47d-08b7-4fe3-b053-057539124995",
    "vfModuleModelCustomizationUUID": "410f6935-1cac-400f-a8ea-882833068d98",
    "isBase": true,
    "artifacts": [
      "155c54e7-694a-4ebd-9a72-3af5dfbff1de",
      "6d57396b-5bac-4287-8c73-2ef23d6fe4e2"
    ],
    "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-24T04:00:31.029Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:79dcb47d-08b7-4fe3-b053-057539124995
VfModuleModelInvariantUUID:8ea6b14d-d986-4ffc-a2ae-ec3804ded170
VfModuleModelDescription:NULL
Artifacts UUID List:{
155c54e7-694a-4ebd-9a72-3af5dfbff1de
,
6d57396b-5bac-4287-8c73-2ef23d6fe4e2

}
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-24T04:00:31.031Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "8ea6b14d-d986-4ffc-a2ae-ec3804ded170",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "79dcb47d-08b7-4fe3-b053-057539124995",
    "vfModuleModelCustomizationUUID": "410f6935-1cac-400f-a8ea-882833068d98",
    "isBase": true,
    "artifacts": [
      "155c54e7-694a-4ebd-9a72-3af5dfbff1de",
      "6d57396b-5bac-4287-8c73-2ef23d6fe4e2"
    ],
    "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-24T04:00:31.031Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:79dcb47d-08b7-4fe3-b053-057539124995
VfModuleModelInvariantUUID:8ea6b14d-d986-4ffc-a2ae-ec3804ded170
VfModuleModelDescription:NULL
Artifacts UUID List:{
155c54e7-694a-4ebd-9a72-3af5dfbff1de
,
6d57396b-5bac-4287-8c73-2ef23d6fe4e2

}
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-24T04:00:31.031Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 155c54e7-694a-4ebd-9a72-3af5dfbff1de from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-03-24T04:00:31.031Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-24T04:00:31.032Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||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-24T04:00:31.365Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-24T04:00:31.365Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 155c54e7-694a-4ebd-9a72-3af5dfbff1de 5033
2022-03-24T04:00:31.366Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||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-24T04:00:31.366Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||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-24T04:00:31.366Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T04:00:31.366Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T04:00:31.368Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T04:00:31.369Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094431366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-24T04:00:31.469Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T04:00:31.469Z||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-24T04:00:31.470Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T04:00:31.483Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:00:31.483Z||pool-77-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T04:00:32.369Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6d57396b-5bac-4287-8c73-2ef23d6fe4e2 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-03-24T04:00:32.370Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-24T04:00:32.370Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||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-24T04:00:32.664Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-24T04:00:32.664Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 6d57396b-5bac-4287-8c73-2ef23d6fe4e2 903
2022-03-24T04:00:32.665Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||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-24T04:00:32.665Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||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-24T04:00:32.665Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T04:00:32.665Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T04:00:32.667Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T04:00:32.667Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094432665,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-24T04:00:32.767Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T04:00:32.768Z||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-24T04:00:32.768Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T04:00:32.781Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:00:32.781Z||pool-78-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-24T04:00:33.668Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: ed1772c2-fb63-484e-a7c7-2569a4a58f2f
2022-03-24T04:00:33.669Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 5051a5f1-0bd5-4d9b-8db9-41882891995e 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-24T04:00:33.681Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3053a083, org.onap.sdc.toscaparser.api.parameters.Input@262075d5, org.onap.sdc.toscaparser.api.parameters.Input@1638f628, org.onap.sdc.toscaparser.api.parameters.Input@b043d3a, org.onap.sdc.toscaparser.api.parameters.Input@267ed361]
2022-03-24T04:00:33.683Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T04:00:33.683Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T04:00:33.683Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-03-24T04:00:33.684Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 9c662a88-b5d1-4f2d-8579-005fbc781357
2022-03-24T04:00:33.684Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9c662a88-b5d1-4f2d-8579-005fbc781357 matches Tosca VF Customization UUID: 9c662a88-b5d1-4f2d-8579-005fbc781357
2022-03-24T04:00:33.684Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 9c662a88-b5d1-4f2d-8579-005fbc781357  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-24T04:00:33.686Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T04:00:33.686Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T04:00:33.687Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 9c662a88-b5d1-4f2d-8579-005fbc781357: {\"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-24T04:00:33.687Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@78caa1c4
2022-03-24T04:00:33.687Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T04:00:33.687Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-24T04:00:33.688Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 410f6935-1cac-400f-a8ea-882833068d98
2022-03-24T04:00:33.688Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 410f6935-1cac-400f-a8ea-882833068d98
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-24T04:00:33.690Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T04:00:33.690Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-24T04:00:33.690Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T04:00:33.690Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T04:00:33.691Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-24T04:00:33.691Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T04:00:33.691Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T04:00:33.692Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-03-24T04:00:33.692Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-24T04:00:33.692Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-24T04:00:33.692Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=5dee9dbd-34da-4dbd-bd0f-fdc1f96ad1a7
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-24T04:00:33.695Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T04:00:33.695Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-24T04:00:33.695Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T04:00:33.695Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T04:00:33.696Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-24T04:00:33.696Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=9c662a88-b5d1-4f2d-8579-005fbc781357
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-24T04:00:33.698Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T04:00:33.698Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T04:00:33.698Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid ed1772c2-fb63-484e-a7c7-2569a4a58f2f: basic_vm
2022-03-24T04:00:33.698Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T04:00:33.699Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T04:00:33.699Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T04:00:33.699Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T04:00:33.700Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T04:00:33.700Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T04:00:33.700Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T04:00:33.700Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T04:00:33.701Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T04:00:33.701Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T04:00:33.701Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||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-24T04:00:33.775Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 5051a5f1-0bd5-4d9b-8db9-41882891995e 1 ASDC deployResourceStructure
2022-03-24T04:00:33.775Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||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-24T04:00:33.775Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||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-24T04:00:33.776Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T04:00:33.776Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T04:00:33.778Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T04:00:33.778Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094433775,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-24T04:00:33.878Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T04:00:33.879Z||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-24T04:00:33.879Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T04:00:33.892Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:00:33.893Z||pool-79-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T04:00:34.779Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||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-24T04:00:34.780Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||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-24T04:00:34.780Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T04:00:34.780Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T04:00:34.782Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T04:00:34.782Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094434779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-03-24T04:00:34.882Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T04:00:34.884Z||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-24T04:00:34.884Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T04:00:34.898Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:00:34.899Z||pool-80-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-24T04:00:35.783Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||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-24T04:00:35.784Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||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-24T04:00:35.784Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T04:00:35.784Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T04:00:35.787Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T04:00:35.787Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094435783,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-03-24T04:00:35.887Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-24T04:00:35.888Z||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-24T04:00:35.888Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T04:00:35.900Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:00:35.901Z||pool-81-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T04:00:36.789Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||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-24T04:00:36.790Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||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-24T04:00:36.790Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T04:00:36.790Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T04:00:36.792Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T04:00:36.792Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094436789,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T04:00:36.893Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T04:00:36.894Z||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-24T04:00:36.894Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T04:00:36.907Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:00:36.908Z||pool-82-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-24T04:00:37.793Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 91a28418-7668-4668-ab9a-24abc71fed2a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T04:00:37.801Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 91a28418-7668-4668-ab9a-24abc71fed2a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T04:00:37.802Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T04:00:37.802Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T04:00:37.803Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T04:00:45.362Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:00:45.363Z||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-24T04:00:45.363Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T04:00:45.391Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:00:45.392Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T04:00:45.392Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648094320507,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T04:00:45.393Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T04:01:07.803Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 91a28418-7668-4668-ab9a-24abc71fed2a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T04:01:07.815Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 91a28418-7668-4668-ab9a-24abc71fed2a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T04:01:07.818Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T04:01:07.818Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T04:01:07.818Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T04:01:37.818Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 91a28418-7668-4668-ab9a-24abc71fed2a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T04:01:37.825Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 91a28418-7668-4668-ab9a-24abc71fed2a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T04:01:37.826Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T04:01:37.826Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T04:01:37.827Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T04:01:45.362Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:01:45.363Z||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-24T04:01:45.363Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T04:01:45.441Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:01:45.443Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.443Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "aai-ml",
  "timestamp": 1648094325096,
  "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-24T04:01:45.449Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 91a28418-7668-4668-ab9a-24abc71fed2a
2022-03-24T04:01:45.449Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91a28418-7668-4668-ab9a-24abc71fed2a 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-24T04:01:45.455Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.456Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648094322923,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-24T04:01:45.456Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T04:01:45.456Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.456Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648094322184,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-24T04:01:45.456Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T04:01:45.456Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.456Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648094320507,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T04:01:45.456Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T04:01:45.457Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.457Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "aai-ml",
  "timestamp": 1648094309410,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T04:01:45.457Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T04:01:45.457Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.457Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648094322923,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-24T04:01:45.457Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T04:01:45.457Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.457Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648094322184,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T04:01:45.457Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T04:01:45.457Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.457Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648094320507,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T04:01:45.457Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T04:01:45.457Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.457Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "cds",
  "timestamp": 1648094326928,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T04:01:45.474Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c8f1d6ec-c5ba-479f-8f54-6d56e265d48f
2022-03-24T04:01:45.475Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8f1d6ec-c5ba-479f-8f54-6d56e265d48f 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-24T04:01:45.485Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.485Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "aai-ml",
  "timestamp": 1648094309410,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T04:01:45.486Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T04:01:45.486Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.486Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648094322923,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T04:01:45.486Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T04:01:45.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648094322184,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T04:01:45.487Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T04:01:45.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "dcae-sch",
  "timestamp": 1648094327641,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T04:01:45.487Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T04:01:45.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "policy-id",
  "timestamp": 1648094327416,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T04:01:45.488Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T04:01:45.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "aai-ml",
  "timestamp": 1648094309410,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-24T04:01:45.488Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T04:01:45.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648094322923,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T04:01:45.489Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T04:01:45.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648094322184,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T04:01:45.489Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T04:01:45.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "dcae-sch",
  "timestamp": 1648094327641,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T04:01:45.489Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T04:01:45.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.490Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648094328951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T04:01:45.490Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T04:01:45.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.490Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "policy-id",
  "timestamp": 1648094327416,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T04:01:45.490Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T04:01:45.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.490Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "aai-ml",
  "timestamp": 1648094309410,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-24T04:01:45.491Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T04:01:45.491Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.491Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648094322923,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-24T04:01:45.491Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T04:01:45.492Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.492Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648094322184,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T04:01:45.492Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T04:01:45.492Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.492Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "dcae-sch",
  "timestamp": 1648094327641,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-24T04:01:45.492Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T04:01:45.492Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.492Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "policy-id",
  "timestamp": 1648094327416,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-24T04:01:45.493Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T04:01:45.493Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.493Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "aai-ml",
  "timestamp": 1648094309410,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T04:01:45.493Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T04:01:45.493Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.493Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648094322923,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T04:01:45.493Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T04:01:45.493Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.493Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648094322184,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T04:01:45.493Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T04:01:45.493Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.493Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "dcae-sch",
  "timestamp": 1648094327641,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-24T04:01:45.494Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T04:01:45.494Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.494Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "clamp",
  "timestamp": 1648094330912,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T04:01:45.494Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T04:01:45.494Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.494Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648094331276,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T04:01:45.494Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T04:01:45.494Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.494Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "policy-id",
  "timestamp": 1648094327416,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-24T04:01:45.494Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T04:01:45.494Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.494Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "aai-ml",
  "timestamp": 1648094309410,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T04:01:45.494Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T04:01:45.495Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.495Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648094322923,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T04:01:45.495Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T04:01:45.495Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.495Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "dcae-sch",
  "timestamp": 1648094327641,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T04:01:45.495Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T04:01:45.495Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.495Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648094332281,
  "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-24T04:01:45.499Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 91a28418-7668-4668-ab9a-24abc71fed2a
2022-03-24T04:01:45.500Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91a28418-7668-4668-ab9a-24abc71fed2a 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-24T04:01:45.509Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.510Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "policy-id",
  "timestamp": 1648094327416,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T04:01:45.510Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T04:01:45.510Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.510Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "aai-ml",
  "timestamp": 1648094309410,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T04:01:45.511Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T04:01:45.511Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.511Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "dcae-sch",
  "timestamp": 1648094327641,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T04:01:45.511Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T04:01:45.511Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.511Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648094332877,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-24T04:01:45.511Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T04:01:45.512Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.512Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "clamp",
  "timestamp": 1648094332921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T04:01:45.512Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T04:01:45.512Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.512Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648094320507,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T04:01:45.512Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T04:01:45.512Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.513Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "aai-ml",
  "timestamp": 1648094309410,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T04:01:45.513Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T04:01:45.513Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.513Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "policy-id",
  "timestamp": 1648094327416,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T04:01:45.513Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T04:01:45.513Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.513Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "dcae-sch",
  "timestamp": 1648094327641,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T04:01:45.513Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T04:01:45.513Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.514Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648094333904,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-24T04:01:45.514Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T04:01:45.514Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.514Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "clamp",
  "timestamp": 1648094333925,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-24T04:01:45.518Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 91a28418-7668-4668-ab9a-24abc71fed2a
2022-03-24T04:01:45.519Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91a28418-7668-4668-ab9a-24abc71fed2a and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T04:01:45.528Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.528Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648094320507,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T04:01:45.529Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T04:01:45.529Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.529Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "policy-id",
  "timestamp": 1648094327416,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T04:01:45.529Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T04:01:45.529Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.529Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "aai-ml",
  "timestamp": 1648094309410,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T04:01:45.529Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T04:01:45.529Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.530Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "dcae-sch",
  "timestamp": 1648094327641,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T04:01:45.530Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T04:01:45.530Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.530Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648094334907,
  "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-24T04:01:45.535Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of c8f1d6ec-c5ba-479f-8f54-6d56e265d48f
2022-03-24T04:01:45.535Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8f1d6ec-c5ba-479f-8f54-6d56e265d48f 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-24T04:01:45.544Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.544Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "clamp",
  "timestamp": 1648094313565,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T04:01:45.545Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T04:01:45.545Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.545Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648094320507,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-24T04:01:45.545Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T04:01:45.546Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.546Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "policy-id",
  "timestamp": 1648094327416,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T04:01:45.546Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T04:01:45.546Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.546Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "dcae-sch",
  "timestamp": 1648094327641,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T04:01:45.546Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T04:01:45.546Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.547Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "aai-ml",
  "timestamp": 1648094335487,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T04:01:45.547Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T04:01:45.547Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.547Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "clamp",
  "timestamp": 1648094313565,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T04:01:45.547Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T04:01:45.547Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.547Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648094320507,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-24T04:01:45.548Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T04:01:45.548Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.548Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "policy-id",
  "timestamp": 1648094327416,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T04:01:45.548Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T04:01:45.548Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.548Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "clamp",
  "timestamp": 1648094313565,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-24T04:01:45.548Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T04:01:45.549Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.549Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648094320507,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T04:01:45.549Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T04:01:45.549Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.549Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "policy-id",
  "timestamp": 1648094337153,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T04:01:45.549Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T04:01:45.549Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.549Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "clamp",
  "timestamp": 1648094313565,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-24T04:01:45.549Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T04:01:45.549Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.550Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648094320507,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T04:01:45.550Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T04:01:45.550Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.550Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "policy-id",
  "timestamp": 1648094338158,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T04:01:45.550Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T04:01:45.550Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.550Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "clamp",
  "timestamp": 1648094313565,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T04:01:45.550Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T04:01:45.550Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.551Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648094320507,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T04:01:45.551Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T04:01:45.551Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.551Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "policy-id",
  "timestamp": 1648094339161,
  "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-24T04:01:45.556Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c8f1d6ec-c5ba-479f-8f54-6d56e265d48f
2022-03-24T04:01:45.557Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8f1d6ec-c5ba-479f-8f54-6d56e265d48f 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-24T04:01:45.566Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.566Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "clamp",
  "timestamp": 1648094313565,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T04:01:45.566Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T04:01:45.566Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.567Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648094320507,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T04:01:45.567Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T04:01:45.567Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.567Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "aai-ml",
  "timestamp": 1648094340243,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T04:01:45.567Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T04:01:45.567Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.567Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "clamp",
  "timestamp": 1648094313565,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T04:01:45.568Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T04:01:45.568Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.568Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648094320507,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T04:01:45.569Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T04:01:45.569Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.569Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "aai-ml",
  "timestamp": 1648094341250,
  "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-24T04:01:45.574Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c8f1d6ec-c5ba-479f-8f54-6d56e265d48f
2022-03-24T04:01:45.575Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8f1d6ec-c5ba-479f-8f54-6d56e265d48f 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-24T04:01:45.584Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.585Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "clamp",
  "timestamp": 1648094313565,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T04:01:45.585Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T04:01:45.585Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.585Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648094342699,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T04:01:45.586Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T04:01:45.586Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.586Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "clamp",
  "timestamp": 1648094313565,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T04:01:45.586Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T04:01:45.586Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.586Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648094344525,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T04:01:45.587Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T04:01:45.587Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.587Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648094345528,
  "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-24T04:01:45.592Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c8f1d6ec-c5ba-479f-8f54-6d56e265d48f
2022-03-24T04:01:45.592Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8f1d6ec-c5ba-479f-8f54-6d56e265d48f 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-24T04:01:45.601Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.602Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "clamp",
  "timestamp": 1648094352142,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T04:01:45.602Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T04:01:45.602Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.602Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "clamp",
  "timestamp": 1648094353155,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T04:01:45.603Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T04:01:45.603Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.603Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "clamp",
  "timestamp": 1648094354158,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-24T04:01:45.609Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c8f1d6ec-c5ba-479f-8f54-6d56e265d48f
2022-03-24T04:01:45.609Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8f1d6ec-c5ba-479f-8f54-6d56e265d48f and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T04:01:45.620Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.620Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89af01c7-12ea-451f-b529-d7c1f6b138ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094368180,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-24T04:01:45.620Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T04:01:45.621Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.621Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094369193,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T04:01:45.621Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T04:01:45.621Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.621Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094369193,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T04:01:45.621Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T04:01:45.622Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.622Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094369193,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-03-24T04:01:45.622Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T04:01:45.622Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.622Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094369193,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-24T04:01:45.622Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T04:01:45.622Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.622Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094369193,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T04:01:45.623Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T04:01:45.623Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.623Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094369193,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-24T04:01:45.623Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T04:01:45.623Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.623Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094369193,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T04:01:45.624Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T04:01:45.624Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.624Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094369193,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T04:01:45.624Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-24T04:01:45.624Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.625Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094378572,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T04:01:45.625Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T04:01:45.625Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.625Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094381518,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-24T04:01:45.625Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T04:01:45.625Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.626Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094382577,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-24T04:01:45.626Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T04:01:45.626Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.626Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094383633,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-24T04:01:45.626Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T04:01:45.626Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-24T04:01:45.626Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094384742,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-24T04:01:45.627Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T04:02:07.827Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 91a28418-7668-4668-ab9a-24abc71fed2a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T04:02:07.834Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 91a28418-7668-4668-ab9a-24abc71fed2a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T04:02:07.837Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T04:02:07.837Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T04:02:07.837Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-24T04:02:07.837Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-24T04:02:07.837Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T04:02:07.837Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T04:02:07.837Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T04:02:07.837Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T04:02:07.838Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T04:02:07.838Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T04:02:07.838Z|91a28418-7668-4668-ab9a-24abc71fed2a|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-24T04:02:07.841Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-24T04:02:37.841Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 91a28418-7668-4668-ab9a-24abc71fed2a 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-24T04:02:37.844Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 91a28418-7668-4668-ab9a-24abc71fed2a and serviceModelVersionId: ed1772c2-fb63-484e-a7c7-2569a4a58f2f
2022-03-24T04:02:37.845Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f54b59b8-1b40-479b-8848-545caab174e0
2022-03-24T04:02:37.845Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f54b59b8-1b40-479b-8848-545caab174e0/model-vers/model-ver/ed1772c2-fb63-484e-a7c7-2569a4a58f2f?depth=0
2022-03-24T04:02:37.849Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-03-24T04:02:37.891Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f54b59b8-1b40-479b-8848-545caab174e0/model-vers/model-ver/ed1772c2-fb63-484e-a7c7-2569a4a58f2f?depth=0|INFO|500||Invoke
2022-03-24T04:02:37.892Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f54b59b8-1b40-479b-8848-545caab174e0/model-vers/model-ver/ed1772c2-fb63-484e-a7c7-2569a4a58f2f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f54b59b8-1b40-479b-8848-545caab174e0/model-vers/model-ver/ed1772c2-fb63-484e-a7c7-2569a4a58f2f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[91a28418-7668-4668-ab9a-24abc71fed2a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[132a28f5-7ec4-4eef-a397-38963e0c70dc], X-ECOMP-RequestID=[91a28418-7668-4668-ab9a-24abc71fed2a], X-TransactionId=[], X-ONAP-RequestID=[91a28418-7668-4668-ab9a-24abc71fed2a], Content-Type=[application/merge-patch+json]}
2022-03-24T04:02:37.911Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f54b59b8-1b40-479b-8848-545caab174e0/model-vers/model-ver/ed1772c2-fb63-484e-a7c7-2569a4a58f2f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-24T04:02:38.375Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f54b59b8-1b40-479b-8848-545caab174e0/model-vers/model-ver/ed1772c2-fb63-484e-a7c7-2569a4a58f2f?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/f54b59b8-1b40-479b-8848-545caab174e0/model-vers/model-ver/ed1772c2-fb63-484e-a7c7-2569a4a58f2f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220324-04:02:37:626-78178], vertex-id=[225440], Content-Length=[0], Date=[Thu, 24 Mar 2022 04:02:37 GMT], Content-Type=[application/json]}
2022-03-24T04:02:38.376Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f54b59b8-1b40-479b-8848-545caab174e0/model-vers/model-ver/ed1772c2-fb63-484e-a7c7-2569a4a58f2f?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-24T04:02:38.377Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f54b59b8-1b40-479b-8848-545caab174e0/model-vers/model-ver/ed1772c2-fb63-484e-a7c7-2569a4a58f2f?depth=0|INFO|500||InvokeReturn
2022-03-24T04:02:38.377Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-24T04:02:38.377Z|91a28418-7668-4668-ab9a-24abc71fed2a|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-24T04:02:38.384Z|91a28418-7668-4668-ab9a-24abc71fed2a|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-24T04:02:38.384Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 91a28418-7668-4668-ab9a-24abc71fed2a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-24T04:02:38.385Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-24T04:02:38.385Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T04:02:38.388Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T04:02:38.388Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094558385,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-24T04:02:38.488Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T04:02:38.490Z||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-24T04:02:38.490Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T04:02:38.504Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:02:38.505Z||pool-83-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-24T04:02:39.399Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T04:02:39.399Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"c8f1d6ec-c5ba-479f-8f54-6d56e265d48f","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"90571fe8-e825-44e0-a04a-fa47bcce0108","serviceDescription":"service","serviceInvariantUUID":"6c16e46a-4033-4cfb-b281-81e4836ed8c5","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"74506c8f-0d8f-40ca-b8ac-1a6e8d03de4b","resourceInvariantUUID":"c81ee571-d46d-48d9-9a74-c60d57ca2b03","resourceCustomizationUUID":"bc69905d-8e44-46bf-8f47-aeaa237c5121","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"NDFjMmFhZDA5ZWEwM2JlOTc0OGE0NWQyZmYyOTI4Yjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7c66487f-a5c8-42fe-9dd0-8cff0135b54d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"99225e3f-cf74-4732-82c0-f069e4732549","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4fb6565c-e619-414a-b631-a60994f6d506","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"YjFjMWY2NGNjYzFhZDQ2OTU0OGIyZmZkOGRkMzgzY2E\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"57469201-d199-486d-956f-6caf9bf46dfa","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"527c8b12-e452-412e-a962-4c7eda477ad5","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c3c025af-d3f6-4dab-b9ed-53991973efff","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f906ccf3-a757-4d4c-8621-9b57e70ef20e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"ZmIwYTNhNTkzMDM2Yjc2NjNlNmI3NzdkMDIyNmFlMTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4b754230-c84a-40e3-ab38-f737c26cc911","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MDU3NGE5MzAyNTcwYWFiNTgxZjAxN2E5ODY3NjZlMDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"941b96be-4ea7-4bf6-9d9f-b72358fd3dc7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-24T04:02:39.400Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T04:02:39.400Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T04:02:39.402Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T04:02:39.402Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094369193,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T04:02:39.502Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T04:02:39.504Z||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-24T04:02:39.504Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T04:02:39.521Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:02:39.522Z||pool-84-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-24T04:02:40.403Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T04:02:40.404Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T04:02:40.406Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T04:02:40.406Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094369193,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T04:02:40.506Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T04:02:40.507Z||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-24T04:02:40.507Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T04:02:40.519Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:02:40.520Z||pool-85-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T04:02:41.407Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T04:02:41.408Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T04:02:41.410Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T04:02:41.410Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094369193,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-24T04:02:41.511Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-24T04:02:41.512Z||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-24T04:02:41.512Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T04:02:41.527Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:02:41.527Z||pool-86-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-24T04:02:42.411Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T04:02:42.411Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T04:02:42.413Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T04:02:42.413Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094369193,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-24T04:02:42.513Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T04:02:42.514Z||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-24T04:02:42.515Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T04:02:42.528Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:02:42.528Z||pool-87-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-24T04:02:43.413Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T04:02:43.415Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T04:02:43.417Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T04:02:43.417Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094369193,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T04:02:43.517Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T04:02:43.518Z||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-24T04:02:43.518Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T04:02:43.530Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:02:43.531Z||pool-88-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T04:02:44.417Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T04:02:44.418Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T04:02:44.421Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T04:02:44.421Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094369193,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T04:02:44.521Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T04:02:44.522Z||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-24T04:02:44.522Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T04:02:44.537Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:02:44.537Z||pool-89-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-24T04:02:45.362Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:02:45.363Z||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-24T04:02:45.363Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T04:02:45.396Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:02:45.397Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T04:02:45.397Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094385746,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-24T04:02:45.398Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T04:02:45.398Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T04:02:45.398Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094386751,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-24T04:02:45.398Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T04:02:45.398Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T04:02:45.398Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094387755,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T04:02:45.398Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T04:02:45.399Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T04:02:45.399Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56d70722-78a2-4539-9f6a-2fbc5cd7ca70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094419394,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-24T04:02:45.399Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T04:02:45.399Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T04:02:45.399Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094369193,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T04:02:45.400Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T04:02:45.400Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T04:02:45.400Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094369193,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-03-24T04:02:45.400Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T04:02:45.401Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T04:02:45.401Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094369193,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-24T04:02:45.401Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T04:02:45.401Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T04:02:45.401Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094369193,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T04:02:45.401Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T04:02:45.401Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T04:02:45.401Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094369193,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-24T04:02:45.401Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T04:02:45.401Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T04:02:45.402Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094369193,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T04:02:45.402Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T04:02:45.402Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T04:02:45.402Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094369193,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T04:02:45.402Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T04:02:45.402Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T04:02:45.402Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094427539,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T04:02:45.402Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T04:02:45.402Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T04:02:45.402Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094430023,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-24T04:02:45.403Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T04:02:45.403Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T04:02:45.403Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094431366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-24T04:02:45.403Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T04:02:45.403Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T04:02:45.403Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094432665,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-24T04:02:45.403Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T04:02:45.403Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T04:02:45.404Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094433775,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-24T04:02:45.404Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T04:02:45.404Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T04:02:45.404Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094434779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-03-24T04:02:45.404Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T04:02:45.404Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T04:02:45.405Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094435783,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-03-24T04:02:45.405Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T04:02:45.405Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T04:02:45.405Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094436789,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T04:02:45.405Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T04:02:45.422Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T04:02:45.425Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T04:02:45.426Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T04:02:45.427Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094369193,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T04:02:45.527Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T04:02:45.528Z||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-24T04:02:45.528Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T04:02:45.541Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:02:45.541Z||pool-90-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T04:02:46.427Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T04:02:46.428Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T04:02:46.431Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T04:02:46.431Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094369193,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T04:02:46.532Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-24T04:02:46.533Z||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-24T04:02:46.533Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T04:02:46.552Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:02:46.552Z||pool-91-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-24T04:02:47.432Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T04:02:47.435Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T04:02:47.445Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T04:02:47.449Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094369193,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T04:02:47.538Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms
2022-03-24T04:02:47.539Z||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-24T04:02:47.539Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T04:02:47.551Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:02:47.552Z||pool-92-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T04:02:48.450Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "90571fe8-e825-44e0-a04a-fa47bcce0108",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6c16e46a-4033-4cfb-b281-81e4836ed8c5",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "bc69905d-8e44-46bf-8f47-aeaa237c5121",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "74506c8f-0d8f-40ca-b8ac-1a6e8d03de4b",
      "resourceInvariantUUID": "c81ee571-d46d-48d9-9a74-c60d57ca2b03",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-TestPnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
      "artifactChecksum": "MDU3NGE5MzAyNTcwYWFiNTgxZjAxN2E5ODY3NjZlMDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "941b96be-4ea7-4bf6-9d9f-b72358fd3dc7"
    }
  ],
  "workloadContext": "Production"
}
2022-03-24T04:02:48.451Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-24T04:02:48.451Z|91a28418-7668-4668-ab9a-24abc71fed2a|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 90571fe8-e825-44e0-a04a-fa47bcce0108 ASDC
2022-03-24T04:02:48.451Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:c8f1d6ec-c5ba-479f-8f54-6d56e265d48f
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:90571fe8-e825-44e0-a04a-fa47bcce0108
ServiceInvariantUUID:6c16e46a-4033-4cfb-b281-81e4836ed8c5
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-TestPnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
ArtifactUUID:941b96be-4ea7-4bf6-9d9f-b72358fd3dc7
ArtifactChecksum:MDU3NGE5MzAyNTcwYWFiNTgxZjAxN2E5ODY3NjZlMDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:bc69905d-8e44-46bf-8f47-aeaa237c5121
ResourceInvariantUUID:c81ee571-d46d-48d9-9a74-c60d57ca2b03
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:74506c8f-0d8f-40ca-b8ac-1a6e8d03de4b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-24T04:02:48.453Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 90571fe8-e825-44e0-a04a-fa47bcce0108 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-24T04:02:48.476Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-24T04:02:48.476Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-24T04:02:48.477Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-24T04:02:48.477Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 941b96be-4ea7-4bf6-9d9f-b72358fd3dc7 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-03-24T04:02:48.477Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-24T04:02:48.478Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-03-24T04:02:49.694Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-24T04:02:49.699Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 941b96be-4ea7-4bf6-9d9f-b72358fd3dc7 105621
2022-03-24T04:02:49.700Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-03-24T04:02:49.700Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-03-24T04:02:49.701Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T04:02:49.701Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T04:02:49.706Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T04:02:49.707Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094569700,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T04:02:49.804Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-03-24T04:02:49.806Z||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-24T04:02:49.806Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T04:02:49.825Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:02:49.826Z||pool-93-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-03-24T04:02:50.707Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-24T04:02:50.708Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-24T04:02:50.709Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 941b96be-4ea7-4bf6-9d9f-b72358fd3dc7, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-24T04:02:50.709Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-03-24T04:02:50.709Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-24T04:02:50.709Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-24T04:02:50.872Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11654434732017868723/Definitions/service-TestPnfMacro-template.yml
2022-03-24T04:02:51.676Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-24T04:02:51.676Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-24T04:02:51.677Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-24T04:02:51.677Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-24T04:02:51.677Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-24T04:02:51.677Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-24T04:02:51.678Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-24T04:02:51.678Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-24T04:02:51.678Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-24T04:02:51.678Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-24T04:02:51.678Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-24T04:02:51.679Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-24T04:02:51.679Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T04:02:51.679Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T04:02:51.680Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-03-24T04:02:51.680Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-24T04:02:51.680Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-24T04:02:51.680Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T04:02:51.681Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T04:02:51.681Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-03-24T04:02:51.681Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-24T04:02:51.682Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-24T04:02:51.682Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T04:02:51.682Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T04:02:51.682Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T04:02:51.683Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T04:02:51.683Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T04:02:51.683Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T04:02:51.683Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T04:02:51.684Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T04:02:51.684Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T04:02:51.684Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T04:02:51.684Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:90571fe8-e825-44e0-a04a-fa47bcce0108
Model Version:NULL
Model InvariantUuid:6c16e46a-4033-4cfb-b281-81e4836ed8c5
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-24T04:02:51.693Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 74506c8f-0d8f-40ca-b8ac-1a6e8d03de4b
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-24T04:02:51.696Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||INFO|500||test-pnf 0
2022-03-24T04:02:51.697Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 74506c8f-0d8f-40ca-b8ac-1a6e8d03de4b
2022-03-24T04:02:51.697Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 90571fe8-e825-44e0-a04a-fa47bcce0108
2022-03-24T04:02:51.697Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 90571fe8-e825-44e0-a04a-fa47bcce0108
2022-03-24T04:02:51.697Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 74506c8f-0d8f-40ca-b8ac-1a6e8d03de4b 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-24T04:02:51.703Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4c65ffc0, org.onap.sdc.toscaparser.api.parameters.Input@1bd1afda, org.onap.sdc.toscaparser.api.parameters.Input@1ea6eb0b, org.onap.sdc.toscaparser.api.parameters.Input@8ded3a5, org.onap.sdc.toscaparser.api.parameters.Input@6ba6a681]
2022-03-24T04:02:51.703Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T04:02:51.704Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T04:02:51.704Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 90571fe8-e825-44e0-a04a-fa47bcce0108: test-pnf
2022-03-24T04:02:51.704Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||INFO|500||Processing PNF resource: 74506c8f-0d8f-40ca-b8ac-1a6e8d03de4b
2022-03-24T04:02:51.705Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T04:02:51.705Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T04:02:51.705Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||INFO|500||Resource customization UUID: bc69905d-8e44-46bf-8f47-aeaa237c5121 is the same as notified resource customizationUUID: bc69905d-8e44-46bf-8f47-aeaa237c5121
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-24T04:02:51.735Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 74506c8f-0d8f-40ca-b8ac-1a6e8d03de4b 0 ASDC deployResourceStructure
2022-03-24T04:02:51.736Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-03-24T04:02:51.736Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-03-24T04:02:51.737Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T04:02:51.737Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T04:02:51.740Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T04:02:51.740Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094571736,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T04:02:51.840Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T04:02:51.841Z||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-24T04:02:51.841Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T04:02:51.854Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:02:51.854Z||pool-94-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T04:02:52.741Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c8f1d6ec-c5ba-479f-8f54-6d56e265d48f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T04:02:52.748Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c8f1d6ec-c5ba-479f-8f54-6d56e265d48f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-24T04:02:52.750Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T04:02:52.750Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T04:02:52.750Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-24T04:02:52.750Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-24T04:02:52.750Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T04:02:52.751Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T04:02:52.751Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T04:02:52.751Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T04:02:52.751Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T04:02:52.751Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T04:02:52.751Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-24T04:02:52.751Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|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-24T04:02:52.754Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-24T04:03:22.754Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c8f1d6ec-c5ba-479f-8f54-6d56e265d48f 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-24T04:03:22.759Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c8f1d6ec-c5ba-479f-8f54-6d56e265d48f and serviceModelVersionId: 90571fe8-e825-44e0-a04a-fa47bcce0108
2022-03-24T04:03:22.759Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6c16e46a-4033-4cfb-b281-81e4836ed8c5
2022-03-24T04:03:22.759Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6c16e46a-4033-4cfb-b281-81e4836ed8c5/model-vers/model-ver/90571fe8-e825-44e0-a04a-fa47bcce0108?depth=0
2022-03-24T04:03:22.763Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-03-24T04:03:22.806Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c16e46a-4033-4cfb-b281-81e4836ed8c5/model-vers/model-ver/90571fe8-e825-44e0-a04a-fa47bcce0108?depth=0|INFO|500||Invoke
2022-03-24T04:03:22.806Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c16e46a-4033-4cfb-b281-81e4836ed8c5/model-vers/model-ver/90571fe8-e825-44e0-a04a-fa47bcce0108?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c16e46a-4033-4cfb-b281-81e4836ed8c5/model-vers/model-ver/90571fe8-e825-44e0-a04a-fa47bcce0108?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c8f1d6ec-c5ba-479f-8f54-6d56e265d48f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6d49a567-64ae-40cb-a7c5-6d07da005ac0], X-ECOMP-RequestID=[c8f1d6ec-c5ba-479f-8f54-6d56e265d48f], X-TransactionId=[], X-ONAP-RequestID=[c8f1d6ec-c5ba-479f-8f54-6d56e265d48f], Content-Type=[application/merge-patch+json]}
2022-03-24T04:03:22.826Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c16e46a-4033-4cfb-b281-81e4836ed8c5/model-vers/model-ver/90571fe8-e825-44e0-a04a-fa47bcce0108?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-24T04:03:23.500Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c16e46a-4033-4cfb-b281-81e4836ed8c5/model-vers/model-ver/90571fe8-e825-44e0-a04a-fa47bcce0108?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/6c16e46a-4033-4cfb-b281-81e4836ed8c5/model-vers/model-ver/90571fe8-e825-44e0-a04a-fa47bcce0108?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220324-04:03:22:539-13538], vertex-id=[221424], Content-Length=[0], Date=[Thu, 24 Mar 2022 04:03:22 GMT], Content-Type=[application/json]}
2022-03-24T04:03:23.500Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c16e46a-4033-4cfb-b281-81e4836ed8c5/model-vers/model-ver/90571fe8-e825-44e0-a04a-fa47bcce0108?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-24T04:03:23.501Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c16e46a-4033-4cfb-b281-81e4836ed8c5/model-vers/model-ver/90571fe8-e825-44e0-a04a-fa47bcce0108?depth=0|INFO|500||InvokeReturn
2022-03-24T04:03:23.502Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-24T04:03:23.502Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|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-24T04:03:23.507Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|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-24T04:03:23.507Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c8f1d6ec-c5ba-479f-8f54-6d56e265d48f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-24T04:03:23.507Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-24T04:03:23.508Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-24T04:03:23.509Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T04:03:23.509Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094603507,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-24T04:03:23.610Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T04:03:23.611Z||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-24T04:03:23.611Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9Ibks8iB4BAidL9q) ...
2022-03-24T04:03:23.633Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:03:23.634Z||pool-95-thread-1|||||INFO|500||cambria reply ok (24 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-24T04:03:24.520Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:03:24.521Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|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-24T04:03:24.521Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|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 9Ibks8iB4BAidL9q) ...
2022-03-24T04:03:34.739Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:03:34.739Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:03:34.740Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|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-24T04:03:34.740Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|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 9Ibks8iB4BAidL9q) ...
2022-03-24T04:03:44.321Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:03:44.322Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:03:44.322Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|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-24T04:03:44.323Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|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 9Ibks8iB4BAidL9q) ...
2022-03-24T04:03:45.362Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:03:45.363Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|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-24T04:03:45.364Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|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 9Ibks8iB4BAidL9q) ...
2022-03-24T04:03:45.385Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:03:45.386Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T04:03:45.386Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91a28418-7668-4668-ab9a-24abc71fed2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094558385,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-24T04:03:45.387Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T04:03:45.388Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T04:03:45.388Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094369193,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T04:03:45.388Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T04:03:45.388Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T04:03:45.388Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094369193,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T04:03:45.388Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T04:03:45.389Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T04:03:45.389Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094369193,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-24T04:03:45.389Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T04:03:45.389Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T04:03:45.389Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094369193,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-24T04:03:45.389Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T04:03:45.389Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T04:03:45.389Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094369193,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T04:03:45.389Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T04:03:45.390Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T04:03:45.390Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094369193,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T04:03:45.390Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T04:03:53.872Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:03:53.873Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:03:53.873Z||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-24T04:03:53.874Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T04:04:03.412Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:04:03.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:04:03.415Z||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-24T04:04:03.415Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T04:04:12.953Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:04:45.360Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:04:45.361Z||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-24T04:04:45.362Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T04:04:45.362Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:04:45.363Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|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-24T04:04:45.364Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|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 9Ibks8iB4BAidL9q) ...
2022-03-24T04:04:45.393Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:04:45.394Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T04:04:45.394Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094369193,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T04:04:45.395Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T04:04:54.929Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:05:45.360Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:05:45.361Z||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-24T04:05:45.361Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T04:05:45.362Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:05:45.362Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|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-24T04:05:45.362Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|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 9Ibks8iB4BAidL9q) ...
2022-03-24T04:05:45.889Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:05:45.890Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T04:05:45.890Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094369193,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T04:05:45.892Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T04:05:45.892Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T04:05:45.892Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094369193,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T04:05:45.892Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-24T04:05:45.892Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T04:05:45.892Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094569700,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T04:05:45.892Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T04:05:45.892Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T04:05:45.893Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094571736,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T04:05:45.893Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T04:05:45.893Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T04:05:45.894Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f1d6ec-c5ba-479f-8f54-6d56e265d48f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648094603507,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-24T04:05:45.894Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T04:05:54.915Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:06:45.361Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:06:45.362Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:06:45.363Z||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-24T04:06:45.363Z||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-24T04:06:45.363Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T04:06:45.363Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T04:06:54.910Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:06:54.935Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:07:45.360Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:07:45.361Z||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-24T04:07:45.361Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T04:07:45.362Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:07:45.362Z||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-24T04:07:45.363Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T04:07:54.928Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:07:54.931Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:08:45.360Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:08:45.361Z||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-24T04:08:45.361Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T04:08:45.362Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:08:45.363Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|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-24T04:08:45.363Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|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 9Ibks8iB4BAidL9q) ...
2022-03-24T04:08:54.924Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:08:54.924Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:09:45.360Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:09:45.361Z||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-24T04:09:45.361Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T04:09:45.362Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:09:45.363Z||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-24T04:09:45.363Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T04:09:54.904Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:09:54.911Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:10:45.362Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:10:45.363Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:10:45.364Z||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-24T04:10:45.364Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T04:10:45.364Z||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-24T04:10:45.364Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T04:10:54.932Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:10:54.939Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:11:45.360Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:11:45.361Z||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-24T04:11:45.361Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T04:11:45.362Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:11:45.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-24T04:11:45.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 9Ibks8iB4BAidL9q) ...
2022-03-24T04:11:54.905Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:11:54.907Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:12:45.360Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:12:45.361Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|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-24T04:12:45.361Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|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 9Ibks8iB4BAidL9q) ...
2022-03-24T04:12:45.362Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:12:45.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-24T04:12:45.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 9Ibks8iB4BAidL9q) ...
2022-03-24T04:12:54.912Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:12:54.913Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:13:45.360Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:13:45.361Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|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-24T04:13:45.361Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|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 9Ibks8iB4BAidL9q) ...
2022-03-24T04:13:45.362Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:13:45.363Z||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-24T04:13:45.364Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T04:13:54.906Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:13:54.906Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:14:45.360Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:14:45.361Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|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-24T04:14:45.361Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|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 9Ibks8iB4BAidL9q) ...
2022-03-24T04:14:45.362Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:14:45.363Z||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-24T04:14:45.363Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T04:14:54.918Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:14:54.919Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:15:45.360Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:15:45.361Z||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-24T04:15:45.361Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T04:15:45.362Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:15:45.363Z||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-24T04:15:45.363Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T04:15:54.910Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:15:54.913Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:16:45.360Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:16:45.361Z||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-24T04:16:45.361Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T04:16:45.362Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:16:45.363Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|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-24T04:16:45.363Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|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 9Ibks8iB4BAidL9q) ...
2022-03-24T04:16:54.920Z|3ec8def4-c18c-459b-8e1a-d5342083d0d5|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:16:54.921Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:17:45.360Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:17:45.362Z||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-24T04:17:45.362Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:17:45.362Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T04:17:45.363Z||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-24T04:17:45.363Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T04:17:54.906Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:17:54.909Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:18:45.360Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:18:45.361Z||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-24T04:18:45.361Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T04:18:45.362Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:18:45.363Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|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-24T04:18:45.363Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|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 9Ibks8iB4BAidL9q) ...
2022-03-24T04:18:54.907Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:18:54.909Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:19:45.360Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:19:45.361Z||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-24T04:19:45.361Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T04:19:45.362Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:19:45.363Z||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-24T04:19:45.363Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T04:19:54.917Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:19:54.917Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:20:45.360Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:20:45.361Z||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-24T04:20:45.361Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T04:20:45.362Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:20:45.363Z||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-24T04:20:45.363Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T04:20:54.919Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:20:54.921Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:21:45.360Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:21:45.361Z||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-24T04:21:45.361Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T04:21:45.362Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:21:45.364Z||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-24T04:21:45.364Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T04:21:54.910Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:21:54.911Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:22:45.360Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:22:45.361Z||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-24T04:22:45.361Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T04:22:45.362Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:22:45.363Z||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-24T04:22:45.363Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T04:22:54.928Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:22:54.928Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:23:45.360Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:23:45.361Z||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-24T04:23:45.361Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T04:23:45.363Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:23:45.364Z||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-24T04:23:45.364Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T04:23:54.910Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:23:54.938Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:24:45.360Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:24:45.361Z||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-24T04:24:45.361Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T04:24:45.362Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:24:45.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-24T04:24:45.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 9Ibks8iB4BAidL9q) ...
2022-03-24T04:24:54.937Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:24:54.937Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:25:45.360Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:25:45.361Z||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-24T04:25:45.361Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T04:25:45.362Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:25:45.363Z||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-24T04:25:45.363Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T04:25:54.914Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:25:54.915Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:26:45.360Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:26:45.361Z||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-24T04:26:45.361Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T04:26:45.362Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:26:45.363Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|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-24T04:26:45.363Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|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 9Ibks8iB4BAidL9q) ...
2022-03-24T04:26:54.912Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:26:54.918Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:27:45.360Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:27:45.361Z||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-24T04:27:45.361Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T04:27:45.362Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:27:45.362Z||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-24T04:27:45.363Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T04:27:54.918Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:27:54.918Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:28:45.360Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:28:45.362Z||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-24T04:28:45.362Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:28:45.362Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T04:28:45.363Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|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-24T04:28:45.363Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|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 9Ibks8iB4BAidL9q) ...
2022-03-24T04:28:54.929Z|c8f1d6ec-c5ba-479f-8f54-6d56e265d48f|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:28:54.930Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:29:45.360Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:29:45.361Z||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-24T04:29:45.361Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T04:29:45.362Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:29:45.363Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|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-24T04:29:45.363Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|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 9Ibks8iB4BAidL9q) ...
2022-03-24T04:29:54.907Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:29:54.909Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:30:45.360Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:30:45.361Z||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-24T04:30:45.361Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T04:30:45.363Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:30:45.363Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|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-24T04:30:45.363Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|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 9Ibks8iB4BAidL9q) ...
2022-03-24T04:30:54.911Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:30:54.913Z|89af01c7-12ea-451f-b529-d7c1f6b138ce|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:31:45.360Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:31:45.361Z||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-24T04:31:45.361Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T04:31:45.367Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:31:45.368Z||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-24T04:31:45.368Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T04:31:54.914Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:31:54.916Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:32:45.360Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:32:45.361Z||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-24T04:32:45.361Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T04:32:45.362Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:32:45.363Z||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-24T04:32:45.363Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T04:32:54.911Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:32:54.911Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:33:45.360Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:33:45.361Z||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-24T04:33:45.361Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T04:33:45.362Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:33:45.363Z||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-24T04:33:45.363Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T04:33:54.929Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:33:54.929Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:34:42.976Z||http-nio-8085-exec-6|||||INFO|500||Error parsing HTTP request header
 Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
	at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-24T04:34:45.360Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:34:45.361Z||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-24T04:34:45.362Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:34:45.361Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T04:34:45.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-24T04:34:45.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 9Ibks8iB4BAidL9q) ...
2022-03-24T04:34:54.907Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:34:54.909Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:35:45.360Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:35:45.361Z||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-24T04:35:45.361Z||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 9Ibks8iB4BAidL9q) ...
2022-03-24T04:35:45.362Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:35:45.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-24T04:35:45.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 9Ibks8iB4BAidL9q) ...